0byt3m1n1
Path:
/
data
/
17
/
0
/
94
/
65
/
94554
/
meta
/
95954
/
mysql.backup
/
[
Home
]
File: feature_wp.mysqlcluster14.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster14 Database: feature_wp -- ------------------------------------------------------ -- Server version 5.6.50-90.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; INSERT INTO `wp_commentmeta` VALUES (87,4420,'_wp_trash_meta_status','1'),(88,4420,'_wp_trash_meta_time','1574866807'),(89,4421,'_wp_trash_meta_status','1'),(90,4421,'_wp_trash_meta_time','1574866807'),(91,4419,'_wp_trash_meta_status','1'),(92,4419,'_wp_trash_meta_time','1574866807'),(93,4417,'_wp_trash_meta_status','1'),(94,4417,'_wp_trash_meta_time','1574866807'),(95,4418,'_wp_trash_meta_status','1'),(96,4418,'_wp_trash_meta_time','1574866807'),(97,4416,'_wp_trash_meta_status','1'),(98,4416,'_wp_trash_meta_time','1574866807'); /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=4422 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (4416,8934,'ActionScheduler','','','','2019-10-29 21:44:04','2019-10-29 21:44:04','action created',0,'trash','ActionScheduler','action_log',0,0),(4417,8934,'ActionScheduler','','','','2019-10-29 21:49:15','2019-10-29 21:49:15','action started',0,'trash','ActionScheduler','action_log',0,0),(4418,8934,'ActionScheduler','','','','2019-10-29 21:49:15','2019-10-29 21:49:15','action complete',0,'trash','ActionScheduler','action_log',0,0),(4419,9100,'ActionScheduler','','','','2019-11-22 07:13:54','2019-11-22 07:13:54','action created',0,'trash','ActionScheduler','action_log',0,0),(4420,9100,'ActionScheduler','','','','2019-11-26 13:02:03','2019-11-26 13:02:03','action started',0,'trash','ActionScheduler','action_log',0,0),(4421,9100,'ActionScheduler','','','','2019-11-26 13:02:03','2019-11-26 13:02:03','action complete',0,'trash','ActionScheduler','action_log',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_create_map` -- DROP TABLE IF EXISTS `wp_create_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_create_map` ( `map_id` int(11) NOT NULL AUTO_INCREMENT, `map_title` varchar(255) DEFAULT NULL, `map_width` varchar(255) DEFAULT NULL, `map_height` varchar(255) DEFAULT NULL, `map_zoom_level` varchar(255) DEFAULT NULL, `map_type` varchar(255) DEFAULT NULL, `map_scrolling_wheel` varchar(255) DEFAULT NULL, `map_visual_refresh` varchar(255) DEFAULT NULL, `map_45imagery` varchar(255) DEFAULT NULL, `map_street_view_setting` text, `map_route_direction_setting` text, `map_all_control` text, `map_info_window_setting` text, `style_google_map` text, `map_locations` longtext, `map_layer_setting` text, `map_polygon_setting` longtext, `map_polyline_setting` longtext, `map_cluster_setting` text, `map_overlay_setting` text, `map_geotags` text, `map_infowindow_setting` text, PRIMARY KEY (`map_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_create_map` -- LOCK TABLES `wp_create_map` WRITE; /*!40000 ALTER TABLE `wp_create_map` DISABLE KEYS */; INSERT INTO `wp_create_map` VALUES (1,'FSN Bureaus & Studios','','650','3','ROADMAP','false',NULL,NULL,'a:2:{s:11:\"pov_heading\";s:0:\"\";s:9:\"pov_pitch\";s:0:\"\";}',NULL,'a:82:{s:17:\"map_minzoom_level\";s:1:\"1\";s:17:\"map_maxzoom_level\";s:2:\"19\";s:7:\"gesture\";s:4:\"auto\";s:7:\"screens\";a:3:{s:11:\"smartphones\";a:3:{s:16:\"map_width_mobile\";s:0:\"\";s:17:\"map_height_mobile\";s:0:\"\";s:21:\"map_zoom_level_mobile\";s:1:\"5\";}s:5:\"ipads\";a:3:{s:16:\"map_width_mobile\";s:0:\"\";s:17:\"map_height_mobile\";s:0:\"\";s:21:\"map_zoom_level_mobile\";s:1:\"5\";}s:13:\"large-screens\";a:3:{s:16:\"map_width_mobile\";s:0:\"\";s:17:\"map_height_mobile\";s:0:\"\";s:21:\"map_zoom_level_mobile\";s:1:\"5\";}}s:19:\"map_center_latitude\";s:0:\"\";s:20:\"map_center_longitude\";s:0:\"\";s:10:\"fit_bounds\";s:4:\"true\";s:23:\"center_circle_fillcolor\";s:7:\"#8CAEF2\";s:25:\"center_circle_fillopacity\";s:0:\"\";s:25:\"center_circle_strokecolor\";s:7:\"#8CAEF2\";s:27:\"center_circle_strokeopacity\";s:0:\"\";s:26:\"center_circle_strokeweight\";s:0:\"\";s:20:\"center_circle_radius\";s:0:\"\";s:29:\"show_center_marker_infowindow\";s:0:\"\";s:18:\"marker_center_icon\";s:104:\"https://www.featurestorynews.com/wp-content/plugins/wp-google-map-gold/assets/images//default_marker.png\";s:19:\"gm_radius_dimension\";s:5:\"miles\";s:9:\"gm_radius\";s:0:\"\";s:21:\"zoom_control_position\";s:8:\"TOP_LEFT\";s:18:\"zoom_control_style\";s:5:\"LARGE\";s:25:\"map_type_control_position\";s:9:\"TOP_RIGHT\";s:22:\"map_type_control_style\";s:14:\"HORIZONTAL_BAR\";s:28:\"full_screen_control_position\";s:9:\"TOP_RIGHT\";s:28:\"street_view_control_position\";s:8:\"TOP_LEFT\";s:23:\"search_control_position\";s:8:\"TOP_LEFT\";s:25:\"locateme_control_position\";s:8:\"TOP_LEFT\";s:20:\"map_control_settings\";a:0:{}s:21:\"infowindow_openoption\";s:5:\"click\";s:19:\"marker_default_icon\";s:84:\"https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-map-marker-small.png\";s:27:\"infowindow_bounce_animation\";s:0:\"\";s:20:\"infowindow_zoomlevel\";s:0:\"\";s:16:\"infowindow_width\";s:0:\"\";s:23:\"infowindow_border_color\";s:1:\"#\";s:24:\"infowindow_border_radius\";s:0:\"\";s:19:\"infowindow_bg_color\";s:1:\"#\";s:24:\"location_infowindow_skin\";a:3:{s:4:\"name\";s:7:\"default\";s:4:\"type\";s:10:\"infowindow\";s:10:\"sourcecode\";s:288:\"<div class=\"\\\" fc-main\\\"\"=\"\"><div class=\"\\\" fc-item-title\\\"\"=\"\">{marker_title} <span class=\"\\\" fc-badge\"=\"\" info\\\"=\"\">{marker_category}</span></div> <div class=\"\\\" fc-item-featured_image\\\"\"=\"\">{marker_image} </div>{marker_message}<address><b>Address : </b>{marker_address}</address></div>\";}s:20:\"post_infowindow_skin\";a:3:{s:4:\"name\";s:7:\"default\";s:4:\"type\";s:4:\"post\";s:10:\"sourcecode\";s:414:\"<div class=\"\\\" fc-main\\\"\"=\"\"><div class=\"\\\" fc-item-title\\\"\"=\"\">{post_title} <span class=\"\\\" fc-badge\"=\"\" info\\\"=\"\">{post_categories}</span></div> <div class=\"\\\" fc-item-featured_image\\\"\"=\"\">{post_featured_image} </div>{post_excerpt}<address><b>Address : </b>{marker_address}</address><a target=\"\\\" _blank\\\"\"=\"\" class=\"\\\" fc-btn\"=\"\" fc-btn-small=\"\" fc-btn-red\\\"=\"\" href=\"\\\" {post_link}\\\"\"=\"\">Read More...</a></div>\";}s:20:\"wpgmp_acf_field_name\";s:0:\"\";s:12:\"custom_style\";s:3507:\"[\r\n {\r\n \"featureType\": \"all\",\r\n \"elementType\": \"geometry.fill\",\r\n \"stylers\": [\r\n {\r\n \"weight\": \"2.00\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"all\",\r\n \"elementType\": \"geometry.stroke\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#9c9c9c\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"all\",\r\n \"elementType\": \"labels.text\",\r\n \"stylers\": [\r\n {\r\n \"visibility\": \"on\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"landscape\",\r\n \"elementType\": \"all\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#f2f2f2\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"landscape\",\r\n \"elementType\": \"geometry.fill\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#ffffff\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"landscape.man_made\",\r\n \"elementType\": \"geometry.fill\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#ffffff\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"poi\",\r\n \"elementType\": \"all\",\r\n \"stylers\": [\r\n {\r\n \"visibility\": \"off\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"road\",\r\n \"elementType\": \"all\",\r\n \"stylers\": [\r\n {\r\n \"saturation\": -100\r\n },\r\n {\r\n \"lightness\": 45\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"road\",\r\n \"elementType\": \"geometry.fill\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#eeeeee\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"road\",\r\n \"elementType\": \"labels.text.fill\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#7b7b7b\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"road\",\r\n \"elementType\": \"labels.text.stroke\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#ffffff\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"road.highway\",\r\n \"elementType\": \"all\",\r\n \"stylers\": [\r\n {\r\n \"visibility\": \"simplified\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"road.arterial\",\r\n \"elementType\": \"labels.icon\",\r\n \"stylers\": [\r\n {\r\n \"visibility\": \"off\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"transit\",\r\n \"elementType\": \"all\",\r\n \"stylers\": [\r\n {\r\n \"visibility\": \"off\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"water\",\r\n \"elementType\": \"all\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#46bcec\"\r\n },\r\n {\r\n \"visibility\": \"on\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"water\",\r\n \"elementType\": \"geometry.fill\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#c8d7d4\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"water\",\r\n \"elementType\": \"labels.text.fill\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#070707\"\r\n }\r\n ]\r\n },\r\n {\r\n \"featureType\": \"water\",\r\n \"elementType\": \"labels.text.stroke\",\r\n \"stylers\": [\r\n {\r\n \"color\": \"#ffffff\"\r\n }\r\n ]\r\n }\r\n]\";s:13:\"from_latitude\";s:0:\"\";s:14:\"from_longitude\";s:0:\"\";s:11:\"to_latitude\";s:0:\"\";s:12:\"to_longitude\";s:0:\"\";s:10:\"zoom_level\";s:0:\"\";s:24:\"wpgmp_category_tab_title\";s:0:\"\";s:20:\"wpgmp_category_order\";s:5:\"title\";s:34:\"wpgmp_category_location_sort_order\";s:3:\"asc\";s:25:\"wpgmp_direction_tab_title\";s:0:\"\";s:19:\"wpgmp_unit_selected\";s:2:\"km\";s:25:\"wpgmp_direction_tab_start\";s:7:\"textbox\";s:33:\"wpgmp_direction_tab_start_default\";s:0:\"\";s:23:\"wpgmp_direction_tab_end\";s:7:\"textbox\";s:31:\"wpgmp_direction_tab_end_default\";s:0:\"\";s:22:\"wpgmp_nearby_tab_title\";s:0:\"\";s:23:\"nearby_circle_fillcolor\";s:7:\"#8CAEF2\";s:25:\"nearby_circle_fillopacity\";s:0:\"\";s:25:\"nearby_circle_strokecolor\";s:7:\"#8CAEF2\";s:27:\"nearby_circle_strokeopacity\";s:0:\"\";s:26:\"nearby_circle_strokeweight\";s:0:\"\";s:18:\"nearby_circle_zoom\";s:1:\"8\";s:21:\"wpgmp_route_tab_title\";s:0:\"\";s:14:\"custom_filters\";a:0:{}s:21:\"map_reset_button_text\";s:5:\"Reset\";s:22:\"wpgmp_radius_dimension\";s:5:\"miles\";s:20:\"wpgmp_radius_options\";s:0:\"\";s:20:\"wpgmp_listing_number\";s:0:\"\";s:20:\"wpgmp_before_listing\";s:17:\"Locations Listing\";s:15:\"wpgmp_list_grid\";s:18:\"wpgmp_listing_list\";s:25:\"wpgmp_categorydisplaysort\";s:5:\"title\";s:27:\"wpgmp_categorydisplaysortby\";s:3:\"asc\";s:20:\"wpgmp_default_radius\";s:0:\"\";s:30:\"wpgmp_default_radius_dimension\";s:5:\"miles\";s:9:\"item_skin\";a:3:{s:4:\"name\";s:7:\"default\";s:4:\"type\";s:4:\"item\";s:10:\"sourcecode\";s:550:\"<div class=\"\\\" wpgmp_locations\\\"\"=\"\">\r\n<div class=\"\\\" wpgmp_locations_head\\\"\"=\"\">\r\n<div class=\"\\\" wpgmp_location_title\\\"\"=\"\">\r\n<a href=\"\\\" \\\"\"=\"\" class=\"\\\" place_title\\\"\"=\"\" data-zoom=\"\\\" {marker_zoom}\\\"\"=\"\" data-marker=\"\\\" {marker_id}\\\"\"=\"\">{marker_title}</a>\r\n</div>\r\n<div class=\"\\\" wpgmp_location_meta\\\"\"=\"\">\r\n<span class=\"\\\" wpgmp_location_category\"=\"\" fc-badge=\"\" info\\\"=\"\">{marker_category}</span>\r\n</div>\r\n</div>\r\n<div class=\"\\\" wpgmp_locations_content\\\"\"=\"\">\r\n{marker_message}\r\n</div>\r\n<div class=\"\\\" wpgmp_locations_foot\\\"\"=\"\"></div>\r\n</div>\";}s:16:\"filters_position\";s:7:\"default\";s:11:\"geojson_url\";s:0:\"\";s:16:\"wpgmp_custom_css\";s:0:\"\";s:20:\"wpgmp_base_font_size\";s:0:\"\";s:19:\"wpgmp_primary_color\";s:1:\"#\";s:21:\"wpgmp_secondary_color\";s:1:\"#\";s:16:\"fc_custom_styles\";s:2:\"{}\";s:18:\"infowindow_setting\";s:288:\"<div class=\"\\\" fc-main\\\"\"=\"\"><div class=\"\\\" fc-item-title\\\"\"=\"\">{marker_title} <span class=\"\\\" fc-badge\"=\"\" info\\\"=\"\">{marker_category}</span></div> <div class=\"\\\" fc-item-featured_image\\\"\"=\"\">{marker_image} </div>{marker_message}<address><b>Address : </b>{marker_address}</address></div>\";s:26:\"infowindow_geotags_setting\";s:414:\"<div class=\"\\\" fc-main\\\"\"=\"\"><div class=\"\\\" fc-item-title\\\"\"=\"\">{post_title} <span class=\"\\\" fc-badge\"=\"\" info\\\"=\"\">{post_categories}</span></div> <div class=\"\\\" fc-item-featured_image\\\"\"=\"\">{post_featured_image} </div>{post_excerpt}<address><b>Address : </b>{marker_address}</address><a target=\"\\\" _blank\\\"\"=\"\" class=\"\\\" fc-btn\"=\"\" fc-btn-small=\"\" fc-btn-red\\\"=\"\" href=\"\\\" {post_link}\\\"\"=\"\">Read More...</a></div>\";s:27:\"wpgmp_categorydisplayformat\";s:550:\"<div class=\"\\\" wpgmp_locations\\\"\"=\"\">\r\n<div class=\"\\\" wpgmp_locations_head\\\"\"=\"\">\r\n<div class=\"\\\" wpgmp_location_title\\\"\"=\"\">\r\n<a href=\"\\\" \\\"\"=\"\" class=\"\\\" place_title\\\"\"=\"\" data-zoom=\"\\\" {marker_zoom}\\\"\"=\"\" data-marker=\"\\\" {marker_id}\\\"\"=\"\">{marker_title}</a>\r\n</div>\r\n<div class=\"\\\" wpgmp_location_meta\\\"\"=\"\">\r\n<span class=\"\\\" wpgmp_location_category\"=\"\" fc-badge=\"\" info\\\"=\"\">{marker_category}</span>\r\n</div>\r\n</div>\r\n<div class=\"\\\" wpgmp_locations_content\\\"\"=\"\">\r\n{marker_message}\r\n</div>\r\n<div class=\"\\\" wpgmp_locations_foot\\\"\"=\"\"></div>\r\n</div>\";}',NULL,'a:4:{s:14:\"mapfeaturetype\";a:10:{i:0;s:20:\"Select Featured Type\";i:1;s:20:\"Select Featured Type\";i:2;s:20:\"Select Featured Type\";i:3;s:20:\"Select Featured Type\";i:4;s:20:\"Select Featured Type\";i:5;s:20:\"Select Featured Type\";i:6;s:20:\"Select Featured Type\";i:7;s:20:\"Select Featured Type\";i:8;s:20:\"Select Featured Type\";i:9;s:20:\"Select Featured Type\";}s:14:\"mapelementtype\";a:10:{i:0;s:19:\"Select Element Type\";i:1;s:19:\"Select Element Type\";i:2;s:19:\"Select Element Type\";i:3;s:19:\"Select Element Type\";i:4;s:19:\"Select Element Type\";i:5;s:19:\"Select Element Type\";i:6;s:19:\"Select Element Type\";i:7;s:19:\"Select Element Type\";i:8;s:19:\"Select Element Type\";i:9;s:19:\"Select Element Type\";}s:5:\"color\";a:10:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";i:5;s:1:\"#\";i:6;s:1:\"#\";i:7;s:1:\"#\";i:8;s:1:\"#\";i:9;s:1:\"#\";}s:10:\"visibility\";a:10:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";i:4;s:2:\"on\";i:5;s:2:\"on\";i:6;s:2:\"on\";i:7;s:2:\"on\";i:8;s:2:\"on\";i:9;s:2:\"on\";}}','a:31:{i:0;s:2:\"33\";i:1;s:2:\"34\";i:2;s:2:\"63\";i:3;s:2:\"35\";i:4;s:2:\"36\";i:5;s:2:\"37\";i:6;s:2:\"39\";i:7;s:2:\"40\";i:8;s:2:\"41\";i:9;s:2:\"42\";i:10;s:2:\"43\";i:11;s:2:\"44\";i:12;s:2:\"45\";i:13;s:2:\"46\";i:14;s:2:\"62\";i:15;s:2:\"61\";i:16;s:2:\"60\";i:17;s:2:\"47\";i:18;s:2:\"48\";i:19;s:2:\"49\";i:20;s:2:\"50\";i:21;s:2:\"51\";i:22;s:2:\"52\";i:23;s:2:\"53\";i:24;s:2:\"54\";i:25;s:2:\"59\";i:26;s:2:\"55\";i:27;s:2:\"38\";i:28;s:2:\"58\";i:29;s:2:\"56\";i:30;s:2:\"57\";}','a:4:{s:9:\"map_links\";s:0:\"\";s:13:\"fusion_select\";s:0:\"\";s:11:\"fusion_from\";s:0:\"\";s:16:\"fusion_icon_name\";s:0:\"\";}',NULL,NULL,'a:5:{s:4:\"grid\";s:0:\"\";s:8:\"max_zoom\";s:1:\"1\";s:13:\"location_zoom\";s:2:\"10\";s:4:\"icon\";s:5:\"4.png\";s:10:\"hover_icon\";s:5:\"4.png\";}','a:6:{s:20:\"overlay_border_color\";s:1:\"#\";s:13:\"overlay_width\";s:0:\"\";s:14:\"overlay_height\";s:0:\"\";s:16:\"overlay_fontsize\";s:0:\"\";s:20:\"overlay_border_width\";s:0:\"\";s:20:\"overlay_border_style\";s:6:\"dotted\";}','a:4:{s:19:\"shufflehound_header\";a:4:{s:7:\"address\";s:0:\"\";s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";s:8:\"category\";s:0:\"\";}s:19:\"shufflehound_footer\";a:4:{s:7:\"address\";s:0:\"\";s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";s:8:\"category\";s:0:\"\";}s:12:\"fw-portfolio\";a:4:{s:7:\"address\";s:0:\"\";s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";s:8:\"category\";s:0:\"\";}s:4:\"post\";a:4:{s:7:\"address\";s:0:\"\";s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";s:8:\"category\";s:0:\"\";}}',NULL); /*!40000 ALTER TABLE `wp_create_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_duplicator_packages` -- DROP TABLE IF EXISTS `wp_duplicator_packages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_duplicator_packages` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `hash` varchar(50) NOT NULL, `status` int(11) NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `owner` varchar(60) NOT NULL, `package` longtext NOT NULL, PRIMARY KEY (`id`), KEY `hash` (`hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_duplicator_packages` -- LOCK TABLES `wp_duplicator_packages` WRITE; /*!40000 ALTER TABLE `wp_duplicator_packages` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_duplicator_packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_group_map` -- DROP TABLE IF EXISTS `wp_group_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_group_map` ( `group_map_id` int(11) NOT NULL AUTO_INCREMENT, `group_map_title` varchar(255) DEFAULT NULL, `group_marker` text, `extensions_fields` text, `group_parent` int(11) DEFAULT '0', `group_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`group_map_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_group_map` -- LOCK TABLES `wp_group_map` WRITE; /*!40000 ALTER TABLE `wp_group_map` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_group_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_map_locations` -- DROP TABLE IF EXISTS `wp_map_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_map_locations` ( `location_id` int(11) NOT NULL AUTO_INCREMENT, `location_title` varchar(255) DEFAULT NULL, `location_address` varchar(255) DEFAULT NULL, `location_draggable` varchar(255) DEFAULT NULL, `location_infowindow_default_open` varchar(255) DEFAULT NULL, `location_animation` varchar(255) DEFAULT NULL, `location_latitude` varchar(255) DEFAULT NULL, `location_longitude` varchar(255) DEFAULT NULL, `location_city` varchar(255) DEFAULT NULL, `location_state` varchar(255) DEFAULT NULL, `location_country` varchar(255) DEFAULT NULL, `location_postal_code` varchar(255) DEFAULT NULL, `location_author` int(11) DEFAULT NULL, `location_messages` text, `location_settings` text, `location_group_map` text, `location_extrafields` text, PRIMARY KEY (`location_id`) ) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_map_locations` -- LOCK TABLES `wp_map_locations` WRITE; /*!40000 ALTER TABLE `wp_map_locations` DISABLE KEYS */; INSERT INTO `wp_map_locations` VALUES (33,'FSN Washington DC','1730 Rhode Island Avenue NW','','','BOUNCE','38.9058785','-77.0394804','Washington DC','','USA','20036',1,'Nina Maria Potts \r\nDirector of News Coverage: + 1 202 650 7859\r\nNewsroom: + 1 202 296 9012\r\nFSN LIVE Master Control Room (24-hours): + 1 202 600 9907','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:15:\"/washington-dc/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(34,'FSN Silicon Valley','1400 Terra Bella Avenue','','','BOUNCE','37.4097084','-122.08342010000001','Mountain View','California','USA','94043',1,'Rachel Silverman\r\nBureau Chief: + 1 202 841 0875','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:16:\"/silicon-valley/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(35,'FSN San Salvador','Avenida Las Palmas 183 Colonia San Benito','','','BOUNCE','13.6912254','-89.23658899999998','San Salvador','','El Salvador','',1,'Mario Pacheco\r\nBureau Chief: +503 2557 2990','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:14:\"/san-salvador/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(36,'FSN San Francisco','57 Post Street','','','BOUNCE','37.7888616','-122.4029759','San Francisco','California','USA','94104',1,'Rachel Silverman, Bureau Chief: \r\n+ 1 202 841 0875','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:15:\"/san-francisco/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(37,'FSN Paris','12-14 Rond Points des Avenue des Champs-Élysées','','','BOUNCE','48.86969999999999','2.309406299999978','Paris','','France','75008',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:7:\"/paris/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(38,'FSN at the UN','405 East 42nd Street','','','BOUNCE','40.749168','-73.9674781','New York','New York','USA','10017',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:17:\"/un-headquarters/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(39,'FSN New York','16 East 48th Street','','','BOUNCE','40.7566463','-73.9771948','New York','New York','USA','10017',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:15:\"/new-york-city/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(40,'FSN Mumbai','501 Hamam House, Hamam Street (Ambalal Doshi Marg), Kala Ghoda','','','BOUNCE','18.930112','72.83275520000007','Mumbai','Maharashtra','India','400005',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:8:\"/mumbai/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(41,'FSN Moscow','Kutuzovsky Prospekt 7/4','','','BOUNCE','55.7488374','37.56414440000003','Moscow','','Russia','121248',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:8:\"/moscow/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(42,'FSN Miami','1221 Brickell Avenue','','','BOUNCE','25.7612274','-80.19108089999997','Miami','Florida','USA','33131',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:7:\"/miami/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(43,'FSN Mexico City','Paseo de la Reforma 250','','','BOUNCE','19.4279702','-99.16251310000001','Juárez','','Mexico','06600',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:13:\"/mexico-city/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(44,'FSN Los Angeles','3435 Wilshire Boulevard','','','BOUNCE','34.0622656','-118.29849530000001','Los Angeles','California','USA','90010',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:13:\"/los-angeles/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(45,'FSN Kinshasa','Kintambo, Avenue Kasai Numero 29B','','','BOUNCE','-4.343598','15.267756200000008','Kinshasa','','Democratic Republic of Congo','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:10:\"/kinshasa/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(46,'FSN Kampala','30 Lugogo Bypass','','','BOUNCE','0.3366656','32.60089640000001','Kampala','','Uganda','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:9:\"/kampala/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(47,'FSN Frankfurt','Mainzer Landstraße 49','','','BOUNCE','50.1105995','8.664137500000038','Frankfurt am Main','','Germany','60329',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:11:\"/frankfurt/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(48,'FSN Delhi','Essel Studio, FC-19, Sector 16-A, Noida','','','BOUNCE','28.5693828','77.31619890000002','Uttar Pradesh','','India','201301',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:7:\"/delhi/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(49,'FSN Dar Es Salaam','Address Building, Bains Singh Road','','','BOUNCE','-6.745107399999999','39.2803457','Dar Es Salaam','','Tanzania','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:15:\"/dar-es-salaam/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(50,'FSN Caracas','2da Avenida de Las Delicias de Sabana Grande','','','BOUNCE','10.4931006','-66.87153839999996','Caracas','','Venezuela','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:9:\"/caracas/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(51,'FSN Cape Town','4 Stirling Street','','','BOUNCE','-33.932423','18.426574999999957','Cape Town','','South Africa','7925',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:11:\"/cape-town/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(52,'FSN Budapest','Alkotás utca 53, A Épület, 6 EM','','','BOUNCE','47.4907309','19.023922999999968','Budapest','','Hungary','1123',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:10:\"/budapest/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(53,'FSN Brussels','176 Rue Joseph II','','','BOUNCE','50.8440063','4.3812092000000575','Brussels','','Belgium','1000',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:10:\"/brussels/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(54,'FSN Berlin','Raabestraße 1','','','BOUNCE','52.53215','13.420929900000033','Berlin','','Germany','10405',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:8:\"/berlin/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(55,'FSN Bangkok','87/2 CRC Tower, All Seasons Place, Wireless Road','','','BOUNCE','13.739104','100.54793649999999','Bangkok','','Thailand','10330',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:9:\"/bangkok/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(56,'FSN Accra','GNAT Heights Centre 30, Independence Avenue Ridge','','','BOUNCE','5.5654478','-0.19328799999993862','Accra','','Ghana','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:7:\"/accra/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(57,'FSN Abuja','2 Amisi Musa Street, Jabi','','','BOUNCE','9.0723618','7.415580800000043','Abuja','','Nigeria','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:7:\"/abuja/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(58,'FSN Addis Ababa','Addis Ababa','','','BOUNCE','8.9806034','38.75776050000002','Addis Ababa','','Ethiopia','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:13:\"/addis-ababa/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(59,'FSN Beijing','Beijing','','','BOUNCE','39.90419989999999','116.40739630000007','Beijing','','China','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:9:\"/beijing/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(60,'FSN Havana','Havana','','','BOUNCE','23.1135925','-82.36659559999998','Havana','','Cuba','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:8:\"/havana/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(61,'FSN Hong Kong','Hong Kong','','','BOUNCE','22.3193039','114.16936110000006','Hong Kong','','China','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:11:\"/hong-kong/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(62,'FSN Juba','Juba','','','BOUNCE','4.859363','31.571249999999964','Juba','','South Sudan','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:6:\"/juba/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'),(63,'FSN Seoul','Seoul','','','BOUNCE','37.566535','126.97796919999996','Seoul','','South Korea','',1,'','a:4:{s:7:\"onclick\";s:11:\"custom_link\";s:13:\"redirect_link\";s:7:\"/seoul/\";s:14:\"featured_image\";s:0:\"\";s:20:\"redirect_link_window\";s:3:\"yes\";}','','s:0:\"\";'); /*!40000 ALTER TABLE `wp_map_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_map_routes` -- DROP TABLE IF EXISTS `wp_map_routes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_map_routes` ( `route_id` int(11) NOT NULL AUTO_INCREMENT, `route_title` varchar(255) DEFAULT NULL, `route_stroke_color` varchar(255) DEFAULT NULL, `route_stroke_opacity` varchar(255) DEFAULT NULL, `route_stroke_weight` int(11) DEFAULT NULL, `route_travel_mode` varchar(255) DEFAULT NULL, `route_unit_system` varchar(255) DEFAULT NULL, `route_marker_draggable` varchar(255) DEFAULT NULL, `route_optimize_waypoints` varchar(255) DEFAULT NULL, `route_start_location` int(11) DEFAULT NULL, `route_end_location` int(11) DEFAULT NULL, `route_way_points` text, `extensions_fields` text, PRIMARY KEY (`route_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_map_routes` -- LOCK TABLES `wp_map_routes` WRITE; /*!40000 ALTER TABLE `wp_map_routes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_map_routes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_image_storage` -- DROP TABLE IF EXISTS `wp_nextend2_image_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_image_storage` ( `id` int(11) NOT NULL AUTO_INCREMENT, `hash` varchar(32) NOT NULL, `image` text NOT NULL, `value` mediumtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `hash` (`hash`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_image_storage` -- LOCK TABLES `wp_nextend2_image_storage` WRITE; /*!40000 ALTER TABLE `wp_nextend2_image_storage` DISABLE KEYS */; INSERT INTO `wp_nextend2_image_storage` VALUES (1,'0b10fdf7e6c1421d705873e95b8f73e5','$upload$/2018/03/putin-trump-call-1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(2,'48ed1e3330141d15a36d3a43b62d7c6c','$upload$/2019/08/Canal33-fsn-live.png','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='); /*!40000 ALTER TABLE `wp_nextend2_image_storage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_section_storage` -- DROP TABLE IF EXISTS `wp_nextend2_section_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_section_storage` ( `id` int(11) NOT NULL AUTO_INCREMENT, `application` varchar(20) NOT NULL, `section` varchar(128) NOT NULL, `referencekey` varchar(128) NOT NULL, `value` mediumtext NOT NULL, `system` int(11) NOT NULL DEFAULT '0', `editable` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `application` (`application`,`section`,`referencekey`), KEY `application_2` (`application`,`section`) ) ENGINE=InnoDB AUTO_INCREMENT=13640 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_section_storage` -- LOCK TABLES `wp_nextend2_section_storage` WRITE; /*!40000 ALTER TABLE `wp_nextend2_section_storage` DISABLE KEYS */; INSERT INTO `wp_nextend2_section_storage` VALUES (10000,'system','global','n2_ss3_version','3.3.25r5488',1,1),(10001,'smartslider','free','subscribeOnImport','1',0,1),(10003,'smartslider','tutorial','hideContentMode','1',0,1),(10004,'smartslider','settings','','{\"beacon\":\"1\",\"autoupdatecheck\":\"1\",\"translate-url\":\"|*|\",\"external-css-files\":\"\",\"hardware-acceleration\":\"1\",\"slide-as-file\":\"0\",\"preview-new-window\":\"0\",\"editor-icon\":\"1\",\"wp-adminbar\":\"1\",\"yoast-sitemap\":\"1\",\"wordpress-widget-areas\":\"1\",\"wp-ajax-iframe-slider\":\"0\",\"youtube-privacy-enhanced\":\"0\",\"smooth-scroll-speed\":\"400\",\"responsive-basedon\":\"combined\",\"responsive-screen-width-desktop-portrait\":\"1200\",\"responsive-screen-width-tablet-landscape\":\"1024\",\"responsive-screen-width-tablet-portrait\":\"800\",\"responsive-screen-width-mobile-landscape\":\"740\",\"responsive-screen-width-mobile-portrait\":\"440\",\"responsive-default-ratio-tablet-portrait\":\"70\",\"responsive-default-ratio-mobile-portrait\":\"50\",\"serversidemobiledetect\":\"0\",\"responsive-focus-top\":\"#wpadminbar\",\"responsive-focus-bottom\":\"\"}',0,1),(12510,'smartslider','tutorial','free','1',0,1),(13630,'smartslider','sliderChanged','8','0',0,1),(13631,'cache','notweb/n2-ss-8','data.manifest','{\"generator\":[]}',0,1),(13632,'cache','notweb/n2-ss-8','variations.manifest','1',0,1),(13633,'cache','notweb/n2-ss-8','slideren_US1.manifest','{\"hash\":\"\",\"nextCacheRefresh\":1890420892,\"currentPath\":\"f5d1e2afb35e249332a6b16084af394b\",\"version\":\"3.3.25\"}',0,1),(13634,'cache','notweb/n2-ss-8','slideren_US1','{\"html\":\"<div class=\\\"n2-section-smartslider \\\" role=\\\"region\\\" aria-label=\\\"Slider\\\"><style>div#n2-ss-8{width:1200px;float:left;margin:0px 0px 0px 0px;}html[dir=\\\"rtl\\\"] div#n2-ss-8{float:right;}div#n2-ss-8 .n2-ss-slider-1{position:relative;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;height:675px;border-style:solid;border-width:0px;border-color:#3e3e3e;border-color:RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;}div#n2-ss-8 .n2-ss-slider-background-video-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}div#n2-ss-8 .n2-ss-slider-2{position:relative;width:100%;height:100%;}.x-firefox div#n2-ss-8 .n2-ss-slider-2{opacity:0.99999;}div#n2-ss-8 .n2-ss-slider-3{position:relative;width:100%;height:100%;overflow:hidden;outline:1px solid rgba(0,0,0,0);z-index:10;}div#n2-ss-8 .n2-ss-slide-backgrounds,div#n2-ss-8 .n2-ss-slider-3 > .n-particles-js-canvas-el,div#n2-ss-8 .n2-ss-slider-3 > .n2-ss-divider{position:absolute;left:0;top:0;width:100%;height:100%;}div#n2-ss-8 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-8 .n2-ss-slider-3 > .n-particles-js-canvas-el{z-index:12;}div#n2-ss-8 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-8 .n2-ss-slide{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:block;-webkit-backface-visibility:hidden;}div#n2-ss-8 .n2-ss-layers-container{position:relative;width:1200px;height:675px;}div#n2-ss-8 .n2-ss-parallax-clip > .n2-ss-layers-container{position:absolute;right:0;}div#n2-ss-8 .n2-ss-slide{perspective:1500px;}div#n2-ss-8[data-ie] .n2-ss-slide{perspective:none;transform:perspective(1500px);}div#n2-ss-8 .n2-ss-slide-active{z-index:21;}<\\/style><div id=\\\"n2-ss-8-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-8\\\" data-creator=\\\"Smart Slider 3\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition n2-ss-load-fade \\\" data-minFontSizedesktopPortrait=\\\"4\\\" data-minFontSizedesktopLandscape=\\\"4\\\" data-minFontSizetabletPortrait=\\\"4\\\" data-minFontSizetabletLandscape=\\\"4\\\" data-minFontSizemobilePortrait=\\\"4\\\" data-minFontSizemobileLandscape=\\\"4\\\" style=\\\"font-size: 1rem;\\\" data-fontsize=\\\"16\\\">\\r\\n <div class=\\\"n2-ss-slider-1 n2-ss-swipe-element n2-ow\\\" style=\\\"\\\">\\r\\n <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\r\\n <div class=\\\"n2-ss-slider-3 n2-ow\\\" style=\\\"\\\">\\r\\n\\r\\n <div class=\\\"n2-ss-slide-backgrounds\\\"><\\/div><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"26\\\" data-haslink=\\\"1\\\" style=\\\"cursor:pointer;\\\" onclick=\\\"\\\" data-href=\\\"https:\\/\\/www.youtube.com\\/watch?v=y2W41HcxFb0?rel=0\\\" data-n2click=\\\"n2ss.openUrl(event);\\\" data-n2middleclick=\\\"n2ss.openUrl(event, '_blank');\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-26\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow n2-ss-layer-needsize\\\" style=\\\"left:0px;top:0px;width:100%;height:100%;overflow:visible;\\\" data-pm=\\\"absolute\\\" data-responsiveposition=\\\"1\\\" data-desktopportraitleft=\\\"0\\\" data-desktopportraittop=\\\"0\\\" data-responsivesize=\\\"1\\\" data-desktopportraitwidth=\\\"100%\\\" data-desktopportraitheight=\\\"100%\\\" data-desktopportraitalign=\\\"left\\\" data-desktopportraitvalign=\\\"top\\\" data-parentid=\\\"\\\" data-desktopportraitparentalign=\\\"center\\\" data-desktopportraitparentvalign=\\\"middle\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-8item1\\\" class=\\\"n2-ss-layer-player n2-ss-item-content n2-ow-all\\\"><div id=\\\"n2-ss-8item1-frame\\\"><\\/div><div class=\\\"n2-ss-layer-player n2-ss-layer-player-cover\\\" style=\\\"cursor:pointer; background: URL(https:\\/\\/i.ytimg.com\\/vi\\/y2W41HcxFb0\\/maxresdefault.jpg) no-repeat 50% 50%; background-size: cover\\\"><img style=\\\"width:48px;height:48px;margin-left:-24px;margin-top:-24px;\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPjwvZz48L3N2Zz4=\\\" alt=\\\"Play\\\" \\/><\\/div><\\/div><\\/div><\\/div><\\/div> <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div><div class=\\\"n2-clear\\\"><\\/div><div id=\\\"n2-ss-8-spinner\\\" style=\\\"display: none;\\\"><div><div class=\\\"n2-ss-spinner-simple-white-container\\\"><div class=\\\"n2-ss-spinner-simple-white\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div id=\\\"n2-ss-8-placeholder\\\" style=\\\"position: relative;z-index:2;background-color:RGBA(0,0,0,0);max-height:3000px; background-color:RGBA(255,255,255,0);\\\"><img style=\\\"width: 100%; max-width:3000px; display: block;opacity:0;margin:0px;\\\" class=\\\"n2-ow\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iNjc1IiA+PC9zdmc+\\\" alt=\\\"Slider\\\" \\/><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroup\":{\"smartslider\":\"\\/data\\/35\\/0\\/94\\/65\\/94554\\/user\\/95954\\/htdocs\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/smartslider.min.css\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\".n2-ss-spinner-simple-white-container {\\r\\n position: absolute;\\r\\n top: 50%;\\r\\n left: 50%;\\r\\n margin: -20px;\\r\\n background: #fff;\\r\\n width: 20px;\\r\\n height: 20px;\\r\\n padding: 10px;\\r\\n border-radius: 50%;\\r\\n z-index: 1000;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white {\\r\\n outline: 1px solid RGBA(0,0,0,0);\\r\\n width:100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:before {\\r\\n position: absolute;\\r\\n top: 50%;\\r\\n left: 50%;\\r\\n width: 20px;\\r\\n height: 20px;\\r\\n margin-top: -11px;\\r\\n margin-left: -11px;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:not(:required):before {\\r\\n content: \'\';\\r\\n border-radius: 50%;\\r\\n border-top: 2px solid #333;\\r\\n border-right: 2px solid transparent;\\r\\n animation: n2SimpleWhite .6s linear infinite;\\r\\n}\\r\\n@keyframes n2SimpleWhite {\\r\\n to {transform: rotate(360deg);}\\r\\n}\"],\"globalInline\":[]},\"less\":{\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroup\":{\"smartslider-simple-type-frontend\":\"\\/data\\/35\\/0\\/94\\/65\\/94554\\/user\\/95954\\/htdocs\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/plugins\\/type\\/simple\\/simple\\/dist\\/smartslider-simple-type-frontend.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"N2R([\\\"nextend-frontend\\\",\\\"smartslider-frontend\\\",\\\"smartslider-simple-type-frontend\\\"],function(){new N2Classes.SmartSliderSimple(\'#n2-ss-8\', {\\\"admin\\\":false,\\\"translate3d\\\":1,\\\"callbacks\\\":\\\"\\\",\\\"background.video.mobile\\\":1,\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"load\\\":{\\\"fade\\\":1,\\\"scroll\\\":0},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0.5,\\\"responsive\\\":{\\\"desktop\\\":1,\\\"tablet\\\":1,\\\"mobile\\\":1,\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"auto\\\",\\\"downscale\\\":1,\\\"upscale\\\":1,\\\"minimumHeight\\\":0,\\\"maximumHeight\\\":3000,\\\"maximumSlideWidth\\\":3000,\\\"maximumSlideWidthLandscape\\\":3000,\\\"maximumSlideWidthTablet\\\":3000,\\\"maximumSlideWidthTabletLandscape\\\":3000,\\\"maximumSlideWidthMobile\\\":3000,\\\"maximumSlideWidthMobileLandscape\\\":3000,\\\"maximumSlideWidthConstrainHeight\\\":0,\\\"forceFull\\\":0,\\\"forceFullOverflowX\\\":\\\"body\\\",\\\"forceFullHorizontalSelector\\\":\\\"\\\",\\\"constrainRatio\\\":1,\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"decreaseSliderHeight\\\":0,\\\"focusUser\\\":1,\\\"deviceModes\\\":{\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":0},\\\"normalizedDeviceModes\\\":{\\\"unknownUnknown\\\":[\\\"unknown\\\",\\\"Unknown\\\"],\\\"desktopPortrait\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"desktopLandscape\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"tabletPortrait\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"tabletLandscape\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"mobilePortrait\\\":[\\\"mobile\\\",\\\"Portrait\\\"],\\\"mobileLandscape\\\":[\\\"mobile\\\",\\\"Portrait\\\"]},\\\"verticalRatioModifiers\\\":{\\\"unknownUnknown\\\":1,\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":1,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":1,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":1},\\\"minimumFontSizes\\\":{\\\"desktopPortrait\\\":4,\\\"desktopLandscape\\\":4,\\\"tabletPortrait\\\":4,\\\"tabletLandscape\\\":4,\\\"mobilePortrait\\\":4,\\\"mobileLandscape\\\":4},\\\"ratioToDevice\\\":{\\\"Portrait\\\":{\\\"tablet\\\":0.7,\\\"mobile\\\":0.5},\\\"Landscape\\\":{\\\"tablet\\\":0,\\\"mobile\\\":0}},\\\"sliderWidthToDevice\\\":{\\\"desktopPortrait\\\":1200,\\\"desktopLandscape\\\":1200,\\\"tabletPortrait\\\":840,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":600,\\\"mobileLandscape\\\":0},\\\"basedOn\\\":\\\"combined\\\",\\\"orientationMode\\\":\\\"width_and_height\\\",\\\"overflowHiddenPage\\\":0,\\\"desktopPortraitScreenWidth\\\":1200,\\\"tabletPortraitScreenWidth\\\":800,\\\"mobilePortraitScreenWidth\\\":440,\\\"tabletLandscapeScreenWidth\\\":800,\\\"mobileLandscapeScreenWidth\\\":440,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":0,\\\"start\\\":1,\\\"duration\\\":8000,\\\"autoplayToSlide\\\":-1,\\\"autoplayToSlideIndex\\\":-1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":0,\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0}},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"initCallbacks\\\":[\\\"new N2Classes.FrontendItemYouTube(this, \\\\\\\"n2-ss-8item1\\\\\\\", {\\\\\\\"image\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/i.ytimg.com\\\\\\\\\\\\\\/vi\\\\\\\\\\\\\\/y2W41HcxFb0\\\\\\\\\\\\\\/maxresdefault.jpg\\\\\\\",\\\\\\\"start\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"volume\\\\\\\":-1,\\\\\\\"autoplay\\\\\\\":0,\\\\\\\"controls\\\\\\\":1,\\\\\\\"center\\\\\\\":0,\\\\\\\"loop\\\\\\\":0,\\\\\\\"reset\\\\\\\":0,\\\\\\\"related\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"code\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/www.youtube.com\\\\\\\\\\\\\\/watch?v=y2W41HcxFb0?rel=0\\\\\\\",\\\\\\\"youtubeurl\\\\\\\":\\\\\\\"https:\\\\\\\\\\\\\\/\\\\\\\\\\\\\\/www.youtube.com\\\\\\\\\\\\\\/watch?v=y2W41HcxFb0?rel=0\\\\\\\",\\\\\\\"defaultimage\\\\\\\":\\\\\\\"maxresdefault\\\\\\\",\\\\\\\"modestbranding\\\\\\\":1,\\\\\\\"playbutton\\\\\\\":1,\\\\\\\"scroll-pause\\\\\\\":\\\\\\\"partly-visible\\\\\\\",\\\\\\\"query\\\\\\\":[],\\\\\\\"youtubecode\\\\\\\":\\\\\\\"y2W41HcxFb0\\\\\\\",\\\\\\\"end\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"privacy-enhanced\\\\\\\":0}, 1);\\\"],\\\"allowBGImageAttachmentFixed\\\":true,\\\"bgAnimationsColor\\\":\\\"RGBA(51,51,51,1)\\\",\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":800,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"parallax\\\":0,\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"dynamicHeight\\\":0});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[]}}}',0,1),(13635,'smartslider','sliderChanged','10','0',0,1),(13636,'cache','notweb/n2-ss-10','data.manifest','{\"generator\":[]}',0,1),(13637,'cache','notweb/n2-ss-10','variations.manifest','1',0,1),(13638,'cache','notweb/n2-ss-10','slideren_US1.manifest','{\"hash\":\"\",\"nextCacheRefresh\":1891185369,\"currentPath\":\"f5d1e2afb35e249332a6b16084af394b\",\"version\":\"3.3.25\"}',0,1),(13639,'cache','notweb/n2-ss-10','slideren_US1','{\"html\":\"<div class=\\\"n2-section-smartslider \\\" role=\\\"region\\\" aria-label=\\\"Slider\\\"><style>div#n2-ss-10{width:1200px;float:left;margin:0px 0px 0px 0px;}html[dir=\\\"rtl\\\"] div#n2-ss-10{float:right;}div#n2-ss-10 .n2-ss-slider-1{position:relative;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;height:675px;border-style:solid;border-width:0px;border-color:#3e3e3e;border-color:RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;}div#n2-ss-10 .n2-ss-slider-background-video-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}div#n2-ss-10 .n2-ss-slider-2{position:relative;width:100%;height:100%;}.x-firefox div#n2-ss-10 .n2-ss-slider-2{opacity:0.99999;}div#n2-ss-10 .n2-ss-slider-3{position:relative;width:100%;height:100%;overflow:hidden;outline:1px solid rgba(0,0,0,0);z-index:10;}div#n2-ss-10 .n2-ss-slide-backgrounds,div#n2-ss-10 .n2-ss-slider-3 > .n-particles-js-canvas-el,div#n2-ss-10 .n2-ss-slider-3 > .n2-ss-divider{position:absolute;left:0;top:0;width:100%;height:100%;}div#n2-ss-10 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-10 .n2-ss-slider-3 > .n-particles-js-canvas-el{z-index:12;}div#n2-ss-10 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-10 .n2-ss-slide{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:block;-webkit-backface-visibility:hidden;}div#n2-ss-10 .n2-ss-layers-container{position:relative;width:1200px;height:675px;}div#n2-ss-10 .n2-ss-parallax-clip > .n2-ss-layers-container{position:absolute;right:0;}div#n2-ss-10 .n2-ss-slide{perspective:1500px;}div#n2-ss-10[data-ie] .n2-ss-slide{perspective:none;transform:perspective(1500px);}div#n2-ss-10 .n2-ss-slide-active{z-index:21;}<\\/style><div id=\\\"n2-ss-10-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-10\\\" data-creator=\\\"Smart Slider 3\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition n2-ss-load-fade \\\" data-minFontSizedesktopPortrait=\\\"4\\\" data-minFontSizedesktopLandscape=\\\"4\\\" data-minFontSizetabletPortrait=\\\"4\\\" data-minFontSizetabletLandscape=\\\"4\\\" data-minFontSizemobilePortrait=\\\"4\\\" data-minFontSizemobileLandscape=\\\"4\\\" style=\\\"font-size: 1rem;\\\" data-fontsize=\\\"16\\\">\\r\\n <div class=\\\"n2-ss-slider-1 n2-ss-swipe-element n2-ow\\\" style=\\\"\\\">\\r\\n <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\r\\n <div class=\\\"n2-ss-slider-3 n2-ow\\\" style=\\\"\\\">\\r\\n\\r\\n <div class=\\\"n2-ss-slide-backgrounds\\\"><\\/div><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"28\\\" data-haslink=\\\"1\\\" style=\\\"cursor:pointer;\\\" onclick=\\\"\\\" data-href=\\\"https:\\/\\/www.youtube.com\\/watch?v=SEihH9BH1UA&t=5s\\\" data-n2click=\\\"n2ss.openUrl(event);\\\" data-n2middleclick=\\\"n2ss.openUrl(event, '_blank');\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-28\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"48ed1e3330141d15a36d3a43b62d7c6c\\\" data-desktop=\\\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/Canal33-fsn-live.png\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\"><img src=\\\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/Canal33-fsn-live.png\\\" alt=\\\"\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><\\/div><\\/div> <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div><div class=\\\"n2-clear\\\"><\\/div><div id=\\\"n2-ss-10-spinner\\\" style=\\\"display: none;\\\"><div><div class=\\\"n2-ss-spinner-simple-white-container\\\"><div class=\\\"n2-ss-spinner-simple-white\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div id=\\\"n2-ss-10-placeholder\\\" style=\\\"position: relative;z-index:2;background-color:RGBA(0,0,0,0);max-height:3000px; background-color:RGBA(255,255,255,0);\\\"><img style=\\\"width: 100%; max-width:3000px; display: block;opacity:0;margin:0px;\\\" class=\\\"n2-ow\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iNjc1IiA+PC9zdmc+\\\" alt=\\\"Slider\\\" \\/><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroup\":{\"smartslider\":\"\\/data\\/35\\/0\\/94\\/65\\/94554\\/user\\/95954\\/htdocs\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/smartslider.min.css\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\".n2-ss-spinner-simple-white-container {\\r\\n position: absolute;\\r\\n top: 50%;\\r\\n left: 50%;\\r\\n margin: -20px;\\r\\n background: #fff;\\r\\n width: 20px;\\r\\n height: 20px;\\r\\n padding: 10px;\\r\\n border-radius: 50%;\\r\\n z-index: 1000;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white {\\r\\n outline: 1px solid RGBA(0,0,0,0);\\r\\n width:100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:before {\\r\\n position: absolute;\\r\\n top: 50%;\\r\\n left: 50%;\\r\\n width: 20px;\\r\\n height: 20px;\\r\\n margin-top: -11px;\\r\\n margin-left: -11px;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:not(:required):before {\\r\\n content: \'\';\\r\\n border-radius: 50%;\\r\\n border-top: 2px solid #333;\\r\\n border-right: 2px solid transparent;\\r\\n animation: n2SimpleWhite .6s linear infinite;\\r\\n}\\r\\n@keyframes n2SimpleWhite {\\r\\n to {transform: rotate(360deg);}\\r\\n}\"],\"globalInline\":[]},\"less\":{\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroup\":{\"smartslider-simple-type-frontend\":\"\\/data\\/35\\/0\\/94\\/65\\/94554\\/user\\/95954\\/htdocs\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/plugins\\/type\\/simple\\/simple\\/dist\\/smartslider-simple-type-frontend.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"N2R([\\\"nextend-frontend\\\",\\\"smartslider-frontend\\\",\\\"smartslider-simple-type-frontend\\\"],function(){new N2Classes.SmartSliderSimple(\'#n2-ss-10\', {\\\"admin\\\":false,\\\"translate3d\\\":1,\\\"callbacks\\\":\\\"\\\",\\\"background.video.mobile\\\":1,\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"load\\\":{\\\"fade\\\":1,\\\"scroll\\\":0},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0.5,\\\"responsive\\\":{\\\"desktop\\\":1,\\\"tablet\\\":1,\\\"mobile\\\":1,\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"auto\\\",\\\"downscale\\\":1,\\\"upscale\\\":1,\\\"minimumHeight\\\":0,\\\"maximumHeight\\\":3000,\\\"maximumSlideWidth\\\":3000,\\\"maximumSlideWidthLandscape\\\":3000,\\\"maximumSlideWidthTablet\\\":3000,\\\"maximumSlideWidthTabletLandscape\\\":3000,\\\"maximumSlideWidthMobile\\\":3000,\\\"maximumSlideWidthMobileLandscape\\\":3000,\\\"maximumSlideWidthConstrainHeight\\\":0,\\\"forceFull\\\":0,\\\"forceFullOverflowX\\\":\\\"body\\\",\\\"forceFullHorizontalSelector\\\":\\\"\\\",\\\"constrainRatio\\\":1,\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"decreaseSliderHeight\\\":0,\\\"focusUser\\\":1,\\\"deviceModes\\\":{\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":0},\\\"normalizedDeviceModes\\\":{\\\"unknownUnknown\\\":[\\\"unknown\\\",\\\"Unknown\\\"],\\\"desktopPortrait\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"desktopLandscape\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"tabletPortrait\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"tabletLandscape\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"mobilePortrait\\\":[\\\"mobile\\\",\\\"Portrait\\\"],\\\"mobileLandscape\\\":[\\\"mobile\\\",\\\"Portrait\\\"]},\\\"verticalRatioModifiers\\\":{\\\"unknownUnknown\\\":1,\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":1,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":1,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":1},\\\"minimumFontSizes\\\":{\\\"desktopPortrait\\\":4,\\\"desktopLandscape\\\":4,\\\"tabletPortrait\\\":4,\\\"tabletLandscape\\\":4,\\\"mobilePortrait\\\":4,\\\"mobileLandscape\\\":4},\\\"ratioToDevice\\\":{\\\"Portrait\\\":{\\\"tablet\\\":0.7,\\\"mobile\\\":0.5},\\\"Landscape\\\":{\\\"tablet\\\":0,\\\"mobile\\\":0}},\\\"sliderWidthToDevice\\\":{\\\"desktopPortrait\\\":1200,\\\"desktopLandscape\\\":1200,\\\"tabletPortrait\\\":840,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":600,\\\"mobileLandscape\\\":0},\\\"basedOn\\\":\\\"combined\\\",\\\"orientationMode\\\":\\\"width_and_height\\\",\\\"overflowHiddenPage\\\":0,\\\"desktopPortraitScreenWidth\\\":1200,\\\"tabletPortraitScreenWidth\\\":800,\\\"mobilePortraitScreenWidth\\\":440,\\\"tabletLandscapeScreenWidth\\\":800,\\\"mobileLandscapeScreenWidth\\\":440,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":0,\\\"start\\\":1,\\\"duration\\\":8000,\\\"autoplayToSlide\\\":-1,\\\"autoplayToSlideIndex\\\":-1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":0,\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0}},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"initCallbacks\\\":[],\\\"allowBGImageAttachmentFixed\\\":true,\\\"bgAnimationsColor\\\":\\\"RGBA(51,51,51,1)\\\",\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":800,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"parallax\\\":0,\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"dynamicHeight\\\":0});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/Canal33-fsn-live.png\"]}}}',0,1); /*!40000 ALTER TABLE `wp_nextend2_section_storage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_smartslider3_generators` -- DROP TABLE IF EXISTS `wp_nextend2_smartslider3_generators`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_smartslider3_generators` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group` varchar(254) NOT NULL, `type` varchar(254) NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_smartslider3_generators` -- LOCK TABLES `wp_nextend2_smartslider3_generators` WRITE; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_smartslider3_sliders` -- DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_smartslider3_sliders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `alias` varchar(255) DEFAULT NULL, `title` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `params` mediumtext NOT NULL, `time` datetime NOT NULL, `thumbnail` varchar(255) NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_smartslider3_sliders` -- LOCK TABLES `wp_nextend2_smartslider3_sliders` WRITE; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` DISABLE KEYS */; INSERT INTO `wp_nextend2_smartslider3_sliders` VALUES (1,NULL,'Sample Slider','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"desktop-portrait-minimum-font-size\":\"1\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"1\",\"fontsize\":\"16\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"1\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"1\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"1\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"1\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"perspective\":\"1000\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"5\",\"playWhenVisible\":\"1\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"spinner\":\"simpleWhite\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"maximumslidecount\":\"1000\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"maintain-session\":\"0\",\"blockrightclick\":\"0\",\"overflow-hidden-page\":\"0\",\"bg-parallax-tablet\":\"1\",\"bg-parallax-mobile\":\"1\",\"callbacks\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"0.7\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$/plugins/widgetarrow/image/image/previous/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$/plugins/widgetarrow/image/image/next/thin-horizontal.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widgetbullet\":\"transition\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiNXwqfDV8Knw1fCp8NXwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1MCIsImV4dHJhIjoibWFyZ2luOiA0cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjA5YjQ3NGZmIn1dfQ==\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-overlay\":\"0\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"arrow\"}','2015-11-01 14:14:20','',0),(2,NULL,'Slider','simple','{\"width\":1200,\"height\":500,\"widgetarrow\":\"imageEmpty\"}','2019-08-13 19:54:05','',1),(3,NULL,'Slider','simple','{\"width\":1200,\"height\":500,\"widgetthumbnail\":\"default\"}','2019-08-13 19:55:26','',2),(4,NULL,'Demo Slider - Free Video Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"600\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"160\",\"widget-thumbnail-height\":\"100\",\"widget-thumbnail-minimum-thumbnail-count\":\"1\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-align-content\":\"center\",\"widget-thumbnail-style-bar\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMjQyNDI0MDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiI1fCp8NXwqfDV8Knw1fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9XX0=\",\"widget-thumbnail-style-slides\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiI0fCp8c29saWR8KnwwMDAwMDAxYSIsImJvcmRlcnJhZGl1cyI6IjUiLCJleHRyYSI6Im9wYWNpdHk6IDAuNDtcbm1hcmdpbjogMTBweDtcbnRyYW5zaXRpb246IGFsbCAwLjRzO1xuYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsifSx7ImV4dHJhIjoib3BhY2l0eTogMTsiLCJib3JkZXIiOiI0fCp8c29saWR8KnwwYzhiZWRmZiJ9XX0=\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-title-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiM3wqfDEwfCp8M3wqfDEwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6ImJvdHRvbTogMDtcbmxlZnQ6IDA7In1dfQ==\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYWIiLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4yIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCJ9LHsiY29sb3IiOiJmYzI4MjhmZiIsImFmb250IjoiZ29vZ2xlKEBpbXBvcnQgdXJsKGh0dHA6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M\\/ZmFtaWx5PVJhbGV3YXkpOyksQXJpYWwiLCJzaXplIjoiMjV8fHB4In0se31dfQ==\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYWIiLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4zIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCJ9LHsiY29sb3IiOiJmYzI4MjhmZiIsImFmb250IjoiZ29vZ2xlKEBpbXBvcnQgdXJsKGh0dHA6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M\\/ZmFtaWx5PVJhbGV3YXkpOyksQXJpYWwiLCJzaXplIjoiMjV8fHB4In0se31dfQ==\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2019-08-13 19:58:41','$upload$/slider4/freevideothumb.png',0),(5,NULL,'Homepage','simple','{\"width\":1200,\"height\":500,\"responsive-mode\":\"fullwidth\",\"widgetarrow\":\"imageEmpty\"}','2019-08-14 16:16:54','',3),(6,NULL,'Homepage - copy','simple','{\"width\":1200,\"height\":500,\"responsive-mode\":\"fullwidth\",\"widgetarrow\":\"imageEmpty\"}','2019-11-04 21:53:44','',3),(7,NULL,'Demo Slider - Free Video Slider - copy','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"600\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"160\",\"widget-thumbnail-height\":\"100\",\"widget-thumbnail-minimum-thumbnail-count\":\"1\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-align-content\":\"center\",\"widget-thumbnail-style-bar\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMjQyNDI0MDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiI1fCp8NXwqfDV8Knw1fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6IiJ9XX0=\",\"widget-thumbnail-style-slides\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIwfCp8MHwqfDB8KnwwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiI0fCp8c29saWR8KnwwMDAwMDAxYSIsImJvcmRlcnJhZGl1cyI6IjUiLCJleHRyYSI6Im9wYWNpdHk6IDAuNDtcbm1hcmdpbjogMTBweDtcbnRyYW5zaXRpb246IGFsbCAwLjRzO1xuYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsifSx7ImV4dHJhIjoib3BhY2l0eTogMTsiLCJib3JkZXIiOiI0fCp8c29saWR8KnwwYzhiZWRmZiJ9XX0=\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-title-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiM3wqfDEwfCp8M3wqfDEwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6ImJvdHRvbTogMDtcbmxlZnQ6IDA7In1dfQ==\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYWIiLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4yIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCJ9LHsiY29sb3IiOiJmYzI4MjhmZiIsImFmb250IjoiZ29vZ2xlKEBpbXBvcnQgdXJsKGh0dHA6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M\\/ZmFtaWx5PVJhbGV3YXkpOyksQXJpYWwiLCJzaXplIjoiMjV8fHB4In0se31dfQ==\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYWIiLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4zIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCJ9LHsiY29sb3IiOiJmYzI4MjhmZiIsImFmb250IjoiZ29vZ2xlKEBpbXBvcnQgdXJsKGh0dHA6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M\\/ZmFtaWx5PVJhbGV3YXkpOyksQXJpYWwiLCJzaXplIjoiMjV8fHB4In0se31dfQ==\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2019-11-04 21:55:13','$upload$/slider4/freevideothumb.png',0),(8,NULL,'FSN LIVE','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"675\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2019-11-26 20:50:52','',4),(9,NULL,'FSN LIVE - CANAL 33','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"675\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2019-12-05 16:50:33','',4),(10,NULL,'FSN LIVE - CANAL 33','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"675\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2019-12-05 17:13:28','',5); /*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_smartslider3_sliders_xref` -- DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders_xref`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` ( `group_id` int(11) NOT NULL, `slider_id` int(11) NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`group_id`,`slider_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_smartslider3_sliders_xref` -- LOCK TABLES `wp_nextend2_smartslider3_sliders_xref` WRITE; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` DISABLE KEYS */; INSERT INTO `wp_nextend2_smartslider3_sliders_xref` VALUES (0,2,0),(0,3,1),(0,4,2),(0,5,3),(0,8,4),(0,10,5); /*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_smartslider3_slides` -- DROP TABLE IF EXISTS `wp_nextend2_smartslider3_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_smartslider3_slides` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(200) NOT NULL, `slider` int(11) NOT NULL, `publish_up` datetime NOT NULL, `publish_down` datetime NOT NULL, `published` tinyint(1) NOT NULL, `first` int(11) NOT NULL, `slide` longtext, `description` text NOT NULL, `thumbnail` varchar(255) NOT NULL, `params` text NOT NULL, `ordering` int(11) NOT NULL, `generator_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_smartslider3_slides` -- LOCK TABLES `wp_nextend2_smartslider3_slides` WRITE; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` DISABLE KEYS */; INSERT INTO `wp_nextend2_smartslider3_slides` VALUES (1,'Slide One',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Martin Dwyer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Martin Dwyer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Application Developer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Application Developer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/developerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/programmer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',0,0),(2,'Slide Two',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Rachel Wright\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Rachel Wright\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Art Director & Photographer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Art Director & Photographer\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/artdirectorthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/free1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',1,0),(3,'Slide Three',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Andrew Butler\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Andrew Butler\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Photographer & Illustrator\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Photographer & Illustrator\",\"href\":\"#\",\"href-target\":\"_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/photographerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/photographer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"href\":\"#\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',2,0),(9,'US correspondent Simon Marks on the last presidential debate',4,'2019-08-13 15:57:19','2029-08-14 15:57:19',1,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":176,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"FSN\'s Simon Marks reported the outc\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \\\"Checkpoint\\\" on Radio New Zealand via FSN LIVE.\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiJiYWNrZ3JvdW5kLWNvbG9yOiBibHVlOyIsImNvbG9yIjoiZmZmZmZmZmYiLCJzaXplIjoiMzZ8fHB4IiwidHNoYWRvdyI6IjB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYWZvbnQiOiJSYWxld2F5IiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"YouTube layer\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https://youtu.be/bZGkIB-Vakk\",\"youtubeurl\":\"https://youtu.be/bZGkIB-Vakk\",\"image\":\"https://i.ytimg.com/vi/bZGkIB-Vakk/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','Hillary Clinton and Donald Trump have faced off in their final presidential debate, in Las Vegas. Checkpoint speaks to correspondent Simon Marks about the debate.','https://i.ytimg.com/vi/bZGkIB-Vakk/maxresdefault.jpg','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.21\"}',5,0),(10,'Sudanese doctors lead legal challenge against Trump\'s travel ban',4,'2019-08-14 11:50:46','2029-08-15 11:50:46',1,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":176,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"FSN\'s Daniel Ryntjes reported for C\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President Trump\'s travel ban.\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiJiYWNrZ3JvdW5kLWNvbG9yOiBicm93bjsiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"YouTube layer\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https://youtu.be/5f8yW5p_zes\",\"youtubeurl\":\"https://youtu.be/5f8yW5p_zes\",\"image\":\"https://i.ytimg.com/vi/5f8yW5p_zes/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','Sudanese doctors in the United States are at the forefront of the legal challenge to President Donald Trump’s travel ban. The doctors are practicing medicine in the United States and helping to save lives in their home country. CGTN’s Daniel Ryntjes reports.','https://i.ytimg.com/vi/5f8yW5p_zes/maxresdefault.jpg','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.21\"}',6,0),(11,'Medicine shortage in Venezuela creating dire situation for patients',4,'2019-08-13 15:58:07','2029-08-14 15:58:07',1,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":176,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"FSN\'s Juan Carlos Lamas reported th\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from FSN\'s Caracas Bureau.\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiJiYWNrZ3JvdW5kLWNvbG9yOiByZWQ7XG4iLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"1009\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"YouTube layer\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https://youtu.be/4NpUEmHJs-c\",\"youtubeurl\":\"https://youtu.be/4NpUEmHJs-c\",\"image\":\"https://i.ytimg.com/vi/4NpUEmHJs-c/sddefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','The economic crisis in Venezuela has meant severe shortages of the most basic goods. Many people spend hours in line every day, searching for food and medicine. For organ transplant patients, finding the medicine that keeps their bodies from rejecting their new organs can mean the difference between life and death. CGTN\'s Juan Carlos Lamas reports from Caracas.','https://i.ytimg.com/vi/4NpUEmHJs-c/sddefault.jpg','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.21\"}',7,0),(12,'Uganda Refugee Policy: Uganda to host a “Solidarity Summit” on refugees',4,'2019-08-13 15:58:31','2029-08-14 15:58:31',1,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":176,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"From FSN\'s Kampala Bureau, Leon Sse\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"From FSN\'s Kampala Bureau, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiJiYWNrZ3JvdW5kLWNvbG9yOiBjb3JhbDsiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"YouTube layer\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https://youtu.be/mh76M2kmcps\",\"youtubeurl\":\"https://youtu.be/mh76M2kmcps\",\"image\":\"https://i.ytimg.com/vi/mh76M2kmcps/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','Uganda has the largest refugee camp in the world and has been hailed for its policies towards asylum seekers. But it\'s resources are at breaking point. And that will be at the top of the agenda when it hosts a refugee summit this Friday. Leon Ssenyange has the story.\r\n\r\nSubscribe: http://trt.world/subscribe\r\n\r\nLivestream: http://trt.world/ytlive\r\n\r\nFacebook: http://trt.world/facebook\r\n\r\nTwitter: http://trt.world/twitter\r\n\r\nInstagram: http://trt.world/instagram\r\n\r\nVisit our website: http://trt.world','https://i.ytimg.com/vi/mh76M2kmcps/maxresdefault.jpg','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.21\"}',8,0),(13,'Tanzania poachers kill park pilot',4,'2019-08-13 15:59:33','2029-08-14 15:59:33',1,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":0,\"desktopportraittop\":116,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"FSN\'s Dan Ashby with one of several\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"FSN\'s Dan Ashby with one of several stories our bureau in Dar Es Salaam has filed about the battle against wildlife poaching.\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiJiYWNrZ3JvdW5kLWNvbG9yOiBncmVlbjsiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"YouTube layer\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https://youtu.be/OGX4mUCyL4k\",\"youtubeurl\":\"https://youtu.be/OGX4mUCyL4k\",\"image\":\"https://i.ytimg.com/vi/OGX4mUCyL4k/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','A hunt is underway in Tanzania for suspected poachers who allegedly shot down a helicopter, killing its pilot. Roger Gower was tracking the gang near the Serengeti when the poachers allegedly opened fire on him with an AK-47 rifle. CCTV\'s Dan Ashby has the story.','https://i.ytimg.com/vi/OGX4mUCyL4k/maxresdefault.jpg','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.21\"}',9,0),(14,'putin-trump-call',5,'2019-08-13 15:30:49','2029-08-14 15:30:49',1,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":-476,\"desktopportraittop\":190,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitleft\":-235,\"tabletportraittop\":216,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"FIND OUT MORE\",\"namesynced\":1,\"parentid\":null,\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"FIND OUT MORE\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiJib3JkZXItcmFkaXVzOiAyNXB4O1xuYmFja2dyb3VuZC1jb2xvcjogI2RkNzczYjsiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjE0fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"1101\",\"href\":\"#about\",\"href-target\":\"_self\",\"href-rel\":\"\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":39,\"desktopportraittop\":310,\"desktopportraitwidth\":400,\"desktopportraitheight\":\"auto\",\"tabletportraitleft\":267,\"tabletportraittop\":343,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"We offer cost-effective global cove\",\"namesynced\":1,\"parentid\":null,\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide.\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiIsImNvbG9yIjoiMTg5MGQ3ZmYifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\",\"contenttablet\":\"\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":-402,\"desktopportraittop\":16,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitleft\":-174,\"tabletportraittop\":66,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"THE WORLD\",\"namesynced\":1,\"parentid\":null,\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"THE WORLD\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjUwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjUwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":-377,\"desktopportraittop\":-31,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitleft\":-148,\"tabletportraittop\":19,\"mobileportraitleft\":-379,\"mobileportraittop\":-56,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"FSN DELIVERS\",\"namesynced\":1,\"parentid\":null,\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"FSN DELIVERS\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjUwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjUwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2018/03/putin-trump-call-1.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2018\\/03\\/putin-trump-call-1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.21\"}',0,0),(15,'putin-trump-call',6,'2019-08-13 15:30:49','2029-08-14 15:30:49',1,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":-476,\"desktopportraittop\":190,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitleft\":-235,\"tabletportraittop\":216,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"FIND OUT MORE\",\"namesynced\":1,\"parentid\":null,\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"FIND OUT MORE\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiJib3JkZXItcmFkaXVzOiAyNXB4O1xuYmFja2dyb3VuZC1jb2xvcjogI2RkNzczYjsiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjE0fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"1101\",\"href\":\"#about\",\"href-target\":\"_self\",\"href-rel\":\"\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":39,\"desktopportraittop\":310,\"desktopportraitwidth\":400,\"desktopportraitheight\":\"auto\",\"tabletportraitleft\":267,\"tabletportraittop\":343,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"We offer cost-effective global cove\",\"namesynced\":1,\"parentid\":null,\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide.\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjQwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiIsImNvbG9yIjoiMTg5MGQ3ZmYifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\",\"contenttablet\":\"\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":-402,\"desktopportraittop\":16,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitleft\":-174,\"tabletportraittop\":66,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"THE WORLD\",\"namesynced\":1,\"parentid\":null,\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"THE WORLD\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjUwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjUwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitleft\":-377,\"desktopportraittop\":-31,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"tabletportraitleft\":-148,\"tabletportraittop\":19,\"mobileportraitleft\":-379,\"mobileportraittop\":-56,\"id\":null,\"uniqueclass\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":\"1\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"FSN DELIVERS\",\"namesynced\":1,\"parentid\":null,\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"FSN DELIVERS\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjUwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiTW9udHNlcnJhdCIsImxpbmVoZWlnaHQiOiIxLjUiLCJ3ZWlnaHQiOjUwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2018/03/putin-trump-call-1.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2018\\/03\\/putin-trump-call-1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.21\"}',0,0),(21,'Installing the FSN Live App',7,'2019-11-03 22:02:46','2029-11-04 22:02:46',1,0,'[{\"type\":\"layer\",\"eye\":false,\"lock\":false,\"animations\":{\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"loopRepeatSelfOnly\":0,\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"name\":\"YouTube layer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https:\\/\\/youtu.be\\/y25mw_nbb1A\",\"youtubeurl\":\"https:\\/\\/youtu.be\\/y25mw_nbb1A\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/y25mw_nbb1A\\/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"name\":\"Content\",\"layers\":[]}]','Installation of the FSN Live App','https://i.ytimg.com/vi/y25mw_nbb1A/maxresdefault.jpg','{\"thumbnailType\":\"videoDark\",\"version\":\"3.3.22\"}',0,0),(22,'Initial Gimbal Setup',7,'2019-11-03 22:03:47','2029-11-04 22:03:47',1,0,'[{\"type\":\"layer\",\"eye\":false,\"lock\":false,\"animations\":{\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"loopRepeatSelfOnly\":0,\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"name\":\"YouTube layer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https:\\/\\/www.youtube.com\\/watch?v=O6alChpSlRc\",\"youtubeurl\":\"https:\\/\\/www.youtube.com\\/watch?v=O6alChpSlRc\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/O6alChpSlRc\\/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"name\":\"Content\",\"layers\":[]}]','Initial Setup of DJI Osmo Mobile gimbal with FSN Live App','https://i.ytimg.com/vi/O6alChpSlRc/maxresdefault.jpg','{\"thumbnailType\":\"videoDark\",\"version\":\"3.3.22\"}',1,0),(23,'Initial Setup and Streaming',7,'2019-11-03 22:04:14','2029-11-04 22:04:14',1,0,'[{\"type\":\"layer\",\"eye\":false,\"lock\":false,\"animations\":{\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"loopRepeatSelfOnly\":0,\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"name\":\"YouTube layer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https:\\/\\/www.youtube.com\\/watch?v=RnbMVq_oR58\",\"youtubeurl\":\"https:\\/\\/www.youtube.com\\/watch?v=RnbMVq_oR58\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/RnbMVq_oR58\\/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"name\":\"Content\",\"layers\":[]}]','FSN Live App initial setup and basic streaming','https://i.ytimg.com/vi/RnbMVq_oR58/maxresdefault.jpg','{\"thumbnailType\":\"videoDark\",\"version\":\"3.3.22\"}',2,0),(24,'FSN Live App Interface Walkthrough',7,'2019-11-03 22:04:44','2029-11-04 22:04:44',1,0,'[{\"type\":\"layer\",\"eye\":false,\"lock\":false,\"animations\":{\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"loopRepeatSelfOnly\":0,\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"name\":\"YouTube layer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https:\\/\\/www.youtube.com\\/watch?v=TlHJFVnIAYQ\",\"youtubeurl\":\"https:\\/\\/www.youtube.com\\/watch?v=TlHJFVnIAYQ\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/TlHJFVnIAYQ\\/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"name\":\"Content\",\"layers\":[]}]','Detailed explanation of FSN Live App interface','https://i.ytimg.com/vi/TlHJFVnIAYQ/maxresdefault.jpg','{\"thumbnailType\":\"videoDark\",\"version\":\"3.3.22\"}',3,0),(25,'FSN MCR App Installation',7,'2019-11-03 22:05:17','2029-11-04 22:05:17',1,0,'[{\"type\":\"layer\",\"eye\":false,\"lock\":false,\"animations\":{\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"loopRepeatSelfOnly\":0,\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"name\":\"YouTube layer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https:\\/\\/www.youtube.com\\/watch?v=CUQeLzN9K_4\",\"youtubeurl\":\"https:\\/\\/www.youtube.com\\/watch?v=CUQeLzN9K_4\",\"image\":\"https:\\/\\/i.ytimg.com\\/vi\\/CUQeLzN9K_4\\/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"name\":\"Content\",\"layers\":[]}]','FSN Live MCR App Installation Training Video','https://i.ytimg.com/vi/CUQeLzN9K_4/maxresdefault.jpg','{\"thumbnailType\":\"videoDark\",\"version\":\"3.3.22\"}',4,0),(26,'FSN LIVE: Step into the future of broadcast news',8,'2019-11-25 20:54:52','2029-11-26 20:54:52',1,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"YouTube layer\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https://www.youtube.com/watch?v=y2W41HcxFb0?rel=0\",\"youtubeurl\":\"https://www.youtube.com/watch?v=y2W41HcxFb0?rel=0\",\"image\":\"https://i.ytimg.com/vi/y2W41HcxFb0/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','https://i.ytimg.com/vi/y2W41HcxFb0/maxresdefault.jpg','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"https:\\/\\/www.youtube.com\\/watch?v=y2W41HcxFb0?rel=0\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.24\"}',0,0),(27,'IN FOCUS: FSN LIVE FOR EL SALVADOR\'s CANAL 33',9,'2019-12-04 17:00:06','2029-12-05 17:00:06',1,0,'[{\"type\":\"layer\",\"lastplacement\":\"absolute\",\"desktopportraitfontsize\":100,\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"100%\",\"desktopportraitheight\":\"100%\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"https://www.youtube.com/watch?v=y2W\",\"namesynced\":1,\"parentid\":\"\",\"responsiveposition\":1,\"responsivesize\":1,\"item\":{\"type\":\"youtube\",\"values\":{\"code\":\"https://www.youtube.com/watch?v=y2W41HcxFb0?rel=0\",\"youtubeurl\":\"https://www.youtube.com/watch?v=y2W41HcxFb0?rel=0\",\"image\":\"https://i.ytimg.com/vi/y2W41HcxFb0/maxresdefault.jpg\",\"autoplay\":0,\"controls\":1,\"defaultimage\":\"maxresdefault\",\"related\":\"1\",\"center\":0,\"loop\":0,\"modestbranding\":1,\"reset\":0,\"start\":\"0\",\"playbutton\":1,\"scroll-pause\":\"partly-visible\"}}},{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2019/08/Canal33-fsn-live.png','{\"background-type\":\"color\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"videoDark\",\"href\":\"https:\\/\\/www.youtube.com\\/watch?v=SEihH9BH1UA&t=5s\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.25\"}',0,0),(28,'IN FOCUS: HOW FSN LIVE WORKS FOR CANAL 33',10,'2019-12-04 17:16:09','2029-12-05 17:16:09',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2019/08/Canal33-fsn-live.png','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/08\\/Canal33-fsn-live.png\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"https:\\/\\/www.youtube.com\\/watch?v=SEihH9BH1UA&t=5s\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.25\"}',0,0); /*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=109474 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','https://www.featurestorynews.com','yes'),(2,'home','https://www.featurestorynews.com','yes'),(3,'blogname','Feature Story News','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','nic@labeleight.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','114','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','jS F Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','jS F Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:18:{i:1;s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:45:\"custom-facebook-feed/custom-facebook-feed.php\";i:4;s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";i:5;s:33:\"duplicate-post/duplicate-post.php\";i:6;s:25:\"duplicator/duplicator.php\";i:7;s:31:\"envato-market/envato-market.php\";i:8;s:42:\"envato-wordpress-toolkit/envato-market.php\";i:9;s:19:\"folders/folders.php\";i:10;s:27:\"js_composer/js_composer.php\";i:11;s:27:\"optimole-wp/optimole-wp.php\";i:12;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:13;s:33:\"smart-slider-3/smart-slider-3.php\";i:14;s:17:\"unyson/unyson.php\";i:15;s:42:\"waspthemes-yellow-pencil/yellow-pencil.php\";i:16;s:24:\"wordpress-seo/wp-seo.php\";i:18;s:27:\"wp-super-cache/wp-cache.php\";i:19;s:39:\"wp-video-lightbox/wp-video-lightbox.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:84:\"/customers/8/5/0/featurestorynews.com/httpd.www/wp-content/themes/fullpane/style.css\";i:1;s:0:\"\";}','no'),(40,'template','jevelin','yes'),(41,'stylesheet','jevelin-child','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','45805','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:4:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:19:\"Master Control Room\";s:4:\"text\";s:59:\"<a href=\"call:+12026009907\">+ 1 202 600 9907</a> (24 hours)\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:7:\"Careers\";s:4:\"text\";s:83:\"<a href=\"http://www.featurestorynews.com/careers-with-fsn\">Opportunities at FSN</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:5:{s:42:\"waspthemes-yellow-pencil/yellow-pencil.php\";s:23:\"uninstall_yellow_pencil\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:31:\"cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_uninstall\";}s:45:\"custom-facebook-feed/custom-facebook-feed.php\";s:13:\"cff_uninstall\";s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(82,'timezone_string','Europe/London','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','262','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','9197','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'initial_db_version','38590','yes'),(93,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:141:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:35:\"manage_custom_facebook_feed_options\";b:1;s:10:\"copy_posts\";b:1;s:35:\"manage_custom_twitter_feeds_options\";b:1;s:11:\"edit_zakeke\";b:1;s:20:\"wpgmp_admin_overview\";b:1;s:19:\"wpgmp_form_location\";b:1;s:21:\"wpgmp_manage_location\";b:1;s:21:\"wpgmp_import_location\";b:1;s:14:\"wpgmp_form_map\";b:1;s:16:\"wpgmp_manage_map\";b:1;s:20:\"wpgmp_form_group_map\";b:1;s:22:\"wpgmp_manage_group_map\";b:1;s:20:\"wpgmp_manage_drawing\";b:1;s:16:\"wpgmp_form_route\";b:1;s:18:\"wpgmp_manage_route\";b:1;s:24:\"wpgmp_manage_permissions\";b:1;s:21:\"wpgmp_manage_settings\";b:1;s:18:\"wpgmp_manage_tools\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:44:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:10:\"copy_posts\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:11:\"edit_zakeke\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:46:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:10:\"copy_posts\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:45:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:10:\"copy_posts\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(94,'fresh_site','0','yes'),(95,'WPLANG','','yes'),(96,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;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:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:8:\"social-2\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:8:\"search-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";}s:12:\"blog-widgets\";a:11:{i:0;s:8:\"search-3\";i:1;s:14:\"recent-posts-3\";i:2;s:17:\"recent-comments-3\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";i:5;s:6:\"meta-3\";i:6;s:12:\"categories-4\";i:7;s:14:\"recent_posts-2\";i:8;s:11:\"tag_cloud-1\";i:9;s:14:\"recent-posts-4\";i:10;s:8:\"social-3\";}s:12:\"page-widgets\";a:0:{}s:14:\"footer_widgets\";a:4:{i:0;s:10:\"contacts-1\";i:1;s:7:\"image-4\";i:2;s:6:\"text-2\";i:3;s:6:\"text-3\";}s:19:\"woocommerce-widgets\";a:0:{}s:17:\"portfolio-widgets\";a:0:{}s:13:\"other-widgets\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:12:{i:1576082041;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:1576084793;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:1576101966;a:1:{s:16:\"optml_daily_sync\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1576120793;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:1576121470;a:1:{s:12:\"cff_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1576140939;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1576143291;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1576150920;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1576155972;a:1:{s:18:\"wpseo_onpage_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1576155976;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1576164013;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;}}}s:7:\"version\";i:2;}','yes'),(112,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1532619369;s:4:\"data\";a:4:{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:{}}}}','yes'),(145,'current_theme','Jevelin Child','yes'),(146,'theme_mods_jevelin','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"header\";i:71;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1540718428;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:13:{i:0;s:8:\"social-2\";i:1;s:10:\"archives-2\";i:2;s:10:\"archives-3\";i:3;s:6:\"meta-2\";i:4;s:6:\"meta-3\";i:5;s:8:\"search-2\";i:6;s:8:\"search-3\";i:7;s:12:\"categories-2\";i:8;s:12:\"categories-3\";i:9;s:14:\"recent-posts-2\";i:10;s:14:\"recent-posts-3\";i:11;s:17:\"recent-comments-2\";i:12;s:17:\"recent-comments-3\";}s:12:\"blog-widgets\";a:0:{}s:12:\"page-widgets\";a:0:{}s:14:\"footer_widgets\";a:1:{i:0;s:9:\"text-1008\";}s:19:\"woocommerce-widgets\";a:0:{}s:13:\"other-widgets\";a:0:{}}}}','yes'),(147,'theme_switched','','yes'),(148,'widget_contacts','a:2:{i:1;a:5:{s:12:\"widget-title\";s:19:\"Global Headquarters\";s:7:\"address\";s:92:\"Feature Story USA Corporation, 1730 Rhode Island Ave NW, Suite 405, Washington DC 20036 USA\";s:5:\"phone\";s:45:\"<a href=tel:+12022969012>+ 1 202 296 9012</a>\";s:5:\"email\";s:62:\"<a href=mailto:info@FeatureStory.com>info@FeatureStory.com</a>\";s:13:\"working_hours\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_image','a:2:{i:4;a:5:{s:12:\"widget-title\";s:12:\"Social Media\";s:5:\"image\";s:0:\"\";s:11:\"description\";s:0:\"\";s:3:\"url\";s:0:\"\";s:12:\"social_icons\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_imagev2','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_portfolio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_recent_posts','a:2:{i:2;a:2:{s:12:\"widget-title\";s:0:\"\";s:14:\"items_per_page\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(153,'widget_social','a:3:{i:2;a:8:{s:12:\"widget-title\";s:0:\"\";s:8:\"facebook\";s:34:\"www.facebook.com/genielivingdrinks\";s:7:\"twitter\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:9:\"instagram\";s:34:\"www.intagram.com/genielivingdrinks\";s:8:\"dribbble\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";}i:3;a:8:{s:12:\"widget-title\";s:0:\"\";s:8:\"facebook\";s:1:\"#\";s:7:\"twitter\";s:1:\"#\";s:5:\"gplus\";s:0:\"\";s:9:\"instagram\";s:1:\"#\";s:8:\"dribbble\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(154,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"660\";s:6:\"height\";s:3:\"660\";s:4:\"crop\";i:1;}','yes'),(155,'shop_single_image_size','a:3:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";i:0;}','yes'),(156,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";i:1;}','yes'),(160,'theme_mods_jevelin-child','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:6:\"header\";i:96;s:11:\"header-left\";i:0;s:12:\"header-right\";i:0;s:6:\"topbar\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:10:\"fw_options\";a:238:{s:4:\"logo\";a:2:{s:13:\"attachment_id\";s:4:\"6071\";s:3:\"url\";s:63:\"//www.featurestorynews.com/wp-content/uploads/2018/03/image.png\";}s:15:\"social_facebook\";s:41:\"https://www.facebook.com/featurestorynews\";s:16:\"social_instagram\";s:0:\"\";s:14:\"footer_columns\";s:1:\"4\";s:13:\"copyright_bar\";s:3:\"off\";s:14:\"copyright_text\";s:0:\"\";s:21:\"copyright_deveveloper\";b:0;s:14:\"copyright_logo\";s:0:\"\";s:13:\"page_comments\";b:1;s:23:\"footer_background_color\";s:7:\"#2a3338\";s:17:\"footer_icon_color\";s:7:\"#f7f7f7\";s:13:\"header_sticky\";b:1;s:15:\"header_elements\";a:2:{s:6:\"social\";b:1;s:13:\"social_mobile\";b:1;}s:13:\"topbar_status\";b:0;s:11:\"logo_sticky\";s:0:\"\";s:10:\"logo_light\";s:0:\"\";s:16:\"header_uppercase\";b:1;s:17:\"header_logo_sizes\";a:2:{s:17:\"header_logo_sizes\";s:6:\"manual\";s:6:\"manual\";a:3:{s:15:\"standard_height\";d:60;s:13:\"sticky_height\";d:60;s:17:\"responsive_height\";d:40;}}s:12:\"accent_color\";s:7:\"#5cc9e6\";s:10:\"link_color\";s:7:\"#5cc9e6\";s:16:\"link_hover_color\";s:7:\"#ed5929\";s:18:\"global_page_layout\";s:7:\"default\";s:11:\"page_layout\";a:2:{s:11:\"page_layout\";s:4:\"full\";s:5:\"boxed\";a:3:{s:12:\"border_style\";s:6:\"shadow\";s:16:\"background_color\";s:7:\"#fafafa\";s:16:\"background_image\";s:0:\"\";}}s:13:\"white_borders\";b:0;s:27:\"white_borders_only_on_pages\";b:0;s:7:\"favicon\";s:0:\"\";s:17:\"responsive_layout\";b:1;s:16:\"smooth-scrooling\";b:0;s:11:\"back_to_top\";s:1:\"3\";s:19:\"back_to_top_rounded\";b:1;s:11:\"rtl_support\";b:0;s:13:\"crispy_images\";b:0;s:19:\"page_comments_depth\";s:1:\"5\";s:9:\"one_pager\";b:1;s:7:\"api_key\";s:39:\"AIzaSyBLTdkcCqXZJk0iyWr6nVRnOBtvDVGFSHg\";s:20:\"theme_options_stored\";s:4:\"file\";s:23:\"styling_body_background\";s:7:\"#ffffff\";s:12:\"styling_body\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"18\";s:11:\"line-height\";s:1:\"0\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#8d8d8d\";}s:19:\"google_fonts_subset\";a:1:{s:5:\"latin\";b:1;}s:17:\"google_fonts_mini\";b:1;s:18:\"title_styling_body\";s:0:\"\";s:18:\"accent_hover_color\";s:7:\"#ed5929\";s:22:\"title_styling_headings\";s:0:\"\";s:16:\"styling_headings\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:9:\"latin-ext\";s:9:\"variation\";s:3:\"700\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";b:0;s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";s:7:\"#3f3f3f\";}s:10:\"styling_h1\";d:30;s:10:\"styling_h2\";d:24;s:10:\"styling_h3\";d:21;s:10:\"styling_h4\";d:18;s:10:\"styling_h5\";d:16;s:10:\"styling_h6\";d:14;s:20:\"title_styling_header\";s:0:\"\";s:23:\"header_background_color\";s:4:\"#fff\";s:23:\"header_background_image\";s:0:\"\";s:17:\"header_text_color\";s:7:\"#8d8d8d\";s:19:\"header_border_color\";s:19:\"rgba(255,255,255,0)\";s:27:\"header_top_background_color\";s:7:\"#5cc9e6\";s:16:\"header_top_color\";s:4:\"#fff\";s:17:\"title_styling_nav\";s:0:\"\";s:15:\"header_nav_font\";s:4:\"body\";s:15:\"header_nav_size\";s:4:\"14px\";s:16:\"header_nav_color\";s:16:\"rgba(61,61,61,1)\";s:22:\"header_nav_hover_color\";s:19:\"rgba(61,61,61,0.80)\";s:23:\"header_nav_active_color\";s:7:\"#5cc9e6\";s:34:\"header_nav_active_background_color\";s:0:\"\";s:18:\"title_styling_menu\";s:0:\"\";s:21:\"menu_background_color\";s:7:\"#232323\";s:16:\"menu_title_color\";s:0:\"\";s:15:\"menu_link_color\";s:7:\"#aaaaaa\";s:21:\"menu_link_hover_color\";s:7:\"#ffffff\";s:22:\"menu_link_border_color\";s:7:\"#303030\";s:23:\"menu_active_background1\";s:0:\"\";s:23:\"menu_active_background2\";s:0:\"\";s:21:\"title_styling_content\";s:0:\"\";s:14:\"content_border\";s:7:\"#e5e5e5\";s:25:\"content_button_background\";s:7:\"#f2f2f2\";s:31:\"content_button_background_hover\";s:7:\"#e5e5e5\";s:25:\"content_button_text_color\";s:7:\"#9a9a9a\";s:30:\"content_input_background_color\";s:7:\"#ffffff\";s:26:\"content_input_border_color\";s:7:\"#e3e3e3\";s:24:\"content_input_text_color\";s:7:\"#8d8d8d\";s:31:\"content_search_background_color\";s:7:\"#f0f0f0\";s:25:\"content_search_text_color\";s:7:\"#505050\";s:21:\"title_styling_sidebar\";s:0:\"\";s:16:\"sidebar_headings\";a:10:{s:11:\"google_font\";b:0;s:6:\"subset\";b:0;s:9:\"variation\";b:0;s:6:\"family\";b:0;s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";s:7:\"#505050\";}s:20:\"sidebar_border_color\";s:7:\"#e3e3e3\";s:20:\"title_footer_styling\";s:0:\"\";s:23:\"footer_background_image\";s:0:\"\";s:15:\"footer_headings\";a:10:{s:11:\"google_font\";b:0;s:6:\"subset\";b:0;s:9:\"variation\";b:0;s:6:\"family\";b:0;s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"20\";s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";s:7:\"#ffffff\";}s:17:\"footer_text_color\";s:7:\"#e3e3e3\";s:17:\"footer_link_color\";s:7:\"#ffffff\";s:18:\"footer_hover_color\";s:7:\"#5cc9e6\";s:19:\"footer_border_color\";s:22:\"rgba(255,255,255,0.10)\";s:23:\"title_copyright_styling\";s:0:\"\";s:26:\"copyright_background_color\";s:7:\"#20272b\";s:20:\"copyright_text_color\";s:7:\"#ffffff\";s:20:\"copyright_link_color\";s:7:\"#ffffff\";s:21:\"copyright_hover_color\";s:7:\"#c0e3eb\";s:22:\"copyright_border_color\";s:22:\"rgba(255,255,255,0.15)\";s:26:\"additional_styling_popover\";s:0:\"\";s:10:\"popover_wc\";s:2:\"on\";s:13:\"popover_color\";s:0:\"\";s:12:\"popover_font\";s:11:\"additional1\";s:18:\"additional_styling\";s:0:\"\";s:16:\"additional_font1\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"100\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";b:0;s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";b:0;}s:16:\"additional_font2\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"100\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";b:0;s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";b:0;}s:13:\"header_layout\";s:1:\"1\";s:26:\"title_header_logo_settings\";s:0:\"\";s:11:\"logo_status\";b:1;s:10:\"logo_title\";a:2:{s:10:\"logo_title\";s:3:\"off\";s:2:\"on\";a:2:{s:16:\"logo_title_value\";s:0:\"\";s:9:\"logo_both\";s:3:\"off\";}}s:21:\"title_header_settings\";s:0:\"\";s:17:\"header_mega_style\";s:6:\"style1\";s:30:\"ipad_landscape_full_navigation\";b:0;s:12:\"header_width\";s:4:\"full\";s:20:\"header_mobile_sticky\";b:0;s:19:\"header_search_style\";s:6:\"style1\";s:12:\"header_icons\";s:5:\"large\";s:21:\"header_search_results\";s:5:\"posts\";s:26:\"title_header_lang_settings\";s:0:\"\";s:11:\"header_lang\";s:3:\"off\";s:12:\"title_topbar\";s:0:\"\";s:13:\"contact_phone\";s:0:\"\";s:13:\"contact_email\";s:0:\"\";s:16:\"contact_location\";s:0:\"\";s:17:\"contact_workhours\";s:0:\"\";s:23:\"title_header_animations\";s:0:\"\";s:31:\"header_animation_dropdown_delay\";d:1;s:31:\"header_animation_dropdown_speed\";d:0.29999999999999999;s:25:\"header_animation_dropdown\";s:12:\"easeOutQuint\";s:13:\"header_title1\";s:0:\"\";s:21:\"header_mobile_spacing\";s:7:\"compact\";s:15:\"footer_template\";s:7:\"default\";s:21:\"footer_settings_title\";s:0:\"\";s:14:\"footer_widgets\";s:2:\"on\";s:12:\"footer_width\";s:7:\"default\";s:15:\"footer_parallax\";s:3:\"off\";s:15:\"copyright_title\";s:0:\"\";s:15:\"copyright_style\";a:3:{s:5:\"style\";s:6:\"style2\";s:6:\"style1\";a:1:{s:6:\"social\";b:1;}s:6:\"style3\";a:1:{s:6:\"social\";b:1;}}s:17:\"copyright_padding\";s:0:\"\";s:26:\"copyright_text_multi_lines\";s:3:\"off\";s:25:\"copyright_deveveloper_all\";b:0;s:8:\"titlebar\";s:3:\"off\";s:15:\"titlebar_layout\";s:4:\"side\";s:15:\"titlebar_height\";s:6:\"medium\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:3:\"off\";s:25:\"titlebar-background-color\";s:7:\"#fbfbfb\";s:20:\"titlebar-title-color\";s:0:\"\";s:26:\"titlebar-breadcrumbs-color\";s:0:\"\";s:21:\"titlebar-headings-seo\";s:2:\"h2\";s:19:\"titlebar-home-title\";s:4:\"Home\";s:19:\"titlebar-post-title\";s:9:\"Blog Post\";s:24:\"titlebar-portfolio-title\";s:9:\"Portfolio\";s:25:\"titlebar-blog-woocommerce\";s:4:\"Shop\";s:18:\"titlebar-404-title\";s:23:\"Page could not be found\";s:15:\"titlebar_title1\";s:0:\"\";s:23:\"titlebar_mobile_spacing\";s:7:\"compact\";s:21:\"titlebar_mobile_title\";s:2:\"on\";s:13:\"social_newtab\";b:1;s:14:\"social_twitter\";s:32:\"https://twitter.com/featurestory\";s:17:\"social_googleplus\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:13:\"social_flickr\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:15:\"social_linkedIn\";s:0:\"\";s:12:\"social_skype\";s:0:\"\";s:14:\"social_spotify\";s:0:\"\";s:17:\"social_soundcloud\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:16:\"social_wordpress\";s:0:\"\";s:13:\"social_custom\";a:0:{}s:10:\"blog_style\";s:6:\"style2\";s:10:\"pagination\";s:2:\"on\";s:10:\"blog-items\";d:12;s:17:\"blog_round_images\";s:3:\"off\";s:10:\"post_title\";s:0:\"\";s:11:\"post_layout\";s:13:\"sidebar-right\";s:12:\"post_overlay\";s:6:\"style1\";s:13:\"post_elements\";a:5:{s:4:\"date\";b:1;s:5:\"share\";b:1;s:9:\"prev_next\";b:1;s:9:\"athor_box\";b:1;s:8:\"comments\";b:1;}s:18:\"post_related_posts\";s:2:\"on\";s:25:\"post_main_image_lightbiox\";s:2:\"on\";s:9:\"post_desc\";d:45;s:19:\"portfolio_main_page\";s:0:\"\";s:24:\"portfolio_archive_title2\";s:0:\"\";s:28:\"portfolio_single_page_layout\";s:7:\"default\";s:17:\"portfolio_related\";b:1;s:18:\"portfolio_comments\";b:0;s:15:\"portfolio_share\";b:1;s:22:\"portfolio_single_image\";s:5:\"large\";s:26:\"portfolio_gallery_autoplay\";s:3:\"off\";s:23:\"portfolio_archive_title\";s:0:\"\";s:24:\"portfolio_archive_layout\";s:7:\"default\";s:25:\"portfolio_archive_columns\";s:1:\"3\";s:26:\"portfolio_archive_per_page\";s:2:\"12\";s:25:\"portfolio_gallery_columns\";s:8:\"columns3\";s:24:\"portfolio_gallery_slider\";s:3:\"off\";s:19:\"lightbox_transition\";s:7:\"elastic\";s:16:\"lightbox_opacity\";d:88;s:25:\"lightbox_window_max_width\";s:0:\"\";s:26:\"lightbox_window_max_height\";s:0:\"\";s:20:\"lightbox_window_size\";s:2:\"80\";s:19:\"carousel_dots_style\";s:6:\"style1\";s:21:\"carousel_dots_spacing\";s:3:\"5px\";s:18:\"carousel_dots_size\";s:8:\"standard\";s:30:\"carousel_dots_background_color\";s:0:\"\";s:26:\"carousel_dots_border_color\";s:0:\"\";s:37:\"carousel_dots_active_background_color\";s:0:\"\";s:33:\"carousel_dots_active_border_color\";s:0:\"\";s:7:\"wc_sort\";b:1;s:11:\"wc_lightbox\";s:7:\"jevelin\";s:8:\"wc_style\";s:6:\"style1\";s:10:\"wc_columns\";s:1:\"4\";s:9:\"wc_layout\";s:12:\"sidebar-left\";s:16:\"wc_layout_single\";s:7:\"default\";s:8:\"wc_items\";d:12;s:31:\"wc_items_additional_information\";s:3:\"cat\";s:10:\"wc_related\";b:1;s:18:\"wc_quantity_button\";s:2:\"on\";s:9:\"wc_banner\";s:0:\"\";s:12:\"lazy_loading\";s:7:\"enabled\";s:11:\"page_loader\";s:3:\"off\";s:17:\"page_loader_style\";s:12:\"cube-folding\";s:24:\"page_loader_accent_color\";s:0:\"\";s:28:\"page_loader_background_color\";s:7:\"#ffffff\";s:10:\"404_status\";b:1;s:9:\"404_title\";s:35:\"Oops, This Page Could Not Be Found!\";s:8:\"404_text\";s:106:\"The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.\";s:10:\"404_button\";s:6:\"Reload\";s:9:\"404_image\";s:0:\"\";s:14:\"404_background\";s:7:\"#3f3f3f\";s:13:\"notice_status\";b:1;s:11:\"notice_text\";s:65:\"<p>By using our website, you agree to the use of our cookies.</p>\";s:12:\"notice_close\";s:6:\"enable\";s:15:\"notice_more_url\";s:0:\"\";s:17:\"404_wpbakery_page\";s:8:\"disabled\";s:24:\"carousel_dots_top_margin\";s:3:\"0px\";s:16:\"header_menu_icon\";s:9:\"hamburger\";s:17:\"portfolio_padding\";s:0:\"\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1566295571;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:8:\"social-2\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:8:\"search-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";}s:12:\"blog-widgets\";a:9:{i:0;s:8:\"search-3\";i:1;s:14:\"recent-posts-3\";i:2;s:17:\"recent-comments-3\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";i:5;s:6:\"meta-3\";i:6;s:12:\"categories-4\";i:7;s:14:\"recent_posts-2\";i:8;s:11:\"tag_cloud-1\";}s:12:\"page-widgets\";a:0:{}s:14:\"footer_widgets\";a:4:{i:0;s:10:\"contacts-1\";i:1;s:7:\"image-4\";i:2;s:6:\"text-2\";i:3;s:6:\"text-3\";}s:19:\"woocommerce-widgets\";a:7:{i:0;s:28:\"woocommerce_product_search-1\";i:1;s:32:\"woocommerce_product_categories-1\";i:2;s:26:\"woocommerce_price_filter-1\";i:3;s:32:\"woocommerce_top_rated_products-2\";i:4;s:28:\"woocommerce_product_search-2\";i:5;s:26:\"woocommerce_price_filter-2\";i:6;s:32:\"woocommerce_top_rated_products-3\";}s:17:\"portfolio-widgets\";a:0:{}s:13:\"other-widgets\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}}}','yes'),(165,'fw_active_extensions','a:17:{s:10:\"shortcodes\";a:0:{}s:12:\"page-builder\";a:0:{}s:17:\"editor-shortcodes\";a:0:{}s:7:\"builder\";a:0:{}s:5:\"forms\";a:0:{}s:13:\"contact-forms\";a:0:{}s:6:\"mailer\";a:0:{}s:8:\"megamenu\";a:0:{}s:9:\"portfolio\";a:0:{}s:7:\"backups\";a:0:{}s:12:\"backups-demo\";a:0:{}s:6:\"update\";a:0:{}s:13:\"custom-update\";a:0:{}s:16:\"bitbucket-update\";a:0:{}s:13:\"github-update\";a:0:{}s:4:\"blog\";a:0:{}s:11:\"smartslider\";a:0:{}}','yes'),(169,'revslider_servers','a:7:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}','yes'),(170,'revslider_server_refresh','1569687074','yes'),(171,'revslider-update-check-short','1569783904','yes'),(172,'revslider-templates-check','1569775229','yes'),(177,'revslider-library-check','1568924997','yes'),(178,'rs-library','a:3:{s:4:\"hash\";s:32:\"38cf270bea2cb5bb7e100e0fd4e86d05\";s:7:\"objects\";a:417:{i:529;a:14:{s:2:\"id\";s:3:\"529\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:528;a:14:{s:2:\"id\";s:3:\"528\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:527;a:14:{s:2:\"id\";s:3:\"527\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:526;a:14:{s:2:\"id\";s:3:\"526\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";s:3:\"525\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";s:3:\"524\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:523;a:14:{s:2:\"id\";s:3:\"523\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:3:\"522\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";s:3:\"521\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:520;a:14:{s:2:\"id\";s:3:\"520\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";s:3:\"519\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";s:3:\"518\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:517;a:14:{s:2:\"id\";s:3:\"517\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:516;a:14:{s:2:\"id\";s:3:\"516\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:3:\"515\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";s:3:\"514\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:513;a:14:{s:2:\"id\";s:3:\"513\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:512;a:14:{s:2:\"id\";s:3:\"512\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";s:3:\"511\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:510;a:14:{s:2:\"id\";s:3:\"510\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";s:3:\"509\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:3:\"508\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";s:3:\"507\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";s:3:\"506\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:505;a:14:{s:2:\"id\";s:3:\"505\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";s:3:\"504\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:503;a:14:{s:2:\"id\";s:3:\"503\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:3:\"502\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:501;a:14:{s:2:\"id\";s:3:\"501\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";s:3:\"500\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";s:3:\"499\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";s:3:\"498\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";s:3:\"497\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";s:3:\"496\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:495;a:14:{s:2:\"id\";s:3:\"495\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"494\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:493;a:14:{s:2:\"id\";s:3:\"493\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:3:\"492\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";s:3:\"491\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";s:3:\"490\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:489;a:14:{s:2:\"id\";s:3:\"489\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:3:\"488\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";s:3:\"487\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";s:3:\"486\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:3:\"485\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:484;a:14:{s:2:\"id\";s:3:\"484\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:3:\"483\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:482;a:14:{s:2:\"id\";s:3:\"482\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:3:\"481\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:480;a:14:{s:2:\"id\";s:3:\"480\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:479;a:13:{s:2:\"id\";s:3:\"479\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";}i:478;a:13:{s:2:\"id\";s:3:\"478\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:477;a:13:{s:2:\"id\";s:3:\"477\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:476;a:13:{s:2:\"id\";s:3:\"476\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:475;a:13:{s:2:\"id\";s:3:\"475\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:474;a:13:{s:2:\"id\";s:3:\"474\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:473;a:13:{s:2:\"id\";s:3:\"473\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:472;a:13:{s:2:\"id\";s:3:\"472\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:471;a:13:{s:2:\"id\";s:3:\"471\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:470;a:13:{s:2:\"id\";s:3:\"470\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:469;a:13:{s:2:\"id\";s:3:\"469\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:468;a:13:{s:2:\"id\";s:3:\"468\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:467;a:13:{s:2:\"id\";s:3:\"467\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:466;a:13:{s:2:\"id\";s:3:\"466\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:465;a:13:{s:2:\"id\";s:3:\"465\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:464;a:13:{s:2:\"id\";s:3:\"464\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:463;a:13:{s:2:\"id\";s:3:\"463\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:462;a:13:{s:2:\"id\";s:3:\"462\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:461;a:13:{s:2:\"id\";s:3:\"461\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:460;a:13:{s:2:\"id\";s:3:\"460\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:459;a:13:{s:2:\"id\";s:3:\"459\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:458;a:13:{s:2:\"id\";s:3:\"458\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:457;a:13:{s:2:\"id\";s:3:\"457\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:456;a:13:{s:2:\"id\";s:3:\"456\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:455;a:13:{s:2:\"id\";s:3:\"455\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:454;a:13:{s:2:\"id\";s:3:\"454\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:453;a:13:{s:2:\"id\";s:3:\"453\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:452;a:13:{s:2:\"id\";s:3:\"452\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:451;a:13:{s:2:\"id\";s:3:\"451\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:450;a:13:{s:2:\"id\";s:3:\"450\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:449;a:13:{s:2:\"id\";s:3:\"449\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:448;a:13:{s:2:\"id\";s:3:\"448\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:447;a:13:{s:2:\"id\";s:3:\"447\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:446;a:13:{s:2:\"id\";s:3:\"446\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:445;a:13:{s:2:\"id\";s:3:\"445\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:444;a:13:{s:2:\"id\";s:3:\"444\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:443;a:13:{s:2:\"id\";s:3:\"443\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:442;a:13:{s:2:\"id\";s:3:\"442\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:441;a:13:{s:2:\"id\";s:3:\"441\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:440;a:13:{s:2:\"id\";s:3:\"440\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:439;a:13:{s:2:\"id\";s:3:\"439\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:438;a:13:{s:2:\"id\";s:3:\"438\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:437;a:13:{s:2:\"id\";s:3:\"437\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:436;a:13:{s:2:\"id\";s:3:\"436\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:435;a:13:{s:2:\"id\";s:3:\"435\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:434;a:13:{s:2:\"id\";s:3:\"434\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:433;a:13:{s:2:\"id\";s:3:\"433\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:432;a:13:{s:2:\"id\";s:3:\"432\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:431;a:13:{s:2:\"id\";s:3:\"431\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:430;a:13:{s:2:\"id\";s:3:\"430\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:429;a:13:{s:2:\"id\";s:3:\"429\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:428;a:13:{s:2:\"id\";s:3:\"428\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:427;a:13:{s:2:\"id\";s:3:\"427\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:426;a:13:{s:2:\"id\";s:3:\"426\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:425;a:13:{s:2:\"id\";s:3:\"425\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:424;a:13:{s:2:\"id\";s:3:\"424\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:423;a:13:{s:2:\"id\";s:3:\"423\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:422;a:13:{s:2:\"id\";s:3:\"422\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:421;a:13:{s:2:\"id\";s:3:\"421\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:420;a:13:{s:2:\"id\";s:3:\"420\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:419;a:13:{s:2:\"id\";s:3:\"419\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:418;a:13:{s:2:\"id\";s:3:\"418\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:417;a:13:{s:2:\"id\";s:3:\"417\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:416;a:13:{s:2:\"id\";s:3:\"416\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:415;a:13:{s:2:\"id\";s:3:\"415\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:414;a:13:{s:2:\"id\";s:3:\"414\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:413;a:13:{s:2:\"id\";s:3:\"413\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:412;a:13:{s:2:\"id\";s:3:\"412\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:411;a:13:{s:2:\"id\";s:3:\"411\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:410;a:13:{s:2:\"id\";s:3:\"410\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:409;a:13:{s:2:\"id\";s:3:\"409\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:408;a:13:{s:2:\"id\";s:3:\"408\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:407;a:13:{s:2:\"id\";s:3:\"407\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:406;a:13:{s:2:\"id\";s:3:\"406\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:405;a:13:{s:2:\"id\";s:3:\"405\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:404;a:13:{s:2:\"id\";s:3:\"404\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:403;a:13:{s:2:\"id\";s:3:\"403\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:402;a:13:{s:2:\"id\";s:3:\"402\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:401;a:13:{s:2:\"id\";s:3:\"401\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:400;a:13:{s:2:\"id\";s:3:\"400\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:399;a:13:{s:2:\"id\";s:3:\"399\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:398;a:13:{s:2:\"id\";s:3:\"398\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:397;a:13:{s:2:\"id\";s:3:\"397\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:396;a:13:{s:2:\"id\";s:3:\"396\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:395;a:13:{s:2:\"id\";s:3:\"395\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:394;a:13:{s:2:\"id\";s:3:\"394\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:393;a:13:{s:2:\"id\";s:3:\"393\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:392;a:13:{s:2:\"id\";s:3:\"392\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:391;a:13:{s:2:\"id\";s:3:\"391\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:390;a:13:{s:2:\"id\";s:3:\"390\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:389;a:13:{s:2:\"id\";s:3:\"389\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:388;a:13:{s:2:\"id\";s:3:\"388\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:387;a:13:{s:2:\"id\";s:3:\"387\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:386;a:13:{s:2:\"id\";s:3:\"386\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:385;a:13:{s:2:\"id\";s:3:\"385\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:384;a:13:{s:2:\"id\";s:3:\"384\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:383;a:13:{s:2:\"id\";s:3:\"383\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:382;a:13:{s:2:\"id\";s:3:\"382\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:381;a:13:{s:2:\"id\";s:3:\"381\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:380;a:13:{s:2:\"id\";s:3:\"380\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:379;a:13:{s:2:\"id\";s:3:\"379\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:378;a:13:{s:2:\"id\";s:3:\"378\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:377;a:13:{s:2:\"id\";s:3:\"377\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:376;a:13:{s:2:\"id\";s:3:\"376\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:375;a:13:{s:2:\"id\";s:3:\"375\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:374;a:13:{s:2:\"id\";s:3:\"374\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:373;a:13:{s:2:\"id\";s:3:\"373\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:372;a:13:{s:2:\"id\";s:3:\"372\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:371;a:13:{s:2:\"id\";s:3:\"371\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:370;a:13:{s:2:\"id\";s:3:\"370\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:369;a:13:{s:2:\"id\";s:3:\"369\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:368;a:13:{s:2:\"id\";s:3:\"368\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:367;a:13:{s:2:\"id\";s:3:\"367\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:366;a:13:{s:2:\"id\";s:3:\"366\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:365;a:13:{s:2:\"id\";s:3:\"365\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:364;a:13:{s:2:\"id\";s:3:\"364\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:363;a:13:{s:2:\"id\";s:3:\"363\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:362;a:13:{s:2:\"id\";s:3:\"362\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:361;a:13:{s:2:\"id\";s:3:\"361\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:360;a:13:{s:2:\"id\";s:3:\"360\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:359;a:13:{s:2:\"id\";s:3:\"359\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:358;a:13:{s:2:\"id\";s:3:\"358\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:357;a:13:{s:2:\"id\";s:3:\"357\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:356;a:13:{s:2:\"id\";s:3:\"356\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:355;a:13:{s:2:\"id\";s:3:\"355\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:354;a:13:{s:2:\"id\";s:3:\"354\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:353;a:13:{s:2:\"id\";s:3:\"353\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:352;a:13:{s:2:\"id\";s:3:\"352\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:351;a:13:{s:2:\"id\";s:3:\"351\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:350;a:13:{s:2:\"id\";s:3:\"350\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:349;a:13:{s:2:\"id\";s:3:\"349\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:348;a:13:{s:2:\"id\";s:3:\"348\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:347;a:13:{s:2:\"id\";s:3:\"347\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:346;a:13:{s:2:\"id\";s:3:\"346\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:345;a:13:{s:2:\"id\";s:3:\"345\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:344;a:13:{s:2:\"id\";s:3:\"344\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:343;a:13:{s:2:\"id\";s:3:\"343\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:342;a:13:{s:2:\"id\";s:3:\"342\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:341;a:13:{s:2:\"id\";s:3:\"341\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:340;a:13:{s:2:\"id\";s:3:\"340\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:339;a:13:{s:2:\"id\";s:3:\"339\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:337;a:13:{s:2:\"id\";s:3:\"337\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:336;a:13:{s:2:\"id\";s:3:\"336\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:335;a:13:{s:2:\"id\";s:3:\"335\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:334;a:13:{s:2:\"id\";s:3:\"334\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:333;a:13:{s:2:\"id\";s:3:\"333\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:332;a:13:{s:2:\"id\";s:3:\"332\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:331;a:13:{s:2:\"id\";s:3:\"331\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:330;a:13:{s:2:\"id\";s:3:\"330\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:329;a:13:{s:2:\"id\";s:3:\"329\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:328;a:13:{s:2:\"id\";s:3:\"328\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";}i:327;a:13:{s:2:\"id\";s:3:\"327\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:326;a:13:{s:2:\"id\";s:3:\"326\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:325;a:13:{s:2:\"id\";s:3:\"325\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:324;a:13:{s:2:\"id\";s:3:\"324\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:322;a:13:{s:2:\"id\";s:3:\"322\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:321;a:13:{s:2:\"id\";s:3:\"321\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:320;a:13:{s:2:\"id\";s:3:\"320\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:319;a:13:{s:2:\"id\";s:3:\"319\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:318;a:13:{s:2:\"id\";s:3:\"318\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:317;a:13:{s:2:\"id\";s:3:\"317\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:316;a:13:{s:2:\"id\";s:3:\"316\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:315;a:13:{s:2:\"id\";s:3:\"315\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:314;a:13:{s:2:\"id\";s:3:\"314\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:313;a:13:{s:2:\"id\";s:3:\"313\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:312;a:13:{s:2:\"id\";s:3:\"312\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";}i:311;a:13:{s:2:\"id\";s:3:\"311\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:310;a:13:{s:2:\"id\";s:3:\"310\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:309;a:13:{s:2:\"id\";s:3:\"309\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:308;a:13:{s:2:\"id\";s:3:\"308\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:307;a:13:{s:2:\"id\";s:3:\"307\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:306;a:13:{s:2:\"id\";s:3:\"306\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:305;a:13:{s:2:\"id\";s:3:\"305\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:304;a:13:{s:2:\"id\";s:3:\"304\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:303;a:13:{s:2:\"id\";s:3:\"303\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:302;a:13:{s:2:\"id\";s:3:\"302\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:301;a:13:{s:2:\"id\";s:3:\"301\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:300;a:13:{s:2:\"id\";s:3:\"300\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:299;a:13:{s:2:\"id\";s:3:\"299\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:298;a:13:{s:2:\"id\";s:3:\"298\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:297;a:13:{s:2:\"id\";s:3:\"297\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:296;a:13:{s:2:\"id\";s:3:\"296\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:295;a:13:{s:2:\"id\";s:3:\"295\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:294;a:13:{s:2:\"id\";s:3:\"294\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:293;a:13:{s:2:\"id\";s:3:\"293\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:292;a:13:{s:2:\"id\";s:3:\"292\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:291;a:13:{s:2:\"id\";s:3:\"291\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:290;a:13:{s:2:\"id\";s:3:\"290\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(180,'rs_tables_created','1','yes'),(182,'revslider-global-settings','{\"version\":\"6.0.0\",\"permission\":\"admin\",\"includeids\":\"\",\"script\":{\"footer\":false,\"defer\":false,\"full\":false},\"fonturl\":\"\",\"size\":{\"desktop\":1240,\"notebook\":1024,\"tablet\":768,\"mobile\":480}}','yes'),(183,'revslider_update_version','6.0','yes'),(184,'fw_google_fonts','a:2:{s:11:\"last_update\";i:1575615241;s:5:\"fonts\";s:553978:\"{\n \"kind\": \"webfonts#webfontList\",\n \"items\": [\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"ABeeZee\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/abeezee/v13/esDR31xSG-6AGleN6tKukbcHCpE.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/abeezee/v13/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Abel\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/abel/v10/MwQ5bhbm2POE6VhLPJp6qGI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Abhaya Libre\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"sinhala\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/abhayalibre/v5/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Abril Fatface\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/abrilfatface/v11/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aclonica\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aclonica/v10/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Acme\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/acme/v9/RrQfboBx-C5_bx3Lb23lzLk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Actor\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/actor/v9/wEOzEBbCkc5cO3ekXygtUMIO.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Adamina\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/adamina/v13/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Advent Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mCoQfxVT4Dvddr_yOwjVmtLZxcBtItFw.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjfWMDbZyCts0DqQ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjZGPDbZyCts0DqQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mAoQfxVT4Dvddr_yOwtT2nKb5ZFtI.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjcmODbZyCts0DqQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjeWJDbZyCts0DqQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/adventpro/v10/V8mDoQfxVT4Dvddr_yOwjYGIDbZyCts0DqQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aguafina Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aguafinascript/v8/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Akronim\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/akronim/v9/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aladin\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aladin/v8/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alata\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alata/v1/PbytFmztEwbIofe6xKcRQEOX.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alatsi\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alatsi/v1/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aldrich\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aldrich/v10/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alef\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"hebrew\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alef/v11/FeVfS0NQpLYgrjJbC5FxxbU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alef/v11/FeVQS0NQpLYglo50L5la2bxii28.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaBrEBBsBhlBjvfkRLmzanB44N1.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaHrEBBsBhlBjvfkSLkx63j5pN1MwI.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSoS5I3JyJ98KhtH.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_1nKwpteLwtHJlc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpa4o3JyJ98KhtH.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_xHMwpteLwtHJlc.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpG4Y3JyJ98KhtH.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_w3PwpteLwtHJlc.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaGrEBBsBhlBjvfkSpi4I3JyJ98KhtH.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/alegreya/v13/4UaErEBBsBhlBjvfkSLk_ynOwpteLwtHJlc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/alegreyasc/v11/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/alegreyasans/v10/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya Sans SC\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v9/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aleo\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syKbr9DVDno985KM.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/aleo/v3/c4mv1nF8G8_s8ArD0D1ogoY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/aleo/v3/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/aleo/v3/c4mg1nF8G8_syLbs9DVDno985KM.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/aleo/v3/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alex Brush\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alexbrush/v11/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alfa Slab One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alfaslabone/v9/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alice\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alice/v11/OpNCnoEEmtHa6FcJpA_chzJ0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alike\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alike/v12/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alike Angular\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/alikeangular/v10/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allan\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/allan/v12/ea8XadU7WuTxEtb2P9SF8nZE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/allan/v12/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allerta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/allerta/v10/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allerta Stencil\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/allertastencil/v10/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allura\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/allura/v8/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almarai\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"arabic\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS_anhnicoq72sXg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/almarai/v2/tsstApxBaigK_hnnc1qPonC3vqc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS-aghnicoq72sXg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/almarai/v2/tssoApxBaigK_hnnS_qjhnicoq72sXg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almendra\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/almendra/v12/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/almendra/v12/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/almendra/v12/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/almendra/v12/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almendra Display\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/almendradisplay/v10/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almendra SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/almendrasc/v10/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amarante\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amarante/v7/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amaranth\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amaranth/v10/KtkuALODe433f0j1zPnCF9GqwnzW.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/amaranth/v10/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/amaranth/v10/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/amaranth/v10/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amatic SC\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"latin-ext\",\n \"hebrew\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amaticsc/v13/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/amaticsc/v13/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amethysta\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amethysta/v8/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amiko\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amiko/v4/WwkQxPq1DFK04tqlc17MMZgJ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/amiko/v4/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/amiko/v4/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amiri\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHqUpvrIw74NL.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/amiri/v13/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/amiri/v13/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/amiri/v13/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amita\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/amita/v5/HhyaU5si9Om7PQlvAfSKEZZL.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/amita/v5/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Anaheim\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anaheim/v7/8vII7w042Wp87g4G0UTUEE5eK_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Andada\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/andada/v11/uK_y4riWaego3w9RCh0TMv6EXw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Andika\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/andika/v11/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Angkor\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/angkor/v12/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Annie Use Your Telescope\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/annieuseyourtelescope/v10/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Anonymous Pro\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anonymouspro/v13/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/anonymouspro/v13/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/anonymouspro/v13/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/anonymouspro/v13/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Antic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/antic/v11/TuGfUVB8XY5DRaZLodgzydtk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Antic Didone\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anticdidone/v8/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Antic Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anticslab/v8/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Anton\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/anton/v11/1Ptgg87LROyAm0K08i4gS7lu.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arapey\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arapey/v8/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/arapey/v8/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arbutus\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arbutus/v9/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arbutus Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arbutusslab/v8/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Architects Daughter\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/architectsdaughter/v10/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Archivo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/archivo/v6/k3kQo8UDI-1M0wlSTd7iL0nAMaM.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/archivo/v6/k3kSo8UDI-1M0wlSfdzoK2vFIaOV8A.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdSrLC0HrLaqM6Q4.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ30LhKYiJ-Q7m8w.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdQbMC0HrLaqM6Q4.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQ80XhKYiJ-Q7m8w.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/archivo/v6/k3kVo8UDI-1M0wlSdWLNC0HrLaqM6Q4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/archivo/v6/k3kXo8UDI-1M0wlSfdzQl0ThKYiJ-Q7m8w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Archivo Black\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/archivoblack/v9/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Archivo Narrow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss0ApVBdCYD5Q7hcxTE1ArZ0Yb3g31S2s8p.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss2ApVBdCYD5Q7hcxTE1ArZ0bb1iXlw398pJxk.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b4Dqlla8dMgPgBu.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1sY1Z-9cCOxBu_BM.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b4vrVla8dMgPgBu.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1saFe-9cCOxBu_BM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tss3ApVBdCYD5Q7hcxTE1ArZ0b5LrFla8dMgPgBu.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/archivonarrow/v11/tssxApVBdCYD5Q7hcxTE1ArZ0bb1scVf-9cCOxBu_BM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aref Ruqaa\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arefruqaa/v8/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/arefruqaa/v8/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arima Madurai\",\n \"category\": \"display\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"tamil\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t4IRoeKYORG0WNMgnC3seB1V3PqrGCch4Drg.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1fHuipusfhcat2c.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1ZXtipusfhcat2c.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5tmIRoeKYORG0WNMgnC3seB7TnFrpOHYh4.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1c3sipusfhcat2c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1YXqipusfhcat2c.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1Znpipusfhcat2c.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/arimamadurai/v5/t5t7IRoeKYORG0WNMgnC3seB1b3oipusfhcat2c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arimo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"hebrew\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arimo/v13/P5sMzZCDf9_T_20eziBMjI-u.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/arimo/v13/P5sCzZCDf9_T_10cxCRuiZ-uydg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/arimo/v13/P5sBzZCDf9_T_1Wi4QREp5On0ME2.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/arimo/v13/P5sHzZCDf9_T_10c_JhBrZeF1dE2PY4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arizonia\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arizonia/v10/neIIzCemt4A5qa7mv6WGHK06UY30.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Armata\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/armata/v11/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arsenal\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arsenal/v4/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/arsenal/v4/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/arsenal/v4/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/arsenal/v4/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Artifika\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/artifika/v10/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arvo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arvo/v13/tDbD2oWUg0MKmSAa7Lzr7vs.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/arvo/v13/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/arvo/v13/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/arvo/v13/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arya\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/arya/v5/ga6CawNG-HJd9Ub1-beqdFE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/arya/v5/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asap\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/asap/v11/KFOoCniXp96a-zwU4UROGzY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/asap/v11/KFOmCniXp96ayz4e5WZLCzYlKw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw8g9xUxlBz88MsA.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mEU9vAx05IsDqlA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw-Q6xUxlBz88MsA.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mPUhvAx05IsDqlA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw4A7xUxlBz88MsA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/asap/v11/KFOlCniXp96ayz4mWUlvAx05IsDqlA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asap Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/asapcondensed/v5/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asar\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/asar/v7/sZlLdRyI6TBIXkYQDLlTW6E.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asset\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/asset/v10/SLXGc1na-mM4cWImRJqExst1.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Assistant\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"hebrew\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7p0ScA5cZbCjItw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7w0ecA5cZbCjItw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/assistant/v4/2sDcZGJYnIjSi6H75xkDb2-4C7wFZQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7t0GcA5cZbCjItw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk700CcA5cZbCjItw.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/assistant/v4/2sDZZGJYnIjSi6H75xk7z0OcA5cZbCjItw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Astloch\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/astloch/v11/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/astloch/v11/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asul\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/asul/v9/VuJ-dNjKxYr46fMFXK78JIg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/asul/v9/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Athiti\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/athiti/v4/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/athiti/v4/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Atma\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"bengali\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/atma/v5/uK_84rqWc-Eom25bDj8WIv4.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/atma/v5/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Atomic Age\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/atomicage/v12/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aubrey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/aubrey/v12/q5uGsou7NPBw-p7vugNsCxVEgA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Audiowide\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/audiowide/v8/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Autour One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/autourone/v9/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Average\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/average/v8/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Average Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/averagesans/v8/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Gruesa Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/averiagruesalibre/v8/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/averialibre/v8/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Sans Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v8/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Serif Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v9/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"B612\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/b612/v4/3JnySDDxiSz32jm4GDigUXw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/b612/v4/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/b612/v4/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/b612/v4/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"B612 Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/b612mono/v4/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/b612mono/v4/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/b612mono/v4/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/b612mono/v4/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bad Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/badscript/v8/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bahiana\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bahiana/v4/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bahianita\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bahianita/v2/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bai Jamjuree\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/baijamjuree/v3/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baloo/v5/6xKhdSpJJ92I9PWIAG_5LWwJ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo Bhai\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"gujarati\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baloobhai/v5/ZgNWjP5GM7bCUdmXgWyVjGXEM4COoE4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo Bhaijaan\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baloobhaijaan/v6/RWmRoKCU5fcqq8fOWNzFLqSjx4ECJmVjC0-V.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo Bhaina\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"oriya\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baloobhaina/v5/Noa16Uzzzp2FIkfhq5vm9thxPAR9mhHobg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo Chettan\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"malayalam\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baloochettan/v5/0QImMXRN8o2gTC2YTr4665DA07z8_ApHqqk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo Da\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"bengali\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/balooda/v5/LhWmMVnXOfIZO795FXkfSvtVM8mZ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo Paaji\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"gurmukhi\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baloopaaji/v6/8AttGsyxM5KQQU-Y4MTwVZnToxvQBiot.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo Tamma\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"kannada\",\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/balootamma/v6/JTUTjIk68Cy27gWhOWIghE5B5Arr-s50.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo Tammudu\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"telugu\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/balootammudu/v6/mFT3Wb8Qza7c_Z5HTsC_5nxW8EpQl9RWxD8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baloo Thambi\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"tamil\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baloothambi/v5/va9B4kXJzNhTFoA7CYcS8sHuQR37fF3Wlg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Balthazar\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/balthazar/v9/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bangers\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bangers/v12/FeVQS0BTqb0h60ACL5la2bxii28.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Barlow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/barlow/v4/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/barlow/v4/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/barlow/v4/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Barlow Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v4/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Barlow Semi Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Barriecito\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/barriecito/v2/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Barrio\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/barrio/v4/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Basic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/basic/v9/xfu_0WLxV2_XKQN34lDVyR7D.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baskervville\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baskervville/v1/YA9Ur0yU4l_XOrogbkun3kQgt5OohvbJ9A.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/baskervville/v1/YA9Kr0yU4l_XOrogbkun3kQQtZmspPPZ9Mlt.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Battambang\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/battambang/v13/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/battambang/v13/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baumans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/baumans/v9/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bayon\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bayon/v13/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Be Vietnam\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVxdDflz-iPfoPuIC2iKsUn7W1hK2czPg.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVvdDflz-iPfoPuIC2iIqMfiWdlCWIjPi5p.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKg0FzUdPJ24qJzc.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfQUVFI0wvNzdwXQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVzdDflz-iPfoPuIC2iEqEt6U9kO2c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVxdDflz-iPfoPuIC2iIqMn7W1hK2czPg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKlUEzUdPJ24qJzc.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfGURFI0wvNzdwXQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKnkDzUdPJ24qJzc.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfNUNFI0wvNzdwXQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKh0CzUdPJ24qJzc.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfUUJFI0wvNzdwXQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVwdDflz-iPfoPuIC2iKgEBzUdPJ24qJzc.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/bevietnam/v1/FBVudDflz-iPfoPuIC2iIqMfTUFFI0wvNzdwXQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bebas Neue\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-13\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bebasneue/v1/JTUSjIg69CK48gW7PXooxW5rygbi49c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Belgrano\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/belgrano/v10/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bellefair\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"hebrew\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bellefair/v5/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Belleza\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/belleza/v8/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"BenchNine\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/benchnine/v8/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/benchnine/v8/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/benchnine/v8/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bentham\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bentham/v10/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Berkshire Swash\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/berkshireswash/v8/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Beth Ellen\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bethellen/v1/WwkbxPW2BE-3rb_JNT-qEIAiVNo5xNY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bevan\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bevan/v11/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Big Shoulders Display\",\n \"category\": \"display\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1xPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ur9DrDJYM2lAZ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UZ_LLJrgA00kAdA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1_PZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1sy9rvLpMc2g.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UP_PLJrgA00kAdA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UE_TLJrgA00kAdA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ud_XLJrgA00kAdA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1Ua_bLJrgA00kAdA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v1/fC1yPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx1UT_fLJrgA00kAdA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Big Shoulders Text\",\n \"category\": \"display\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xzezRtP9G3CGPIf49hxc8P0eytUxBU-IZ_YscCdXQB.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUMKRfSOkOfG0Y3A.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xxezRtP9G3CGPIf49hxc8P0eytUxBsnIx7QMISdQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUaKVfSOkOfG0Y3A.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBURKJfSOkOfG0Y3A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUIKNfSOkOfG0Y3A.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUPKBfSOkOfG0Y3A.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/bigshoulderstext/v1/55xyezRtP9G3CGPIf49hxc8P0eytUxBUGKFfSOkOfG0Y3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bigelow Rules\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bigelowrules/v8/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bigshot One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bigshotone/v10/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bilbo\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bilbo/v9/o-0EIpgpwWwZ210hpIRz4wxE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bilbo Swash Caps\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bilboswashcaps/v12/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"BioRhyme\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ESOjnGAq8Sk1PoH.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ETqjXGAq8Sk1PoH.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cXwaULHBpDMsHYW_HxGpVWIgNit.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ET6inGAq8Sk1PoH.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/biorhyme/v4/1cX3aULHBpDMsHYW_ETmiXGAq8Sk1PoH.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"BioRhyme Expanded\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v5/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Biryani\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/biryani/v5/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/biryani/v5/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bitter\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v15\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bitter/v15/rax8HiqOu8IVPmnLeIZoDDlCmg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/bitter/v15/rax-HiqOu8IVPmn7eoxsLjxSmlLZ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/bitter/v15/rax_HiqOu8IVPmnzxKlMBBJek0vA8A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Black And White Picture\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/blackandwhitepicture/v8/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Black Han Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/blackhansans/v8/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Black Ops One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/blackopsone/v11/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Blinker\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/blinker/v3/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/blinker/v3/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/blinker/v3/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bokor\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bokor/v12/m8JcjfpeeaqTiR2WdInbcaxE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bonbon\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bonbon/v11/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Boogaloo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/boogaloo/v11/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bowlby One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bowlbyone/v11/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bowlby One SC\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bowlbyonesc/v11/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Brawler\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/brawler/v10/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bree Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/breeserif/v9/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bubblegum Sans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bubblegumsans/v8/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bubbler One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bubblerone/v8/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Buda\",\n \"category\": \"display\",\n \"variants\": [\n \"300\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/buda/v10/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Buenard\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/buenard/v11/OD5DuM6Cyma8FnnsPzf9qGi9HL4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/buenard/v11/OD5GuM6Cyma8FnnsB4vSjGCWALepwss.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bungee\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bungee/v5/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bungee Hairline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bungeehairline/v5/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bungee Inline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bungeeinline/v5/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bungee Outline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bungeeoutline/v5/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bungee Shade\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/bungeeshade/v5/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Butcherman\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/butcherman/v11/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Butterfly Kids\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/butterflykids/v8/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cabin\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pe839fxqmjRv.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cabin/v14/u-4_0qWljRw-Pd81__hInyRvYwc.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3NhisShmeh5I.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81xwxhuyxEfw5IR-Y.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-Pdfv29hisShmeh5I.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81xyBmuyxEfw5IR-Y.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2thisShmeh5I.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cabin/v14/u-460qWljRw-Pd81x0RnuyxEfw5IR-Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cabin Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cabincondensed/v13/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cabincondensed/v13/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cabin Sketch\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cabinsketch/v13/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cabinsketch/v13/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caesar Dressing\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/caesardressing/v8/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cagliostro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cagliostro/v8/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cairo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalrub76M7dd8aGZk.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6HkvalqKbL6M7dd8aGZk.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/cairo/v6/SLXGc1nY6HkvamImRJqExst1.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalr-ar6M7dd8aGZk.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqaa76M7dd8aGZk.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/cairo/v6/SLXLc1nY6Hkvalqiab6M7dd8aGZk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Calistoga\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/calistoga/v1/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Calligraffitti\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/calligraffitti/v11/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cambay\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cambay/v6/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cambay/v6/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cambay/v6/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cambay/v6/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cambo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cambo/v8/IFSqHeNEk8FJk416ok7xkPm8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Candal\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/candal/v9/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cantarell\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cantarell/v9/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cantarell/v9/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cantarell/v9/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cantarell/v9/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cantata One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cantataone/v9/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cantora One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cantoraone/v9/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Capriola\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/capriola/v7/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cardo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cardo/v11/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cardo/v11/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cardo/v11/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carme\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/carme/v10/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carrois Gothic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/carroisgothic/v10/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carrois Gothic SC\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/carroisgothicsc/v9/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carter One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/carterone/v11/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Catamaran\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"tamil\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0OIpQoyXQa2RxT7-5jhjRFSfiM7HBj.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jKhVlY9aA5Wl6PQ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jThZlY9aA5Wl6PQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0IIpQoyXQa2RxT7-5b4j5Ba_2c7A.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jFhdlY9aA5Wl6PQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jOhBlY9aA5Wl6PQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jXhFlY9aA5Wl6PQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jQhJlY9aA5Wl6PQ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/catamaran/v6/o-0NIpQoyXQa2RxT7-5jZhNlY9aA5Wl6PQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caudex\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/caudex/v9/esDQ311QOP6BJUrIyviAnb4eEw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/caudex/v9/esDS311QOP6BJUr4yPKEv7sOE4in.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/caudex/v9/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/caudex/v9/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caveat\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/caveat/v7/Wnz6HAc5bAfYB2QLYTwZqg_MPQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/caveat/v7/Wnz5HAc5bAfYB2Qz3RM9oiTQNAuxjA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caveat Brush\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/caveatbrush/v5/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cedarville Cursive\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cedarvillecursive/v11/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ceviche One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cevicheone/v10/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chakra Petch\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/chakrapetch/v3/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Changa\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-11-20\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjDp9htf1ZM.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjDp9htf1ZM.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjDp9htf1ZM.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjDp9htf1ZM.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjDp9htf1ZM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjDp9htf1ZM.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/changa/v8/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjDp9htf1ZM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Changa One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/changaone/v12/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/changaone/v12/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chango\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chango/v8/2V0cKI0OB5U7WaJyz324TFUaAw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Charm\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/charm/v4/7cHmv4oii5K0MeYvIe804WIo.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/charm/v4/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Charmonman\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/charmonman/v3/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/charmonman/v3/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chathura\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/chathura/v5/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/chathura/v5/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/chathura/v5/_gP71R7-rzUuVjim418goUC5S-Zy.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/chathura/v5/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/chathura/v5/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chau Philomene One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chauphilomeneone/v9/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/chauphilomeneone/v9/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chela One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chelaone/v8/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chelsea Market\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chenla\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chenla/v12/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cherry Cream Soda\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cherrycreamsoda/v10/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cherry Swash\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cherryswash/v8/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cherryswash/v8/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chewy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chewy/v11/uK_94ruUb-k-wk5xIDMfO-ed.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chicle\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chicle/v8/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chilanka\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"malayalam\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-08-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chilanka/v5/WWXRlj2DZQiMJYaYRrJQI9EAZhTO.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chivo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjDY8Z_uqzGQC_-.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteUp9sKjkRT_-bF0.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/chivo/v11/va9I4kzIxd1KFoBvS-J3kbDP.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/chivo/v11/va9G4kzIxd1KFrBtQeZVlKDPWTY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjTZMZ_uqzGQC_-.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteVp6sKjkRT_-bF0.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjrZsZ_uqzGQC_-.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteWJ4sKjkRT_-bF0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chonburi\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/chonburi/v4/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cinzel\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cinzel/v9/8vIJ7ww63mVu7gtL8W76HEdHMg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cinzel/v9/8vIK7ww63mVu7gtzTUHeFGxbO_zo-w.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/cinzel/v9/8vIK7ww63mVu7gtzdUPeFGxbO_zo-w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cinzel Decorative\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cinzeldecorative/v8/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cinzeldecorative/v8/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/cinzeldecorative/v8/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Clicker Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/clickerscript/v7/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coda\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v15\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/coda/v15/SLXHc1jY5nQ8JUIMapaN39I.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/coda/v15/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coda Caption\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"800\": \"http://fonts.gstatic.com/s/codacaption/v13/ieVm2YRII2GMY7SyXSoDRiQGqcx6x_-fACIgaw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Codystar\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/codystar/v7/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/codystar/v7/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coiny\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"tamil\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/coiny/v5/gyByhwU1K989PXwbElSvO5Tc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Combo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/combo/v8/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Comfortaa\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v27\",\n \"lastModified\": \"2019-10-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/comfortaa/v27/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coming Soon\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/comingsoon/v11/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Concert One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/concertone/v10/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Condiment\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/condiment/v7/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Content\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/content/v12/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/content/v12/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Contrail One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/contrailone/v9/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Convergence\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/convergence/v8/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cookie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cookie/v11/syky-y18lb0tSbfNlQCT9tPdpw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Copse\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/copse/v9/11hPGpDKz1rGb0djHkihUb-A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Corben\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/corben/v13/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/corben/v13/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cormorant\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiRLmYgoyyYzFzFw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qMUgIa2QTRjF8ER.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/cormorant/v8/H4clBXOCl9bbnla_nHIa6JG8iqeuag.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cjBXOCl9bbnla_nHIq6pu4qKK-aihq.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiHLiYgoyyYzFzFw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qNMgYa2QTRjF8ER.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiML-YgoyyYzFzFw.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qNghoa2QTRjF8ER.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cormorant/v8/H4cgBXOCl9bbnla_nHIiVL6YgoyyYzFzFw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cormorant/v8/H4c-BXOCl9bbnla_nHIq6qMEh4a2QTRjF8ER.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cormorant Garamond\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cormorant Infant\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DMrQqcdJrk.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRoUYNrn_Ig.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyPU44g9vKiM1sORYSiWeAsLN993_Af2DsAXq4.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3BkFTq4EPw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DMrQqcdJrk.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRoUYNrn_Ig.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DMrQqcdJrk.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRoUYNrn_Ig.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DMrQqcdJrk.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v8/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRoUYNrn_Ig.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cormorant SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cormorantsc/v8/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cormorant Unicase\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cormorantunicase/v8/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cormorant Upright\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cormorantupright/v6/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Courgette\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/courgette/v7/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cousine\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"hebrew\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cousine/v14/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cousine/v14/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cousine/v14/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cousine/v14/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coustard\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/coustard/v10/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/coustard/v10/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Covered By Your Grace\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/coveredbyyourgrace/v9/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crafty Girls\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/craftygirls/v9/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Creepster\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/creepster/v8/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crete Round\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/creteround/v8/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/creteround/v8/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crimson Pro\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\",\n \"200italic\",\n \"300italic\",\n \"italic\",\n \"500italic\",\n \"600italic\",\n \"700italic\",\n \"800italic\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-10-21\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18OJE_VNWoyQ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18OJE_VNWoyQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18OJE_VNWoyQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8OJE_VNWoyQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8OJE_VNWoyQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8OJE_VNWoyQ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8OJE_VNWoyQ.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s7dtC4yZNE.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s7dtC4yZNE.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s7dtC4yZNE.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s7dtC4yZNE.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs7dtC4yZNE.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs7dtC4yZNE.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs7dtC4yZNE.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/crimsonpro/v11/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs7dtC4yZNE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crimson Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/crimsontext/v10/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Croissant One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/croissantone/v7/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crushed\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/crushed/v10/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cuprum\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cuprum/v11/dg4k_pLmvrkcOkB9IeFDh701Sg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/cuprum/v11/dg4m_pLmvrkcOkBNI-tHpbglShon.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/cuprum/v11/dg4n_pLmvrkcOkBFnc5nj5YpQwM-gg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/cuprum/v11/dg4h_pLmvrkcOkBNI9P7ipwtYQYugjW4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cute Font\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cutefont/v8/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cutive\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cutive/v11/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cutive Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/cutivemono/v8/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"DM Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Hp2ywxg089UriOZSCHBeHFl0.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Fp2ywxg089UriCZaIGDWCBl0O8Q.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriAWCrOB-sClQX6Cg.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Ap2ywxg089UriCZaw7BymDnYS-Cjk6Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Cp2ywxg089UriASitOB-sClQX6Cg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/dmsans/v4/rP2Ap2ywxg089UriCZawpBqmDnYS-Cjk6Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"DM Serif Display\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-11-19\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dmserifdisplay/v4/-nFnOHM81r4j6k0gjAW3mujVU2B2K_d709jy92k.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/dmserifdisplay/v4/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1_r352np3Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"DM Serif Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-11-19\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dmseriftext/v4/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/dmseriftext/v4/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Damion\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/damion/v9/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dancing Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-11-20\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTeB9ptDqpw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTeB9ptDqpw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTeB9ptDqpw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dangrek\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dangrek/v11/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Darker Grotesque\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVoxr2AW8hTOsXsX0.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MH6cuh-mLQlC4BKCtayOfARkSVm7beJWcKUOI.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVo0L3AW8hTOsXsX0.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVo27wAW8hTOsXsX0.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVowrxAW8hTOsXsX0.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVoxbyAW8hTOsXsX0.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/darkergrotesque/v1/U9MA6cuh-mLQlC4BKCtayOfARkSVozLzAW8hTOsXsX0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"David Libre\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"hebrew\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/davidlibre/v4/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/davidlibre/v4/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/davidlibre/v4/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dawning of a New Day\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dawningofanewday/v10/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Days One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/daysone/v9/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dekko\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dekko/v6/46khlb_wWjfSrttFR0vsfl1B.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Delius\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/delius/v9/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Delius Swash Caps\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/deliusswashcaps/v11/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Delius Unicase\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/deliusunicase/v13/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/deliusunicase/v13/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Della Respira\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dellarespira/v7/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Denk One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/denkone/v7/dg4m_pzhrqcFb2IzROtHpbglShon.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Devonshire\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/devonshire/v8/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dhurjati\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dhurjati/v7/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Didact Gothic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/didactgothic/v13/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Diplomata\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/diplomata/v11/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Diplomata SC\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/diplomatasc/v8/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Do Hyeon\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dohyeon/v11/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dokdo\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dokdo/v8/esDf315XNuCBLxLo4NaMlKcH.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Domine\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/domine/v7/L0x8DFMnlVwD4h3RvPCmRSlUig.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/domine/v7/L0x_DFMnlVwD4h3pAN-CTQJIg3uuXg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Donegal One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/donegalone/v7/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Doppio One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/doppioone/v7/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dorsa\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dorsa/v10/yYLn0hjd0OGwqo493XCFxAnQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dosis\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v16\",\n \"lastModified\": \"2019-10-22\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV3BkFTq4EPw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV3BkFTq4EPw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV3BkFTq4EPw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV3BkFTq4EPw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV3BkFTq4EPw.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/dosis/v16/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV3BkFTq4EPw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dr Sugiyama\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/drsugiyama/v9/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Duru Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/durusans/v13/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dynalight\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/dynalight/v8/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"EB Garamond\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"italic\",\n \"500italic\",\n \"600italic\",\n \"700italic\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUA4V-e6yHgQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUA4V-e6yHgQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUA4V-e6yHgQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUA4V-e6yHgQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96WamXgXFI.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96WamXgXFI.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496WamXgXFI.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496WamXgXFI.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/ebgaramond/v12/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496WamXgXFI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Eagle Lake\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/eaglelake/v7/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"East Sea Dokdo\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/eastseadokdo/v8/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Eater\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/eater/v8/mtG04_FCK7bOvpu2u3FwsXsR.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Economica\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/economica/v7/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/economica/v7/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/economica/v7/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/economica/v7/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Eczar\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/eczar/v8/BXRlvF3Pi-DLmw0iBu9y8Hf0.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzXWL8t622v9WNjW.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzX6KMt622v9WNjW.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzWeKct622v9WNjW.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/eczar/v8/BXRovF3Pi-DLmzWCKst622v9WNjW.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"El Messiri\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\",\n \"cyrillic\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/elmessiri/v6/K2F0fZBRmr9vQ1pHEey6AoqKAyLzfWo.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6On6jJyrYYWOMluQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6OlKkJyrYYWOMluQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/elmessiri/v6/K2F3fZBRmr9vQ1pHEey6OjalJyrYYWOMluQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Electrolize\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/electrolize/v8/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Elsie\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/elsie/v9/BCanqZABrez54yYu9slAeLgX.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/elsie/v9/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Elsie Swash Caps\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/elsieswashcaps/v8/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/elsieswashcaps/v8/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Emblema One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/emblemaone/v8/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Emilys Candy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/emilyscandy/v7/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Encode Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/encodesans/v4/LDI0apOFNxEwR-Bd1O9uYPvIeeLkl7Iw6yg.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPtkWMLOub458jGL.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsAW8LOub458jGL.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/encodesans/v4/LDI2apOFNxEwR-Bd1O9uYMOsc-bGkqIw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPtYWsLOub458jGL.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPt0XcLOub458jGL.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsQXMLOub458jGL.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsMX8LOub458jGL.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/encodesans/v4/LDIrapOFNxEwR-Bd1O9uYPsoXsLOub458jGL.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Encode Sans Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/encodesanscondensed/v4/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Encode Sans Expanded\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/encodesansexpanded/v4/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Encode Sans Semi Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v4/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Encode Sans Semi Expanded\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v5/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Engagement\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/engagement/v9/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Englebert\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/englebert/v7/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Enriqueta\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/enriqueta/v9/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVrv2mHmNZEq6TTFw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVrk26HmNZEq6TTFw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/enriqueta/v9/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Erica One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ericaone/v10/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Esteban\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/esteban/v8/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Euphoria Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/euphoriascript/v8/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ewert\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ewert/v7/va9I4kzO2tFODYBvS-J3kbDP.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Exo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/exo/v9/4UaMrEtFpBIaEH6m2jbu5rXI.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaCrEtFpBISdkbC0DLM46XI-po.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIavF-G8Bji76zR4w.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkZu8RLmzanB44N1.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIa2FyG8Bji76zR4w.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYK8hLmzanB44N1.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/exo/v9/4UaOrEtFpBIidHSi-DP-5g.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaMrEtFpBISdn6m2jbu5rXI.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIagF2G8Bji76zR4w.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkZS8xLmzanB44N1.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIarFqG8Bji76zR4w.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkZ-9BLmzanB44N1.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIayFuG8Bji76zR4w.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYa9RLmzanB44N1.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIa1FiG8Bji76zR4w.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYG9hLmzanB44N1.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/exo/v9/4UaDrEtFpBIa8FmG8Bji76zR4w.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/exo/v9/4UaBrEtFpBISdkYi9xLmzanB44N1.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Exo 2\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/exo2/v7/7cHov4okm5zmbt5LK-sW5HIohT4.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHqv4okm5zmbtYtE48c4FAtlT47dw.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt7nCss8yn4hnCci.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtEyM9wHoDmTcibrA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt6DCcs8yn4hnCci.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtE0c-wHoDmTcibrA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/exo2/v7/7cHmv4okm5zmbuYvIe804WIo.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHov4okm5zmbtYtK-sW5HIohT4.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt7bCMs8yn4hnCci.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtEx8_wHoDmTcibrA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt73D8s8yn4hnCci.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtEzM4wHoDmTcibrA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt6TDss8yn4hnCci.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtE1c5wHoDmTcibrA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt6PDcs8yn4hnCci.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtE0s6wHoDmTcibrA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/exo2/v7/7cHrv4okm5zmbt6rDMs8yn4hnCci.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/exo2/v7/7cHtv4okm5zmbtYtE287wHoDmTcibrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Expletus Sans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/expletussans/v13/RLp5K5v5_bqufTYdnhFzDj2dRfkSu6EuTHo.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpnK5v5_bqufTYdnhFzDj2ddfsYv4MrXHrRDA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpkK5v5_bqufTYdnhFzDj2dfQ07n6kFUHPIFaU.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpiK5v5_bqufTYdnhFzDj2ddfsgS6oPVFHNBaVImA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpkK5v5_bqufTYdnhFzDj2dfSE8n6kFUHPIFaU.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpiK5v5_bqufTYdnhFzDj2ddfsgZ60PVFHNBaVImA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpkK5v5_bqufTYdnhFzDj2dfUU9n6kFUHPIFaU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/expletussans/v13/RLpiK5v5_bqufTYdnhFzDj2ddfsgA6wPVFHNBaVImA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fahkwang\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/fahkwang/v3/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fanwood Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fanwoodtext/v9/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/fanwoodtext/v9/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Farro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/farro/v1/i7dJIFl3byGNHa3hNJ6-WkJUQUq7.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/farro/v1/i7dEIFl3byGNHZVNHLq2cV5d.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/farro/v1/i7dJIFl3byGNHa25NZ6-WkJUQUq7.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/farro/v1/i7dJIFl3byGNHa3xM56-WkJUQUq7.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Farsan\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"gujarati\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/farsan/v5/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fascinate\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fascinate/v8/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fascinate Inline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fascinateinline/v9/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Faster One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fasterone/v11/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fasthand\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fasthand/v10/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fauna One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/faunaone/v7/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Faustina\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"italic\",\n \"500italic\",\n \"600italic\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/faustina/v5/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/faustina/v5/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvGVWWe8tbEg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/faustina/v5/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvGVWWe8tbEg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/faustina/v5/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvGVWWe8tbEg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/faustina/v5/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-SWc5LEnoF.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/faustina/v5/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-SWc5LEnoF.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/faustina/v5/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-SWc5LEnoF.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/faustina/v5/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-SWc5LEnoF.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Federant\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/federant/v12/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Federo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/federo/v11/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Felipa\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/felipa/v7/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fenix\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fenix/v7/XoHo2YL_S7-g5ostKzAFvs8o.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Finger Paint\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fingerpaint/v9/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fira Code\",\n \"category\": \"monospace\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-10-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVfxN87gsj0.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVfxN87gsj0.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/firacode/v7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVfxN87gsj0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fira Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/firamono/v8/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/firamono/v8/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/firamono/v8/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fira Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fira Sans Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v4/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fira Sans Extra Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v4/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fjalla One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fjallaone/v7/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fjord One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fjordone/v8/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Flamenco\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/flamenco/v10/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/flamenco/v10/neIIzCehqYguo67ssaWGHK06UY30.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Flavors\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/flavors/v9/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fondamento\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fondamento/v10/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/fondamento/v10/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fontdiner Swanky\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fontdinerswanky/v10/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Forum\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/forum/v10/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Francois One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/francoisone/v14/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Frank Ruhl Libre\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"hebrew\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvHxJDMhYeIHw8.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_w6_fAw7jrcalD7oKYNX0QfAnPa7fv4JjnmY4.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PGxJDMhYeIHw8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvAxJDMhYeIHw8.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/frankruhllibre/v5/j8_36_fAw7jrcalD7oKYNX0QfAnPUzPCxJDMhYeIHw8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Freckle Face\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/freckleface/v8/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fredericka the Great\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/frederickathegreat/v9/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fredoka One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fredokaone/v7/k3kUo8kEI-tA1RRcTZGmTmHBA6aF8Bf_.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Freehand\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/freehand/v11/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fresca\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fresca/v8/6ae94K--SKgCzbM2Gr0W13DKPA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Frijole\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/frijole/v8/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fruktur\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fruktur/v12/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fugaz One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/fugazone/v9/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"GFS Didot\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"greek\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gfsdidot/v9/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"GFS Neohellenic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"greek\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gfsneohellenic/v12/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/gfsneohellenic/v12/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gfsneohellenic/v12/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/gfsneohellenic/v12/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gabriela\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gabriela/v8/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gaegu\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/gaegu/v8/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/gaegu/v8/TuGfUVB6Up9NU6ZLodgzydtk.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gaegu/v8/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gafata\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gafata/v8/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Galada\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"bengali\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/galada/v5/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Galdeano\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/galdeano/v9/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Galindo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/galindo/v7/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gamja Flower\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gamjaflower/v8/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gayathri\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"malayalam\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/gayathri/v1/MCoWzAb429DbBilWLLhc-pvSA_gA2W8.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/gayathri/v1/MCoQzAb429DbBilWLIA48J_wBugA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gayathri/v1/MCoXzAb429DbBilWLLiE37v4LfQJwHbn.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gelasio\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf9MaFfvUQxTTqSxCmrYGkHgIs.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf_MaFfvUQxTTqS9CuhZEsCkIt9QQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_N2CRGEsnIJkWL4.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZkGImmKBhSL7Y1Q.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_PGFRGEsnIJkWL4.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZvGUmmKBhSL7Y1Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf4MaFfvUQxTTqS_JWERGEsnIJkWL4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/gelasio/v1/cIf6MaFfvUQxTTqS9CuZ2GQmmKBhSL7Y1Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gentium Basic\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gentiumbasic/v11/Wnz9HAw9aB_JD2VGQVR80We3HAqDiTI_cIM.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/gentiumbasic/v11/WnzjHAw9aB_JD2VGQVR80We3LAiJjRA6YIORZQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gentiumbasic/v11/WnzgHAw9aB_JD2VGQVR80We3JLasrToUbIqIfBU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/gentiumbasic/v11/WnzmHAw9aB_JD2VGQVR80We3LAixMT8eaKiNbBVWkw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gentium Book Basic\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjcIV7t7w6bE2A.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VbF_4aPU2Ec9.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65Rfy43Y0V4kvg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v10/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzofc81s0voO3.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Geo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/geo/v11/CSRz4zRZlufVL3BmQjlCbQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/geo/v11/CSRx4zRZluflLXpiYDxSbf8r.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Geostar\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/geostar/v10/sykz-yx4n701VLOftSq9-trEvlQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Geostar Fill\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/geostarfill/v10/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Germania One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/germaniaone/v7/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gidugu\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gidugu/v6/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gilda Display\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gildadisplay/v7/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Give You Glory\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/giveyouglory/v9/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Glass Antiqua\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/glassantiqua/v7/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Glegoo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/glegoo/v9/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/glegoo/v9/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gloria Hallelujah\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gloriahallelujah/v11/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Goblin One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/goblinone/v9/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gochi Hand\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gochihand/v10/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gorditas\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gorditas/v7/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gorditas/v7/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gothic A1\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/gothica1/v8/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Goudy Bookletter 1911\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/goudybookletter1911/v9/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Graduate\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/graduate/v7/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Grand Hotel\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/grandhotel/v7/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gravitas One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gravitasone/v9/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Great Vibes\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/greatvibes/v7/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Grenze\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZRFGb7hR12BxqPm2IjuAkalnmd.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZXFGb7hR12BxqH_VpHsg04k2md0kI.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPN0MDkicWn2CEyw.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_Vrrky0SvWWUy1uW.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPU0ADkicWn2CEyw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VqPkC0SvWWUy1uW.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZRFGb7hR12BxqH_WIjuAkalnmd.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPC0EDkicWn2CEyw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VrXkS0SvWWUy1uW.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPJ0YDkicWn2CEyw.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_Vr7li0SvWWUy1uW.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPQ0cDkicWn2CEyw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_Vqfly0SvWWUy1uW.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPX0QDkicWn2CEyw.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VqDlC0SvWWUy1uW.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZQFGb7hR12BxqPe0UDkicWn2CEyw.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/grenze/v1/O4ZWFGb7hR12BxqH_VqnlS0SvWWUy1uW.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Griffy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/griffy/v8/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gruppo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gruppo/v10/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gudea\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gudea/v9/neIFzCqgsI0mp-CP9IGON7Ez.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/gudea/v9/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gudea/v9/neIIzCqgsI0mp9gz26WGHK06UY30.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gugi\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gugi/v8/A2BVn5dXywshVA6A9DEfgqM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gupter\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-19\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gupter/v1/2-cm9JNmxJqPO1QUYZa_Wu_lpA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/gupter/v1/2-cl9JNmxJqPO1Qslb-bUsT5rZhaZg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/gupter/v1/2-cl9JNmxJqPO1Qs3bmbUsT5rZhaZg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gurajada\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/gurajada/v7/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Habibi\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/habibi/v8/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Halant\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/halant/v7/u-4-0qaujRI2PbsX39Jmky12eg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hammersmith One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hammersmithone/v10/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hanalei\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hanalei/v10/E21n_dD8iufIjBRHXzgmVydREus.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hanalei Fill\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hanaleifill/v8/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Handlee\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/handlee/v8/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hanuman\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hanuman/v13/VuJxdNvD15HhpJJBeKbXOIFneRo.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hanuman/v13/VuJ0dNvD15HhpJJBQBr4HIlMZRNcp0o.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Happy Monkey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/happymonkey/v8/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Harmattan\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/harmattan/v6/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Headland One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/headlandone/v7/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Heebo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"hebrew\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/heebo/v5/NGS0v5_NC0k9P9mVTbRhtKMByaw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9ldb5RLmq8I0LVF.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/heebo/v5/NGS6v5_NC0k9P-HxR7BDsbMB.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9kFbpRLmq8I0LVF.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lNaJRLmq8I0LVF.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lRa5RLmq8I0LVF.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9l1apRLmq8I0LVF.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Henny Penny\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/hennypenny/v7/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hepta Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-10-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfbY5B0NBkz.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfbY5B0NBkz.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfbY5B0NBkz.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfbY5B0NBkz.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfbY5B0NBkz.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfbY5B0NBkz.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfbY5B0NBkz.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/heptaslab/v6/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfbY5B0NBkz.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Herr Von Muellerhoff\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/herrvonmuellerhoff/v9/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hi Melody\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/himelody/v8/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hind\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/hind/v10/5aU69_a8oxmIRG5yBROzkDM.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hind/v10/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hind Guntur\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"telugu\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hindguntur/v5/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hind Madurai\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"tamil\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hindmadurai/v5/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hind Siliguri\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"bengali\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hindsiliguri/v6/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hind Vadodara\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"gujarati\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/hindvadodara/v6/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Holtwood One SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/holtwoodonesc/v10/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Homemade Apple\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/homemadeapple/v10/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Homenaje\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/homenaje/v9/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IBM Plex Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v5/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IBM Plex Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLeEKxIedbzDw.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZMW9PjD3N8.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIZmdd_qFmo.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idscf3vBmpl8A.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIZmdd_qFmo.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscf3vBmpl8A.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTeEKxIedbzDw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIZmdd_qFmo.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscf3vBmpl8A.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscf3vBmpl8A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIZmdd_qFmo.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscf3vBmpl8A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IBM Plex Sans Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IBM Plex Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v8/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell DW Pica\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfelldwpica/v9/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfelldwpica/v9/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell DW Pica SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfelldwpicasc/v9/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Double Pica\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfelldoublepica/v9/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfelldoublepica/v9/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Double Pica SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfelldoublepicasc/v9/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell English\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellenglish/v9/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfellenglish/v9/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell English SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellenglishsc/v9/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell French Canon\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellfrenchcanon/v9/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfellfrenchcanon/v9/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell French Canon SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v9/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Great Primer\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellgreatprimer/v9/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/imfellgreatprimer/v9/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Great Primer SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imfellgreatprimersc/v9/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ibarra Real Nova\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlfdQiA-DBIDCcaWtQzL4BZHoiDoHxSENxuLuE.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlZdQiA-DBIDCcaWtQzL4BZHoiDkH5YFP5rPuF6EA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlYdQiA-DBIDCcaWtQzL4BZHoiDmKR8NNRFMuhjCXY.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZladQiA-DBIDCcaWtQzL4BZHoiDkH5gzNBPNspmGXawpg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZlYdQiA-DBIDCcaWtQzL4BZHoiDmMB9NNRFMuhjCXY.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v1/sZladQiA-DBIDCcaWtQzL4BZHoiDkH5gqNFPNspmGXawpg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Iceberg\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/iceberg/v7/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Iceland\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/iceland/v8/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Imprima\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/imprima/v8/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inconsolata\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v18\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/inconsolata/v18/QldKNThLqRwH-OJ1UHjlKFle7KlmxuHx.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/inconsolata/v18/QldXNThLqRwH-OJ1UHjlKGHiw41u7f34DYwn.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inder\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/inder/v8/w8gUH2YoQe8_4vq6pw-P3U4O.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Indie Flower\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/indieflower/v11/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inika\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/inika/v8/rnCm-x5X3QP-phTHRcc2s2XH.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/inika/v8/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inknut Antiqua\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/inknutantiqua/v5/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Irish Grover\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/irishgrover/v10/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Istok Web\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/istokweb/v14/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/istokweb/v14/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/istokweb/v14/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/istokweb/v14/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Italiana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/italiana/v8/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Italianno\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/italianno/v9/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Itim\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/itim/v4/0nknC9ziJOYewARKkc7ZdwU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jacques Francois\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jacquesfrancois/v7/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jacques Francois Shadow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v8/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jaldi\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jaldi/v6/or3sQ67z0_CI30NUZpD_B6g8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/jaldi/v6/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jim Nightshade\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jimnightshade/v7/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jockey One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jockeyone/v9/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jolly Lodger\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jollylodger/v7/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jomhuria\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jomhuria/v7/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jomolhari\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"tibetan\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-10-15\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jomolhari/v1/EvONzA1M1Iw_CBd2hsQCF1IZKq5INg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Josefin Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3EZQNVED7rKGKxtqIqX5Ecbnx9Vnksi4M7.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3GZQNVED7rKGKxtqIqX5EUCEQZXH0OjpM75PE.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3FZQNVED7rKGKxtqIqX5Ecpl5dfFcggpoi_Q.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3HZQNVED7rKGKxtqIqX5EUCETRfl0koJ8y_eiS.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3aZQNVED7rKGKxtqIqX5EkCnZ5dHw8iw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3EZQNVED7rKGKxtqIqX5EUCHx9Vnksi4M7.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3FZQNVED7rKGKxtqIqX5Ec0lhdfFcggpoi_Q.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3HZQNVED7rKGKxtqIqX5EUCESleF0koJ8y_eiS.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3FZQNVED7rKGKxtqIqX5EctlldfFcggpoi_Q.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/josefinsans/v14/Qw3HZQNVED7rKGKxtqIqX5EUCETBeV0koJ8y_eiS.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Josefin Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-nwjwOK3Ps5GSJlNNkMalvyQ6qBM7oPxMX.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-lwjwOK3Ps5GSJlNNkMalnrzbODsrKOgMX95A.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvASyKLuDkNgoO7g.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzYGLOrgFA8e7onu.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-5wjwOK3Ps5GSJlNNkMalXrQSuJsv4Pw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-nwjwOK3Ps5GSJlNNkMalnrw6qBM7oPxMX.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvdSqKLuDkNgoO7g.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzZyKurgFA8e7onu.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-mwjwOK3Ps5GSJlNNkMalvESuKLuDkNgoO7g.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/josefinslab/v10/lW-kwjwOK3Ps5GSJlNNkMalnrzYWK-rgFA8e7onu.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Joti One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jotione/v8/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jua\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/jua/v8/co3KmW9ljjAjc-DZCsKgsg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Judson\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/judson/v12/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/judson/v12/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/judson/v12/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Julee\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/julee/v9/TuGfUVB3RpZPQ6ZLodgzydtk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Julius Sans One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/juliussansone/v8/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Junge\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/junge/v7/gokgH670Gl1lUqAdvhB7SnKm.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jura\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-10-24\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7auhTfmrH_rt.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7auhTfmrH_rt.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6quhTfmrH_rt.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/jura/v13/z7NOdRfiaC4Vd8hhoPzfb5vBTP266quhTfmrH_rt.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Just Another Hand\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/justanotherhand/v11/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Just Me Again Down Here\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/justmeagaindownhere/v11/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"K2D\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/k2d/v3/J7aRnpF2V0ErE6UpvrIw74NL.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Erv4QJlJw85ppSGw.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Er24cJlJw85ppSGw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/k2d/v3/J7aTnpF2V0ETd68tnLcg7w.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7aRnpF2V0EjdaUpvrIw74NL.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Erg4YJlJw85ppSGw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Err4EJlJw85ppSGw.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Ery4AJlJw85ppSGw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/k2d/v3/J7aenpF2V0Er14MJlJw85ppSGw.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/k2d/v3/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kadwa\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"devanagari\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kadwa/v4/rnCm-x5V0g7iphTHRcc2s2XH.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kadwa/v4/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kalam\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/kalam/v10/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/kalam/v10/YA9dr0Wd4kDdMuhWMibDszkB.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kalam/v10/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kameron\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kameron/v10/vm82dR7vXErQxuznsL4wL-XIYH8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kameron/v10/vm8zdR7vXErQxuzniAIfC-3jfHb--NY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kanit\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/kanit/v5/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/kanit/v5/nKKZ-Go6G5tXcoaSEQGodLxA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/kanit/v5/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/kanit/v5/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kantumruy\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/kantumruy/v7/syk0-yJ0m7wyVb-f4FOPUtDlpn-UJ1H6Uw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/kantumruy/v7/sykx-yJ0m7wyVb-f4FO3_vjBrlSILg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kantumruy/v7/syk0-yJ0m7wyVb-f4FOPQtflpn-UJ1H6Uw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Karla\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"200italic\",\n \"300italic\",\n \"italic\",\n \"500italic\",\n \"600italic\",\n \"700italic\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/karla/v12/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJqqFENLR7fHGw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/karla/v12/qkBIXvYC6trAT55ZBi1ueQVIjQTDppqqFENLR7fHGw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/karla/v12/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqFENLR7fHGw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/karla/v12/qkBIXvYC6trAT55ZBi1ueQVIjQTDypqqFENLR7fHGw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/karla/v12/qkBIXvYC6trAT55ZBi1ueQVIjQTDJp2qFENLR7fHGw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/karla/v12/qkBIXvYC6trAT55ZBi1ueQVIjQTDH52qFENLR7fHGw.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/karla/v12/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJ2qFENLR7fHGw.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/karla/v12/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCV0lPZbLXGxGR.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/karla/v12/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNkcV0lPZbLXGxGR.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/karla/v12/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlCV0lPZbLXGxGR.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/karla/v12/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlwV0lPZbLXGxGR.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/karla/v12/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmcUElPZbLXGxGR.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/karla/v12/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmlUElPZbLXGxGR.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/karla/v12/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCUElPZbLXGxGR.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Karma\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/karma/v10/va9I4kzAzMZRGIBvS-J3kbDP.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/karma/v10/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Katibeh\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/katibeh/v7/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kaushan Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kaushanscript/v8/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kavivanar\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"tamil\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kavivanar/v5/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kavoon\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kavoon/v8/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kdam Thmor\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kdamthmor/v7/MwQzbhjs3veF6QwJVf0JkGMViblPtXs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Keania One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/keaniaone/v7/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kelly Slab\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kellyslab/v10/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kenia\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kenia/v11/jizURE5PuHQH9qCONUGswfGM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Khand\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/khand/v8/TwMA-IINQlQQ0YpVWHU_TBqO.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/khand/v8/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Khmer\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/khmer/v12/MjQImit_vPPwpF-BpN2EeYmD.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Khula\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/khula/v5/OpNCnoEOns3V7FcJpA_chzJ0.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/khula/v5/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kirang Haerang\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kiranghaerang/v8/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kite One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kiteone/v7/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Knewave\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/knewave/v8/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"KoHo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/koho/v3/K2F-fZ5fmddNBikefJbSOos.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/koho/v3/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/koho/v3/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kodchasan\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/kodchasan/v3/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kosugi\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"japanese\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kosugi/v6/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kosugi Maru\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"japanese\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kosugimaru/v6/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kotta One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kottaone/v7/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Koulen\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/koulen/v13/AMOQz46as3KIBPeWgnA9kuYMUg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kranky\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kranky/v10/hESw6XVgJzlPsFnMpheEZo_H_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kreon\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v21\",\n \"lastModified\": \"2019-10-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimejUfp2dWNg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimejUfp2dWNg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimejUfp2dWNg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mejUfp2dWNg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kreon/v21/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mejUfp2dWNg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kristi\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kristi/v11/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Krona One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kronaone/v8/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Krub\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/krub/v3/sZlLdRyC6CRYXkYQDLlTW6E.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/krub/v3/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/krub/v3/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kulim Park\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjJYNwa5aZbUvGjU.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUKa9QYZcqCjVVUA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjPIOwa5aZbUvGjU.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUTaxQYZcqCjVVUA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN79secq3hflz1Uu3IwtF4m5aZxebw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN59secq3hflz1Uu3IwhFws4YR0abw2Aw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjIYIwa5aZbUvGjU.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUOapQYZcqCjVVUA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdN49secq3hflz1Uu3IwjOIJwa5aZbUvGjU.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/kulimpark/v1/fdNm9secq3hflz1Uu3IwhFwUXatQYZcqCjVVUA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kumar One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"gujarati\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kumarone/v4/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kumar One Outline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"gujarati\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kumaroneoutline/v5/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kurale\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/kurale/v5/4iCs6KV9e9dXjho6eAT3v02QFg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"La Belle Aurore\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/labelleaurore/v10/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lacquer\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lacquer/v1/EYqzma1QwqpG4_BBB7-AXhttQ5I.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Laila\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/laila/v6/LYjMdG_8nE8jDIRdiidIrEIu.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/laila/v6/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lakki Reddy\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lakkireddy/v6/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lalezar\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lalezar/v6/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lancelot\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lancelot/v9/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lateef\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v15\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lateef/v15/hESw6XVnNCxEvkbMpheEZo_H_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lato\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v16\",\n \"lastModified\": \"2019-07-23\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHvxk6XweuBCY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"League Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/leaguescript/v11/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Leckerli One\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/leckerlione/v10/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ledger\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ledger/v7/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lekton\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lekton/v10/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lekton/v10/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lekton/v10/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lemon\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lemon/v8/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lemonada\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2mfWc3Z2pTg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2mfWc3Z2pTg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2mfWc3Z2pTg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lemonada/v8/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2mfWc3Z2pTg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lexend Deca\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lexenddeca/v1/K2F1fZFYk-dHSE0UPPuwQ6qgLS76ZHOM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lexend Exa\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lexendexa/v1/UMBXrPdOoHOnxExyjdBeWirXArM58BY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lexend Giga\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lexendgiga/v1/PlI5Fl67Mah5Y8yMHE7lkVxEt8CwfGaD.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lexend Mega\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lexendmega/v1/qFdA35aBi5JtHD41zSTFEv7K6BsAikI7.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lexend Peta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lexendpeta/v1/BXRvvFPGjeLPh0kCfI4OkE_1c8Tf1IW3.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lexend Tera\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lexendtera/v1/RrQUbo98_jt_IXnBPwCWtZhARYMgGtWA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lexend Zetta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-08-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lexendzetta/v1/ll87K2KYXje7CdOFnEWcU8soliQejRR7AQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Barcode 128\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librebarcode128/v9/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Barcode 128 Text\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librebarcode128text/v9/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Barcode 39\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librebarcode39/v9/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Barcode 39 Extended\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librebarcode39extended/v8/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Barcode 39 Extended Text\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librebarcode39extendedtext/v8/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Barcode 39 Text\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librebarcode39text/v9/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Baskerville\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librebaskerville/v7/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/librebaskerville/v7/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/librebaskerville/v7/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Caslon Display\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librecaslondisplay/v1/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lRdRhtCC4d.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Caslon Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/librecaslontext/v1/DdT878IGsGw1aF1JU10PUbTvNNaDMcq_3eNrHgO1.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/librecaslontext/v1/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-dJGxO1q9o.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/librecaslontext/v1/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdjNR-8ssPt.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Franklin\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizBREVItHgc8qDIbSTKq4XkRi182zIZj1bIkNo.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizHREVItHgc8qDIbSTKq4XkRiUa41YTi3TNgNq55w.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3Q-hIzoVrBicOg.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4_oyq17jjNOg_oc.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi20-RIzoVrBicOg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa454xq17jjNOg_oc.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizDREVItHgc8qDIbSTKq4XkRhUY0TY7ikbI.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizBREVItHgc8qDIbSTKq4XkRiUa2zIZj1bIkNo.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3s-BIzoVrBicOg.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa48Ywq17jjNOg_oc.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi3A_xIzoVrBicOg.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4-o3q17jjNOg_oc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi2k_hIzoVrBicOg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa4442q17jjNOg_oc.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi24_RIzoVrBicOg.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa45I1q17jjNOg_oc.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizAREVItHgc8qDIbSTKq4XkRi2c_BIzoVrBicOg.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/librefranklin/v4/jizGREVItHgc8qDIbSTKq4XkRiUa47Y0q17jjNOg_oc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Life Savers\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lifesavers/v10/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lifesavers/v10/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/lifesavers/v10/ZXu_e1UftKKabUQMgxAal8HLOi5Tk8fIpPRW.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lilita One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lilitaone/v7/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lily Script One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lilyscriptone/v7/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Limelight\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/limelight/v10/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Linden Hill\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lindenhill/v9/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lindenhill/v9/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Literata\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"italic\",\n \"500italic\",\n \"600italic\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-10-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/literata/v14/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVpaLVa5RXzC1KOw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/literata/v14/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVl6LVa5RXzC1KOw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/literata/v14/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVe6XVa5RXzC1KOw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/literata/v14/or38Q6P12-iJxAIgLa78DkTtAoDhk0oVQqXVa5RXzC1KOw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/literata/v14/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeE9KJ5T7ihaO_CS.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/literata/v14/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeEPKJ5T7ihaO_CS.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/literata/v14/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeHjL55T7ihaO_CS.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/literata/v14/or3yQ6P12-iJxAIgLYT1PLs1a-t7PU0AbeHaL55T7ihaO_CS.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Liu Jian Mao Cao\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"chinese-simplified\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/liujianmaocao/v5/845DNN84HJrccNonurqXILGpvCOoferVKGWsUo8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Livvic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/livvic/v3/rnCr-x1S2hzjrlffC-M-mHnOSOuk.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCt-x1S2hzjrlfXbdtakn3sTfukQHs.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffp8IeslfCQfK9WQ.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdv2s13GY_etWWIJ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffw8EeslfCQfK9WQ.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbduSsF3GY_etWWIJ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/livvic/v3/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCr-x1S2hzjrlfXbeM-mHnOSOuk.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlffm8AeslfCQfK9WQ.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdvKsV3GY_etWWIJ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlfft8ceslfCQfK9WQ.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdvmtl3GY_etWWIJ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlff08YeslfCQfK9WQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbduCt13GY_etWWIJ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/livvic/v3/rnCq-x1S2hzjrlff68QeslfCQfK9WQ.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/livvic/v3/rnCs-x1S2hzjrlfXbdu6tV3GY_etWWIJ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lobster\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v22\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lobster/v22/neILzCirqoswsqX9_oWsMqEzSJQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lobster Two\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lobstertwo/v12/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lobstertwo/v12/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lobstertwo/v12/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/lobstertwo/v12/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Outline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/londrinaoutline/v10/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Shadow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/londrinashadow/v9/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Sketch\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/londrinasketch/v8/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Solid\",\n \"category\": \"display\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/londrinasolid/v9/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/londrinasolid/v9/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/londrinasolid/v9/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/londrinasolid/v9/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Long Cang\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"chinese-simplified\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/longcang/v5/LYjAdGP8kkgoTec8zkRgrXArXN7HWQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lora\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lora/v14/0QIvMX1D_JOuAw3xItNPh_A.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/lora/v14/0QIhMX1D_JOuMw_7JvFKl_C28g.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lora/v14/0QIgMX1D_JOuO7HeBttkm_mv670.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/lora/v14/0QIiMX1D_JOuMw_Dmt5un9uq-73O-Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Love Ya Like A Sister\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/loveyalikeasister/v10/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Loved by the King\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lovedbytheking/v9/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lovers Quarrel\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/loversquarrel/v7/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Luckiest Guy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/luckiestguy/v10/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lusitana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lusitana/v7/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/lusitana/v7/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lustria\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/lustria/v7/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"M PLUS 1p\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"hebrew\",\n \"japanese\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v19\",\n \"lastModified\": \"2019-07-23\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"M PLUS Rounded 1c\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"hebrew\",\n \"japanese\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/mplusrounded1c/v10/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ma Shan Zheng\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"chinese-simplified\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mashanzheng/v5/NaPecZTRCLxvwo41b4gvzkXaRMTsDIRSfr0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Macondo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/macondo/v8/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Macondo Swash Caps\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/macondoswashcaps/v7/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mada\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdf3nCCL8zkwMIFg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdZnkCCL8zkwMIFg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/mada/v8/7Auwp_0qnzeSTTXMLCrX0kU.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdcHlCCL8zkwMIFg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSde3iCCL8zkwMIFg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdYnjCCL8zkwMIFg.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/mada/v8/7Au_p_0qnzeSdbHhCCL8zkwMIFg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Magra\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/magra/v8/uK_94ruaZus72k5xIDMfO-ed.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/magra/v8/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Maiden Orange\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/maidenorange/v10/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Maitree\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/maitree/v4/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/maitree/v4/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Major Mono Display\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-11-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/majormonodisplay/v4/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mako\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mako/v11/H4coBX6Mmc_Z0ST09g478Lo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mali\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/mali/v3/N0ba2SRONuN4eCrODlxxOd8.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bU2SRONuN4SCjECn50Kd_PmA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mali/v3/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/mali/v3/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mallanna\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mallanna/v7/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mandali\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mandali/v8/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Manjari\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"malayalam\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/manjari/v2/k3kSo8UPMOBO2w1UdbroK2vFIaOV8A.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/manjari/v2/k3kQo8UPMOBO2w1UTd7iL0nAMaM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/manjari/v2/k3kVo8UPMOBO2w1UdWLNC0HrLaqM6Q4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mansalva\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mansalva/v1/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Manuale\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"italic\",\n \"500italic\",\n \"600italic\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wD1TB_JHHY.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwD1TB_JHHY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwD1TB_JHHY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zRdIWHYr8M.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zRdIWHYr8M.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zRdIWHYr8M.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/manuale/v5/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zRdIWHYr8M.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marcellus\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marcellus/v7/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marcellus SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marcellussc/v7/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marck Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marckscript/v10/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Margarine\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/margarine/v8/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Markazi Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-10-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/markazitext/v10/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/markazitext/v10/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/markazitext/v10/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/markazitext/v10/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marko One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/markoone/v9/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marmelad\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marmelad/v9/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Martel\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/martel/v4/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/martel/v4/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Martel Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/martelsans/v6/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marvel\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/marvel/v9/nwpVtKeoNgBV0qaIkV7ED366zg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/marvel/v9/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/marvel/v9/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/marvel/v9/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mate\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mate/v8/m8JdjftRd7WZ2z28WoXSaLU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/mate/v8/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mate SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/matesc/v8/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Maven Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v18\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nCpozp5GvU.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nCpozp5GvU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nCpozp5GvU.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nCpozp5GvU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/mavenpro/v18/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nCpozp5GvU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"McLaren\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mclaren/v7/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Meddon\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/meddon/v12/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"MedievalSharp\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/medievalsharp/v12/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Medula One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/medulaone/v9/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Meera Inimai\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"tamil\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/meerainimai/v4/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Megrim\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/megrim/v10/46kulbz5WjvLqJZlbWXgd0RY1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Meie Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/meiescript/v7/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merienda\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/merienda/v8/gNMHW3x8Qoy5_mf8uVMCOou6_dvg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/merienda/v8/gNMAW3x8Qoy5_mf8uWu-Fa-y1sfpPES4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merienda One\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/meriendaone/v10/H4cgBXaMndbflEq6kyZ1ht6YgoyyYzFzFw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merriweather\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v21\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/merriweather/v21/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merriweather Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1eYBDD2BdWzIqY.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepzB0hN0yZqYcqw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c99IRs1JiJN1FRAMjTN5zd9vgsFEXySDTL8wtf.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwQjDp9htf1ZM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1OZxDD2BdWzIqY.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXweozG0hN0yZqYcqw.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1SZBDD2BdWzIqY.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/merriweathersans/v11/2-c29IRs1JiJN1FRAMjTN5zd9vgsFHXwepDF0hN0yZqYcqw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metal\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/metal/v12/lW-wwjUJIXTo7i3nnoQAUdN2.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metal Mania\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/metalmania/v9/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metamorphous\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/metamorphous/v10/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metrophobic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/metrophobic/v13/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Michroma\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/michroma/v10/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Milonga\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/milonga/v7/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miltonian\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/miltonian/v13/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miltonian Tattoo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v15\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/miltoniantattoo/v15/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mina\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"bengali\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mina/v3/-nFzOGc18vARrz9j7i3y65o.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mina/v3/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miniver\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/miniver/v8/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miriam Libre\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"hebrew\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/miriamlibre/v6/DdTh798HsHwubBAqfkcBTL_vYJn_Teun9g.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/miriamlibre/v6/DdT-798HsHwubBAqfkcBTL_X3LbbRcC7_-Z7Hg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mirza\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mirza/v7/co3ImWlikiN5EurdKMewsrvI.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtIpAeO4mafBomDi.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtIFBuO4mafBomDi.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mirza/v7/co3FmWlikiN5EtJhB-O4mafBomDi.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miss Fajardose\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/missfajardose/v9/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mitr\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/mitr/v5/pxiLypw5ucZFyTsyMJj_b1o.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mitr/v5/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Modak\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/modak/v5/EJRYQgs1XtIEsnMH8BVZ76KU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Modern Antiqua\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/modernantiqua/v9/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mogra\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"gujarati\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mogra/v6/f0X40eSs8c95TBo4DvLmxtnG.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Molengo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/molengo/v10/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Molle\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"italic\": \"http://fonts.gstatic.com/s/molle/v8/E21n_dL5hOXFhWEsXzgmVydREus.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monda\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/monda/v9/TK3tWkYFABsmjvpmNBsLvPdG.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/monda/v9/TK3gWkYFABsmjsLaGz8Dl-tPKo2t.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monofett\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/monofett/v9/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monoton\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/monoton/v9/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monsieur La Doulaise\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/monsieurladoulaise/v8/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montaga\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/montaga/v7/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montez\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/montez/v10/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montserrat\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-23\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QphziTn89dtpQ.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqi7j0dJ9pTOi.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA7g7J_950vCo.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_D-_xxrCq7qg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD7g7J_950vCo.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzD-_xxrCq7qg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW5rygbi49c.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxhziTn89dtpQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g7J_950vCo.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3D-_xxrCq7qg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF7g7J_950vCo.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrD-_xxrCq7qg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g7J_950vCo.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvD-_xxrCq7qg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H7g7J_950vCo.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjD-_xxrCq7qg.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG7g7J_950vCo.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnD-_xxrCq7qg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montserrat Alternates\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/montserratalternates/v11/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montserrat Subrayada\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/montserratsubrayada/v9/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8LYuceqGT-.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/montserratsubrayada/v9/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMWg3j36Ebz.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Moul\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/moul/v11/nuF2D__FSo_3E-RYiJCy-00.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Moulpali\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/moulpali/v12/H4ckBXKMl9HagUWymyY6wr-wg763.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mountains of Christmas\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mountainsofchristmas/v12/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mountainsofchristmas/v12/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mouse Memoirs\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mousememoirs/v7/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mr Bedfort\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrbedfort/v8/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mr Dafoe\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrdafoe/v8/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mr De Haviland\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrdehaviland/v8/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mrs Saint Delafield\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrssaintdelafield/v7/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mrs Sheppards\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mrssheppards/v8/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mukta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/mukta/v7/iJWKBXyXfDDVXYnGp32S0H3f.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/mukta/v7/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mukta Mahee\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"gurmukhi\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/muktamahee/v5/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mukta Malar\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"tamil\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/muktamalar/v6/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mukta Vaani\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"gujarati\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/muktavaani/v7/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/muktavaani/v7/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Muli\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\",\n \"200italic\",\n \"300italic\",\n \"italic\",\n \"500italic\",\n \"600italic\",\n \"700italic\",\n \"800italic\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v19\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFlOkHkw2-m9x2iC.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFmQkHkw2-m9x2iC.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkHkw2-m9x2iC.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFn8kHkw2-m9x2iC.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFkQl3kw2-m9x2iC.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFkpl3kw2-m9x2iC.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFlOl3kw2-m9x2iC.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/muli/v19/7Aulp_0qiz-aVz7u3PJLcUMYOFlnl3kw2-m9x2iC.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG0xFz0e2fwniCvzM.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG089z0e2fwniCvzM.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG05Fz0e2fwniCvzM.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG06Nz0e2fwniCvzM.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG00900e2fwniCvzM.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG03Z00e2fwniCvzM.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG0xF00e2fwniCvzM.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/muli/v19/7Aujp_0qiz-afTfcIyoiGtm2P0wG0zh00e2fwniCvzM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mystery Quest\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/mysteryquest/v7/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"NTR\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ntr/v7/RLpzK5Xy0ZjiGGhs5TA4bg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nanum Brush Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v17\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nanumbrushscript/v17/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nanum Gothic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v17\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nanumgothic/v17/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nanumgothic/v17/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/nanumgothic/v17/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nanum Gothic Coding\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nanumgothiccoding/v14/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nanumgothiccoding/v14/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nanum Myeongjo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v15\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nanummyeongjo/v15/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nanummyeongjo/v15/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/nanummyeongjo/v15/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nanum Pen Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v15\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nanumpenscript/v15/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Neucha\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/neucha/v11/q5uGsou0JOdh94bvugNsCxVEgA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Neuton\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"italic\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/neuton/v12/UMBTrPtMoH62xUZyyII7civlBw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/neuton/v12/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/neuton/v12/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"New Rocker\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/newrocker/v8/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"News Cycle\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v16\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/newscycle/v16/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/newscycle/v16/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Niconne\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Niramit\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/niramit/v4/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/niramit/v4/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/niramit/v4/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nixie One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nixieone/v10/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nobile\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nobile/v11/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/nobile/v11/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/nobile/v11/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/nobile/v11/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nobile/v11/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/nobile/v11/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nokora\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nokora/v13/hYkIPuwgTubzaWxQOzoPovZg8Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nokora/v13/hYkLPuwgTubzaWxohxUrqt18-B9Uuw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Norican\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/norican/v8/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nosifer\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nosifer/v8/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Notable\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/notable/v4/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nothing You Could Do\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/nothingyoucoulddo/v9/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noticia Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/noticiatext/v9/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/noticiatext/v9/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/noticiatext/v9/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/noticiatext/v9/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\",\n \"devanagari\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4DRFSfiM7HBj.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFlY9aA5Wl6PQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/notosans/v9/o-0TIpQlx3QUlC5A4PNr4Az5ZtyEx2xqPaif.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Sans HK\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"chinese-hongkong\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKO-GM_FYFRJvXzVXaAPe9ZUHp1MOv2ObB7.otf\",\n \"300\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZmFhTHMX6MKliqQ.otf\",\n \"regular\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKQ-GM_FYFRJvXzVXaAPe9hMnB3Eu7mOQ.otf\",\n \"500\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZwFlTHMX6MKliqQ.otf\",\n \"700\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZiF9THMX6MKliqQ.otf\",\n \"900\": \"http://fonts.gstatic.com/s/notosanshk/v5/nKKP-GM_FYFRJvXzVXaAPe9ZsF1THMX6MKliqQ.otf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Sans JP\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"japanese\"\n ],\n \"version\": \"v24\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6ofjtqLzI2JPCgQBnw7HFQoggM-FNthvIU.otf\",\n \"300\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6pfjtqLzI2JPCgQBnw7HFQaioq1H1hj-sNFQ.otf\",\n \"regular\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F62fjtqLzI2JPCgQBnw7HFowAIO2lZ9hg.otf\",\n \"500\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6pfjtqLzI2JPCgQBnw7HFQMisq1H1hj-sNFQ.otf\",\n \"700\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6pfjtqLzI2JPCgQBnw7HFQei0q1H1hj-sNFQ.otf\",\n \"900\": \"http://fonts.gstatic.com/s/notosansjp/v24/-F6pfjtqLzI2JPCgQBnw7HFQQi8q1H1hj-sNFQ.otf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Sans KR\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby6FmXiEBPT4ITbgNA5CgmOsn7uwpYcuH8y.otf\",\n \"300\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOelzI7rgQsWYrzw.otf\",\n \"regular\": \"http://fonts.gstatic.com/s/notosanskr/v12/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf\",\n \"500\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7rgQsWYrzw.otf\",\n \"700\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOalvI7rgQsWYrzw.otf\",\n \"900\": \"http://fonts.gstatic.com/s/notosanskr/v12/Pby7FmXiEBPT4ITbgNA5CgmOUlnI7rgQsWYrzw.otf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Sans SC\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"chinese-simplified\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kJo84MPvpLmixcA63oeALZTYKL2wv287Sb.otf\",\n \"300\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kIo84MPvpLmixcA63oeALZhaCt9yX6-q2CGg.otf\",\n \"regular\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf\",\n \"500\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kIo84MPvpLmixcA63oeALZ3aGt9yX6-q2CGg.otf\",\n \"700\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kIo84MPvpLmixcA63oeALZlaet9yX6-q2CGg.otf\",\n \"900\": \"http://fonts.gstatic.com/s/notosanssc/v9/k3kIo84MPvpLmixcA63oeALZraWt9yX6-q2CGg.otf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Sans TC\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"chinese-traditional\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFlOG829Oofr2wohFbTp9i9WyEJIfNZ1sjy.otf\",\n \"300\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFkOG829Oofr2wohFbTp9i9kwMvDd1V39Hr7g.otf\",\n \"regular\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf\",\n \"500\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFkOG829Oofr2wohFbTp9i9ywIvDd1V39Hr7g.otf\",\n \"700\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFkOG829Oofr2wohFbTp9i9gwQvDd1V39Hr7g.otf\",\n \"900\": \"http://fonts.gstatic.com/s/notosanstc/v9/-nFkOG829Oofr2wohFbTp9i9uwYvDd1V39Hr7g.otf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNTFAcaRi_bMQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFIWbTq6fMRRMw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzTRCUcM1IKoY.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/notoserif/v8/ga6Vaw1J5X9T9RW6j9bNfFIu0RWedO9NOoYIDg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Serif JP\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"japanese\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZBaPRkgfU8fEwb0.otf\",\n \"300\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZHKMRkgfU8fEwb0.otf\",\n \"regular\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn7mYHs72GKoTvER4Gn3b5eMXNikYkY0T84.otf\",\n \"500\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZCqNRkgfU8fEwb0.otf\",\n \"600\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZAaKRkgfU8fEwb0.otf\",\n \"700\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZGKLRkgfU8fEwb0.otf\",\n \"900\": \"http://fonts.gstatic.com/s/notoserifjp/v7/xn77YHs72GKoTvER4Gn3b5eMZFqJRkgfU8fEwb0.otf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Serif KR\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf\",\n \"300\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf\",\n \"regular\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf\",\n \"500\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf\",\n \"600\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf\",\n \"700\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf\",\n \"900\": \"http://fonts.gstatic.com/s/notoserifkr/v6/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.otf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Serif SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"chinese-simplified\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzZBEtERe7U.otf\",\n \"300\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzZBEtERe7U.otf\",\n \"regular\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf\",\n \"500\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzZBEtERe7U.otf\",\n \"600\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzZBEtERe7U.otf\",\n \"700\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzZBEtERe7U.otf\",\n \"900\": \"http://fonts.gstatic.com/s/notoserifsc/v6/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzZBEtERe7U.otf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Serif TC\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"chinese-traditional\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX9GTsoOAX4.otf\",\n \"300\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX9GTsoOAX4.otf\",\n \"regular\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLYgIZb5bJNDGYxLBibeHZ0BhnEESXFtUsM.otf\",\n \"500\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX9GTsoOAX4.otf\",\n \"600\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX9GTsoOAX4.otf\",\n \"700\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX9GTsoOAX4.otf\",\n \"900\": \"http://fonts.gstatic.com/s/notoseriftc/v6/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX9GTsoOAX4.otf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Cut\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novacut/v11/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Flat\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novaflat/v11/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"greek\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novamono/v10/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Oval\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novaoval/v11/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Round\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novaround/v11/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Script\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novascript/v12/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Slim\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novaslim/v11/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Square\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/novasquare/v12/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Numans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/numans/v9/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nunito\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA-sekZuHJeTsfDQ.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN5MZ-vNWz4PDWtj.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAnsSkZuHJeTsfDQ.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN4oZOvNWz4PDWtj.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKof4MuyAbsrVcA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXX3I6Li01BKofIMOaETM_FcCIG.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKkZuHJeTsfDQ.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN5cYuvNWz4PDWtj.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAjsOkZuHJeTsfDQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN44Y-vNWz4PDWtj.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAksCkZuHJeTsfDQ.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN4kYOvNWz4PDWtj.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAtsGkZuHJeTsfDQ.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/nunito/v12/XRXQ3I6Li01BKofIMN4AYevNWz4PDWtj.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nunito Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9yAv5qWVAgVol-.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4GxZrU1QCU5l-06Y.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8WAf5qWVAgVol-.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G3JoU1QCU5l-06Y.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe0qMImSLYBIv1o4X1M8cfe6Kdpickwp.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe0oMImSLYBIv1o4X1M8cce4I95Ad1wpT5A.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc9iB_5qWVAgVol-.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4GwZuU1QCU5l-06Y.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8GBv5qWVAgVol-.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G2JvU1QCU5l-06Y.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8aBf5qWVAgVol-.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G35sU1QCU5l-06Y.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe03MImSLYBIv1o4X1M8cc8-BP5qWVAgVol-.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/nunitosans/v5/pe01MImSLYBIv1o4X1M8cce4G1ptU1QCU5l-06Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Odibee Sans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/odibeesans/v1/neIPzCSooYAho6WvjeToRYkyepH9qGsf.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Odor Mean Chey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/odormeanchey/v11/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Offside\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/offside/v7/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Old Standard TT\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oldstandardtt/v12/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/oldstandardtt/v12/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oldstandardtt/v12/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oldenburg\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oldenburg/v7/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oleo Script\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oleoscript/v8/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oleoscript/v8/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oleo Script Swash Caps\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oleoscriptswashcaps/v7/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oleoscriptswashcaps/v7/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Open Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v17\",\n \"lastModified\": \"2019-07-23\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8-VeJoCqeDjg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV-hsKKKTjrPW.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-U1UpcaXcl0Aw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUJ0ef8xkA76a.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirk-VeJoCqeDjg.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUehsKKKTjrPW.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rg-VeJoCqeDjg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUOhsKKKTjrPW.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rs-VeJoCqeDjg.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U-hsKKKTjrPW.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Open Sans Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhPuLGRpWRyAs.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/opensanscondensed/v14/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suDMQreU2AsJSg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmPuLGRpWRyAs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oranienbaum\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oranienbaum/v8/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Orbitron\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpmIyXjU1pg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpmIyXjU1pg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpmIyXjU1pg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_CmxpmIyXjU1pg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpmIyXjU1pg.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/orbitron/v14/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpmIyXjU1pg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oregano\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oregano/v7/If2IXTPxciS3H4S2kZffPznO3yM.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/oregano/v7/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Orienta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/orienta/v7/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Original Surfer\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/originalsurfer/v8/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oswald\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v29\",\n \"lastModified\": \"2019-10-22\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oswald/v29/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Over the Rainbow\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/overtherainbow/v10/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Overlock\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/overlock/v9/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Overlock SC\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/overlocksc/v8/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Overpass\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81nGU97gxhcJk1s.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdD35WCmI96Ajtm81Gga7rqwjUMg1siNQ.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81lqcv7K6BsAikI7.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgaxbL4h8ij1I7LLE.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kOcf7K6BsAikI7.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga3LI4h8ij1I7LLE.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/overpass/v4/qFdH35WCmI96Ajtm82GiWdrCwwcJ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdB35WCmI96Ajtm81GgU97gxhcJk1s.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81l6d_7K6BsAikI7.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81GgawbO4h8ij1I7LLE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kedv7K6BsAikI7.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga2LP4h8ij1I7LLE.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kCdf7K6BsAikI7.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga37M4h8ij1I7LLE.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/overpass/v4/qFdA35WCmI96Ajtm81kmdP7K6BsAikI7.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/overpass/v4/qFdC35WCmI96Ajtm81Gga1rN4h8ij1I7LLE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Overpass Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3oSWk_edB3Zf8EQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/overpassmono/v5/_Xmq-H86tzKDdAPa-KPQZ-AC5ii-t_-2G38.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3vCQk_edB3Zf8EQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/overpassmono/v5/_Xm3-H86tzKDdAPa-KPQZ-AC3pSRk_edB3Zf8EQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ovo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ovo/v11/yYLl0h7Wyfzjy4Q5_3WVxA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oxygen\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oxygen Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/oxygenmono/v7/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptmono/v7/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79P0WOxOGMMDQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ptsans/v11/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Sans Caption\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptsanscaption/v12/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ptsanscaption/v12/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Sans Narrow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptsansnarrow/v11/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ptsansnarrow/v11/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptserif/v11/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ptserif/v11/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ptserif/v11/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ptserif/v11/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Serif Caption\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ptserifcaption/v11/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ptserifcaption/v11/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pacifico\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v16\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Padauk\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"myanmar\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/padauk/v6/RrQRboJg-id7OnbBa0_g3LlYbg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/padauk/v6/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Palanquin\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/palanquin/v5/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Palanquin Dark\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/palanquindark/v6/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/palanquindark/v6/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pangolin\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pangolin/v5/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Paprika\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/paprika/v7/8QIJdijZitv49rDfuIgOq7jkAOw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Parisienne\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/parisienne/v7/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Passero One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/passeroone/v11/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Passion One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/passionone/v10/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/passionone/v10/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/passionone/v10/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pathway Gothic One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pathwaygothicone/v8/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Patrick Hand\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/patrickhand/v13/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Patrick Hand SC\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/patrickhandsc/v7/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pattaya\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pattaya/v5/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Patua One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/patuaone/v10/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pavanam\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"tamil\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pavanam/v4/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Paytone One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/paytoneone/v12/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Peddana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/peddana/v7/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Peralta\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/peralta/v7/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Permanent Marker\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/permanentmarker/v9/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Petit Formal Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/petitformalscript/v7/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Petrona\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/petrona/v8/mtG64_NXL7bZo9XXsXVStGsRwCU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Philosopher\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/philosopher/v11/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/philosopher/v11/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/philosopher/v11/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/philosopher/v11/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Piedra\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/piedra/v8/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pinyon Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pinyonscript/v9/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pirata One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pirataone/v8/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Plaster\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/plaster/v11/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Play\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/play/v11/6aez4K2oVqwIjtI8Hp8Tx3A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/play/v11/6ae84K2oVqwItm4TOpc423nTJTM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Playball\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/playball/v9/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Playfair Display\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v18\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFiD-vYSZviVYUb_rj3ij__anPXPTvSgWE_-xU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFkD-vYSZviVYUb_rj3ij__anPXDTnYhUM66xV7PQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9pWkU5xxiJKY.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwe4z5nNKaV_w.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFlD-vYSZviVYUb_rj3ij__anPXBb__pWkU5xxiJKY.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v18/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4e4z5nNKaV_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Playfair Display SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v9/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Podkova\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v15\",\n \"lastModified\": \"2019-10-24\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU4EoporSHH.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU4EoporSHH.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU4EoporSHH.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/podkova/v15/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU4EoporSHH.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poiret One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/poiretone/v8/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poller One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pollerone/v9/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poly\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/poly/v10/MQpb-W6wKNitRLCAq2Lpris.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/poly/v10/MQpV-W6wKNitdLKKr0DsviuGWA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pompiere\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pompiere/v9/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pontano Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pontanosans/v7/qFdD35GdgYR8EzR6oBLDHa3qwjUMg1siNQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poor Story\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/poorstory/v8/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poppins\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-10-15\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Port Lligat Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/portlligatsans/v8/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Port Lligat Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/portlligatslab/v8/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pragati Narrow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pragatinarrow/v5/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/pragatinarrow/v5/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prata\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/prata/v10/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Preahvihear\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/preahvihear/v11/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Press Start 2P\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/pressstart2p/v8/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pridi\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/pridi/v5/2sDQZG5JnZLfkfWao2krbl29.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/pridi/v5/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Princess Sofia\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/princesssofia/v8/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prociono\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/prociono/v9/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prompt\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/prompt/v4/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/prompt/v4/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/prompt/v4/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prosto One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/prostoone/v8/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Proza Libre\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/prozalibre/v4/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Public Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\",\n \"100italic\",\n \"200italic\",\n \"300italic\",\n \"italic\",\n \"500italic\",\n \"600italic\",\n \"700italic\",\n \"800italic\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww0pX189fg.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww0pX189fg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww0pX189fg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww0pX189fg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww0pX189fg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww0pX189fg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww0pX189fg.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww0pX189fg.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQctfVotfj7j.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgActfVotfj7j.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgActfVotfj7j.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgActfVotfj7j.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgActfVotfj7j.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwctfVotfj7j.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwctfVotfj7j.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwctfVotfj7j.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/publicsans/v2/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwctfVotfj7j.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Puritan\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/puritan/v11/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/puritan/v11/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/puritan/v11/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/puritan/v11/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Purple Purse\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/purplepurse/v8/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quando\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quando/v8/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quantico\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quantico/v9/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/quantico/v9/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/quantico/v9/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/quantico/v9/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quattrocento\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quattrocento/v11/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/quattrocento/v11/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quattrocento Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quattrocentosans/v12/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/quattrocentosans/v12/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/quattrocentosans/v12/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/quattrocentosans/v12/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Questrial\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/questrial/v9/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quicksand\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v19\",\n \"lastModified\": \"2019-10-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18G0wx40QDw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18G0wx40QDw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18G0wx40QDw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/quicksand/v19/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18G0wx40QDw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quintessential\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/quintessential/v7/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Qwigley\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/qwigley/v9/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Racing Sans One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/racingsansone/v7/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Radley\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/radley/v14/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/radley/v14/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rajdhani\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rajdhani/v9/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rakkas\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rakkas/v7/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Raleway\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-23\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNwE4ISotrDfGGxA.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptqg8zYS_SKggPNyCgwLoFvL_SWxEMT.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwOIpaqFFAfif3Vo.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwgqBPBdqazVoK4A.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqaqFFAfif3Vo.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw5qNPBdqazVoK4A.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPN-CoCTqluHfE.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCgISotrDfGGxA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwN4raqFFAfif3Vo.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwvqJPBdqazVoK4A.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsaqFFAfif3Vo.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwkqVPBdqazVoK4A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtaqFFAfif3Vo.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qRPBdqazVoK4A.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIouaqFFAfif3Vo.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw6qdPBdqazVoK4A.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwK4vaqFFAfif3Vo.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgwzqZPBdqazVoK4A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Raleway Dots\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ralewaydots/v7/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ramabhadra\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ramabhadra/v9/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ramaraja\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ramaraja/v4/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rambla\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rambla/v7/snfrs0ip98hx6mr0I7IONthkwQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/rambla/v7/snfps0ip98hx6mrEIbgKFN10wYKa.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rambla/v7/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/rambla/v7/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rammetto One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rammettoone/v8/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ranchers\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ranchers/v7/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rancho\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rancho/v10/46kulbzmXjLaqZRlbWXgd0RY1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ranga\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ranga/v5/C8ct4cYisGb28p6CLDwZwmGE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ranga/v5/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rasa\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"gujarati\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdg52sgC7S9XdZN8.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/rasa/v5/xn7vYHIn1mWmTqJelgiQV9w.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdlZ3sgC7S9XdZN8.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdnpwsgC7S9XdZN8.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rasa/v5/xn7gYHIn1mWmdh5xsgC7S9XdZN8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rationale\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rationale/v11/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ravi Prakash\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/raviprakash/v6/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Red Hat Display\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIQ7wUr0m80wwYf0QCXZzYzUoTQ-jSgZYvdCQ.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIS7wUr0m80wwYf0QCXZzYzUoTg-D6kR47NCV5Z.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoToDh2EbaDBAEdAbw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AZQbqrFIkJQb7zU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoToRhuEbaDBAEdAbw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AYYaKrFIkJQb7zU.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIV7wUr0m80wwYf0QCXZzYzUoTofhmEbaDBAEdAbw.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v3/8vIX7wUr0m80wwYf0QCXZzYzUoTg-AYgaqrFIkJQb7zU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Red Hat Text\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQXbohi_ic6B3yVSzGBrMxgb60sE8yZPA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQJbohi_ic6B3yVSzGBrMxQbacoMcmJPECN.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQIbohi_ic6B3yVSzGBrMxYm4QIG-eFNVmULg.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQKbohi_ic6B3yVSzGBrMxQbZ_cGO2BF1yELmgy.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQIbohi_ic6B3yVSzGBrMxY04IIG-eFNVmULg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/redhattext/v2/RrQKbohi_ic6B3yVSzGBrMxQbZ-UHu2BF1yELmgy.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Redressed\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/redressed/v10/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Reem Kufi\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/reemkufi/v7/2sDcZGJLip7W2J7v7wQDb2-4C7wFZQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Reenie Beanie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/reeniebeanie/v10/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Revalia\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/revalia/v7/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rhodium Libre\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rhodiumlibre/v4/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ribeye\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ribeye/v8/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ribeye Marrow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ribeyemarrow/v9/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Righteous\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/righteous/v8/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Risque\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/risque/v7/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v20\",\n \"lastModified\": \"2019-07-24\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v18\",\n \"lastModified\": \"2019-07-23\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCMSbvtdYyQ.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYatlYcyRi4A.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-59WxDCs5cvI.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CAk8YvJEeg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCMSbvtdYyQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/robotocondensed/v18/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYatlYcyRi4A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/robotomono/v7/L0x7DF4xlVMF-BfR8bXMIjAoq3qcW7KCG1w.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xlDF4xlVMF-BfR8bXMIjhOkx6WX5CHC1wnFw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xkDF4xlVMF-BfR8bXMIjDgiVq2db6LAkU-.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xmDF4xlVMF-BfR8bXMIjhOk9a0f7qpB1U-Drg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIghMoX6-XqKC.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0x7DF4xlVMF-BfR8bXMIjhOq3qcW7KCG1w.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xkDF4xlVMF-BfR8bXMIjC4iFq2db6LAkU-.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xmDF4xlVMF-BfR8bXMIjhOk461f7qpB1U-Drg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xkDF4xlVMF-BfR8bXMIjDwjlq2db6LAkU-.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/robotomono/v7/L0xmDF4xlVMF-BfR8bXMIjhOk8azf7qpB1U-Drg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWaG5iddG-1A.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWaG5iddG-1A.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaG5iddG-1A.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaG5iddG-1A.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaG5iddG-1A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaG5iddG-1A.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWaG5iddG-1A.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/robotoslab/v10/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWaG5iddG-1A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rochester\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rochester/v10/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rock Salt\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rocksalt/v10/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rokkitt\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v17\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDLE76HvN6n.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DLE76HvN6n.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DLE76HvN6n.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DLE76HvN6n.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDLE76HvN6n.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDLE76HvN6n.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDLE76HvN6n.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/rokkitt/v17/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDLE76HvN6n.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Romanesco\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/romanesco/v8/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ropa Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ropasans/v9/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ropasans/v9/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rosario\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"300italic\",\n \"italic\",\n \"500italic\",\n \"600italic\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v16\",\n \"lastModified\": \"2019-10-24\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWczd-YnOzUD.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWczd-YnOzUD.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmczd-YnOzUD.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rosario/v16/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmczd-YnOzUD.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfeIFPiUDn08.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfeIFPiUDn08.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfeIFPiUDn08.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3feIFPiUDn08.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/rosario/v16/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3feIFPiUDn08.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rosarivo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rosarivo/v7/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/rosarivo/v7/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rouge Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rougescript/v8/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rozha One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rozhaone/v7/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rubik\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"hebrew\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Fqj1ma-2HW7ZB_.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nEldWY8WX06IB_18o.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV4nGp32S0H3f.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWEBXyIfDnIV7nErXmw1W3f9Ik.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjlma-2HW7ZB_.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElY2Z8WX06IB_18o.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iFma-2HW7ZB_.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElcWf8WX06IB_18o.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7FCilma-2HW7ZB_.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElf2d8WX06IB_18o.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rubik Mono One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rubikmonoone/v8/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruda\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ruda/v11/k3kfo8YQJOpFmn8XadbJM0A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ruda/v11/k3kQo8YQJOpFosM4Td7iL0nAMaM.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/ruda/v11/k3kQo8YQJOpFovs6Td7iL0nAMaM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rufina\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rufina/v7/Yq6V-LyURyLy-aKyoxRktOdClg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/rufina/v7/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruge Boogie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rugeboogie/v10/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruluko\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ruluko/v7/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rum Raisin\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rumraisin/v7/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruslan Display\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ruslandisplay/v10/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Russo One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/russoone/v8/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruthie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ruthie/v10/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rye\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/rye/v7/r05XGLJT86YDFpTsXOqx4w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sacramento\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sacramento/v7/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sahitya\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"devanagari\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sahitya/v4/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sahitya/v4/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sail\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sail/v10/DPEjYwiBxwYJFBTDADYAbvw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Saira\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/saira/v4/mem-Ya2wxmKQyNFETZY_VrUfTck.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHobLYVeLkWVNBt.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGMb7YVeLkWVNBt.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/saira/v4/memwYa2wxmKQyOkgR5IdU6Uf.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHUbrYVeLkWVNBt.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNH4abYVeLkWVNBt.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGcaLYVeLkWVNBt.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGAa7YVeLkWVNBt.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGkarYVeLkWVNBt.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Saira Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sairacondensed/v5/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Saira Extra Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Saira Semi Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sairasemicondensed/v5/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Saira Stencil One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sairastencilone/v1/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Salsa\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/salsa/v9/gNMKW3FiRpKj-imY8ncKEZez.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sanchez\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sanchez/v7/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/sanchez/v7/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sancreek\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sancreek/v10/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sansita\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sansita/v4/QldONTRRphEb_-V7HBm7TXFf3qw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/sansita/v4/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sansita/v4/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/sansita/v4/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/sansita/v4/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/sansita/v4/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sansita/v4/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/sansita/v4/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sarabun\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/sarabun/v7/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sarala\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sarala/v4/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sarala/v4/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sarina\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sarina/v8/-F6wfjF3ITQwasLhLkDUriBQxw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sarpanch\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sarpanch/v5/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sarpanch/v5/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Satisfy\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/satisfy/v10/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sawarabi Gothic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"latin-ext\",\n \"japanese\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sawarabigothic/v8/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sawarabi Mincho\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"japanese\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sawarabimincho/v10/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Scada\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/scada/v8/RLpxK5Pv5qumeWJoxzUobkvv.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/scada/v8/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/scada/v8/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/scada/v8/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Scheherazade\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v17\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/scheherazade/v17/YA9Ur0yF4ETZN60keViq1kQgt5OohvbJ9A.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/scheherazade/v17/YA9Lr0yF4ETZN60keViq1kQYC7yMjt3V_dB0Yw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Schoolbell\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/schoolbell/v10/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Scope One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/scopeone/v6/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Seaweed Script\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/seaweedscript/v7/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Secular One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"hebrew\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/secularone/v4/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sedgwick Ave\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sedgwickave/v5/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sedgwick Ave Display\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sedgwickavedisplay/v5/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sevillana\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sevillana/v8/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Seymour One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shadows Into Light\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shadowsintolight/v9/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shadows Into Light Two\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shadowsintolighttwo/v7/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shanti\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shanti/v11/t5thIREMM4uSDgzgU0ezpKfwzA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Share\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/share/v10/i7dEIFliZjKNF5VNHLq2cV5d.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/share/v10/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/share/v10/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/share/v10/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Share Tech\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sharetech/v9/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Share Tech Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sharetechmono/v9/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shojumaru\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shojumaru/v7/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Short Stack\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shortstack/v9/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shrikhand\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"gujarati\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/shrikhand/v5/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Siemreap\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/siemreap/v12/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sigmar One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sigmarone/v10/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Signika\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/signika/v10/vEFU2_JTCgwQ5ejvE_oEI3BDa0AdytM.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/signika/v10/vEFR2_JTCgwQ5ejvK1YsB3hod0k.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/signika/v10/vEFU2_JTCgwQ5ejvE44CI3BDa0AdytM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/signika/v10/vEFU2_JTCgwQ5ejvE-oDI3BDa0AdytM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Signika Negative\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKal6DipHD6z_iXAs.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/signikanegative/v10/E218_cfngu7HiRpPX3ZpNE4kY5zKUvKrrpno9zY.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKaiqFipHD6z_iXAs.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/signikanegative/v10/E217_cfngu7HiRpPX3ZpNE4kY5zKak6EipHD6z_iXAs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Simonetta\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/simonetta/v10/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/simonetta/v10/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/simonetta/v10/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/simonetta/v10/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Single Day\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"korean\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/singleday/v1/LYjHdGDjlEgoAcF95EI5jVoFUNfeQJU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sintony\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sintony/v7/XoHm2YDqR7-98cVUITQnu98ojjs.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sintony/v7/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sirin Stencil\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sirinstencil/v8/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Six Caps\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sixcaps/v10/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Skranji\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/skranji/v7/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/skranji/v7/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Slabo 13px\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/slabo13px/v7/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Slabo 27px\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/slabo27px/v6/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Slackey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/slackey/v10/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Smokum\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/smokum/v10/TK3iWkUbAhopmrdGHjUHte5fKg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Smythe\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/smythe/v10/MwQ3bhT01--coT1BOLh_uGInjA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sniglet\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sniglet/v11/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/sniglet/v11/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Snippet\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/snippet/v9/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Snowburst One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/snowburstone/v7/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sofadi One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sofadione/v8/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sofia\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sofia/v8/8QIHdirahM3j_vu-sowsrqjk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Solway\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-21\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/solway/v1/AMOTz46Cs2uTAOCuLlgZms0QW3mqyg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/solway/v1/AMOQz46Cs2uTAOCWgnA9kuYMUg.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/solway/v1/AMOTz46Cs2uTAOCudlkZms0QW3mqyg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/solway/v1/AMOTz46Cs2uTAOCuPl8Zms0QW3mqyg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/solway/v1/AMOTz46Cs2uTAOCuIlwZms0QW3mqyg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Song Myung\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/songmyung/v8/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sonsie One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sonsieone/v8/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sorts Mill Goudy\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sortsmillgoudy/v9/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/sortsmillgoudy/v9/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Source Code Pro\",\n \"category\": \"monospace\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-08-22\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt8srztO0rzmmkDQ.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMbtecv7Gy0DRzS.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtlsnztO0rzmmkDQ.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONN_tucv7Gy0DRzS.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_SiYsKILxRpg3hIP6sJ7fM7PqVOuHXvMY3xw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_QiYsKILxRpg3hIP6sJ7fM7PqlOOvTnsMnx3C9.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtzsjztO0rzmmkDQ.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMnt-cv7Gy0DRzS.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqt4s_ztO0rzmmkDQ.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONMLsOcv7Gy0DRzS.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7Pqths7ztO0rzmmkDQ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONNvsecv7Gy0DRzS.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_XiYsKILxRpg3hIP6sJ7fM7PqtvszztO0rzmmkDQ.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v11/HI_ViYsKILxRpg3hIP6sJ7fM7PqlONNXs-cv7Gy0DRzS.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Source Sans Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-23\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkB1v_8CGxg.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr3cWWxg40.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkB1v_8CGxg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr3cWWxg40.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3aP6TkmDZz9g.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7gujNj9tmf.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkB1v_8CGxg.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr3cWWxg40.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkB1v_8CGxg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr3cWWxg40.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkB1v_8CGxg.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v13/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr3cWWxg40.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Source Serif Pro\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sourceserifpro/v7/neIQzD-0qpwxpaWvjeD0X88SAOeaiXM0oSOL2Yw.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/sourceserifpro/v7/neIXzD-0qpwxpaWvjeD0X88SAOeasasahSugxYUvZrI.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sourceserifpro/v7/neIXzD-0qpwxpaWvjeD0X88SAOeasc8bhSugxYUvZrI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Space Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/spacemono/v5/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/spacemono/v5/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/spacemono/v5/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Special Elite\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/specialelite/v10/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spectral\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/spectral/v6/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/spectral/v6/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/spectral/v6/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spectral SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/spectralsc/v5/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/spectralsc/v5/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spicy Rice\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/spicyrice/v8/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spinnaker\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/spinnaker/v11/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spirax\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/spirax/v8/buE3poKgYNLy0F3cXktt-Csn-Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Squada One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/squadaone/v8/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sree Krushnadevaraya\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sreekrushnadevaraya/v7/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sriracha\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sriracha/v4/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Srisakdi\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/srisakdi/v3/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/srisakdi/v3/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Staatliches\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/staatliches/v3/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stalemate\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stalemate/v7/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stalinist One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v25\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stalinistone/v25/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stardos Stencil\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-26\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stardosstencil/v10/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/stardosstencil/v10/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stint Ultra Condensed\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stintultracondensed/v8/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stint Ultra Expanded\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stintultraexpanded/v7/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stoke\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/stoke/v9/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/stoke/v9/z7NadRb7aTMfKONpfihK1YTV.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Strait\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/strait/v7/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stylish\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/stylish/v8/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sue Ellen Francisco\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sueellenfrancisco/v10/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Suez One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"hebrew\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/suezone/v4/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sulphur Point\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/sulphurpoint/v1/RLpkK5vv8KaycDcazWFPBj2afVU6n6kFUHPIFaU.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/sulphurpoint/v1/RLp5K5vv8KaycDcazWFPBj2aRfkSu6EuTHo.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sulphurpoint/v1/RLpkK5vv8KaycDcazWFPBj2afUU9n6kFUHPIFaU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sumana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sumana/v4/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sumana/v4/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sunflower\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"500\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sunflower/v9/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sunshiney\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sunshiney/v10/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Supermercado One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/supermercadoone/v9/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sura\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/sura/v4/SZc23FL5PbyzFf5UWzXtjUM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/sura/v4/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Suranna\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/suranna/v7/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Suravaram\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/suravaram/v6/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Suwannaphum\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/suwannaphum/v13/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Swanky and Moo Moo\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/swankyandmoomoo/v9/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Syncopate\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/syncopate/v11/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/syncopate/v11/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tajawal\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/tajawal/v3/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/tajawal/v3/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tangerine\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tangerine/v11/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tangerine/v11/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Taprom\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/taprom/v11/UcCn3F82JHycULbFQyk3-0kvHg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tauri\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tauri/v8/TwMA-IISS0AM3IpVWHU_TBqO.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Taviraj\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/taviraj/v5/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/taviraj/v5/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Teko\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdQhfgCNqqVIuTN4.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/teko/v9/LYjNdG7kmE0gTaR3pCtBtVs.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdVBegCNqqVIuTN4.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdXxZgCNqqVIuTN4.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdRhYgCNqqVIuTN4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Telex\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/telex/v8/ieVw2Y1fKWmIO9fTB1piKFIf.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tenali Ramakrishna\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tenaliramakrishna/v6/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tenor Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tenorsans/v11/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Text Me One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/textmeone/v7/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Thasadith\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/thasadith/v3/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/thasadith/v3/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/thasadith/v3/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/thasadith/v3/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"The Girl Next Door\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/thegirlnextdoor/v10/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tienne\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tienne/v12/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tienne/v12/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/tienne/v12/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tillana\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tillana/v5/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/tillana/v5/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Timmana\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"telugu\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/timmana/v4/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tinos\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"hebrew\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tinos/v13/buE4poGnedXvwgX8dGVh8TI-.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/tinos/v13/buE2poGnedXvwjX-fmFD9CI-4NU.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tinos/v13/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/tinos/v13/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Titan One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/titanone/v7/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Titillium Web\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tomorrow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2019-11-14\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLgrETNbFtZCeGqgR2xe2XiKMiokE4.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLirETNbFtZCeGqgRXXQwHoLOqtgE5h0A.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR0dWkXIBsShiVd4.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ63JDMCDjEd4yVY.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR15WUXIBsShiVd4.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ8nKDMCDjEd4yVY.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLmrETNbFtZCeGqgSXVcWHALdio.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLgrETNbFtZCeGqgRXXe2XiKMiokE4.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR0hWEXIBsShiVd4.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ5HLDMCDjEd4yVY.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR0NX0XIBsShiVd4.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ73MDMCDjEd4yVY.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR1pXkXIBsShiVd4.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ9nNDMCDjEd4yVY.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR11XUXIBsShiVd4.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ8XODMCDjEd4yVY.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLhrETNbFtZCeGqgR1RXEXIBsShiVd4.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/tomorrow/v2/WBLjrETNbFtZCeGqgRXXQ-HPDMCDjEd4yVY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trade Winds\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tradewinds/v8/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trirong\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"thai\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/trirong/v5/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf\",\n \"100italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf\",\n \"200italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/trirong/v5/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf\",\n \"800italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/trirong/v5/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/trirong/v5/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trocchi\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/trocchi/v8/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trochut\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/trochut/v7/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/trochut/v7/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/trochut/v7/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trykker\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/trykker/v8/KtktALyWZJXudUPzhNnoOd2j22U.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tulpen One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/tulpenone/v9/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Turret Road\",\n \"category\": \"display\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-09-17\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0ONEdeLYk1Mq3ap.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0PpEteLYk1Mq3ap.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/turretroad/v1/pxiAypMgpcBFjE84Zv-fE3tFOvODSVFF.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0OxE9eLYk1Mq3ap.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0P5FdeLYk1Mq3ap.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/turretroad/v1/pxidypMgpcBFjE84Zv-fE0PlFteLYk1Mq3ap.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ubuntu\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ubuntu/v14/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ubuntu Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ubuntucondensed/v10/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ubuntu Mono\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ubuntumono/v9/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/ubuntumono/v9/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/ubuntumono/v9/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/ubuntumono/v9/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ultra\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/ultra/v12/zOLy4prXmrtY-tT6yLOD6NxF.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Uncial Antiqua\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/uncialantiqua/v7/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Underdog\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/underdog/v8/CHygV-jCElj7diMroVSiU14GN2Il.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unica One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unicaone/v7/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"UnifrakturCook\",\n \"category\": \"display\",\n \"variants\": [\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"700\": \"http://fonts.gstatic.com/s/unifrakturcook/v11/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"UnifrakturMaguntia\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unifrakturmaguntia/v10/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unkempt\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unkempt/v11/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/unkempt/v11/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unlock\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unlock/v9/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unna\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/unna/v13/AYCEpXzofN0NCpgBlGHCWFM.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/unna/v13/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/unna/v13/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/unna/v13/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"VT323\",\n \"category\": \"monospace\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vt323/v11/pxiKyp0ihIEF2hsYHpT2dkNE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vampiro One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vampiroone/v10/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Varela\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/varela/v10/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Varela Round\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"latin-ext\",\n \"hebrew\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vast Shadow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vastshadow/v9/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vesper Libre\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vesperlibre/v11/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/vesperlibre/v11/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/vesperlibre/v11/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/vesperlibre/v11/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vibes\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"arabic\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vibes/v1/QdVYSTsmIB6tmbd3HpbsuBlh.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vibur\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vibur/v10/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vidaloka\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v12\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vidaloka/v12/7cHrv4c3ipenMKlEass8yn4hnCci.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Viga\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/viga/v8/xMQbuFFdSaiX_QIjD4e2OX8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Voces\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/voces/v9/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Volkhov\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/volkhov/v11/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/volkhov/v11/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/volkhov/v11/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/volkhov/v11/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vollkorn\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb9GDoxxrvAnPhYGykuYkw2rQg1.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb7GDoxxrvAnPhYGxksaEgUqBg15TY.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb6GDoxxrvAnPhYGxH2TGg-hhQ8_C_3.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb4GDoxxrvAnPhYGxksUJA6jBAe-T_34DM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb6GDoxxrvAnPhYGxGSTWg-hhQ8_C_3.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb4GDoxxrvAnPhYGxksUPQ7jBAe-T_34DM.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb6GDoxxrvAnPhYGxGqT2g-hhQ8_C_3.ttf\",\n \"900italic\": \"http://fonts.gstatic.com/s/vollkorn/v10/0yb4GDoxxrvAnPhYGxksUMw5jBAe-T_34DM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vollkorn SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"600\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/vollkornsc/v3/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/vollkornsc/v3/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/vollkornsc/v3/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/vollkornsc/v3/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Voltaire\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/voltaire/v9/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Waiting for the Sunrise\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/waitingforthesunrise/v10/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wallpoet\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v11\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/wallpoet/v11/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Walter Turncoat\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/walterturncoat/v10/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Warnes\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/warnes/v9/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wellfleet\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/wellfleet/v7/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wendy One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/wendyone/v8/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wire One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/wireone/v10/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Work Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-22\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/worksans/v5/QGYqz_wNahGAdqQ43Rh3H6DstfxA4OD3.ttf\",\n \"200\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3s4HMn9JM6fnuKg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh314LMn9JM6fnuKg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/worksans/v5/QGYsz_wNahGAdqQ43RhPe6rol_lQ4A.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3j4PMn9JM6fnuKg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3o4TMn9JM6fnuKg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3x4XMn9JM6fnuKg.ttf\",\n \"800\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh324bMn9JM6fnuKg.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3_4fMn9JM6fnuKg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yanone Kaffeesatz\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v13\",\n \"lastModified\": \"2019-12-05\",\n \"files\": {\n \"200\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpcGuLCnXkVA.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpcGuLCnXkVA.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpcGuLCnXkVA.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpcGuLCnXkVA.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v13/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpcGuLCnXkVA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yantramanav\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"100\": \"http://fonts.gstatic.com/s/yantramanav/v5/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf\",\n \"300\": \"http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/yantramanav/v5/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf\",\n \"900\": \"http://fonts.gstatic.com/s/yantramanav/v5/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yatra One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"devanagari\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/yatraone/v6/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yellowtail\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/yellowtail/v10/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yeon Sung\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"korean\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/yeonsung/v8/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yeseva One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"vietnamese\",\n \"cyrillic-ext\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v14\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/yesevaone/v14/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yesteryear\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/yesteryear/v8/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yrsa\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3af93IQ73W5OcCk.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/yrsa/v5/wlp-gwnQFlxs5QvV-IwQwWc.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3f_83IQ73W5OcCk.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3dP73IQ73W5OcCk.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/yrsa/v5/wlpxgwnQFlxs3bf63IQ73W5OcCk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"ZCOOL KuaiLe\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"chinese-simplified\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/zcoolkuaile/v5/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"ZCOOL QingKe HuangYou\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"chinese-simplified\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/zcoolqingkehuangyou/v5/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"ZCOOL XiaoWei\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"chinese-simplified\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/zcoolxiaowei/v5/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Zeyada\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/zeyada/v9/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Zhi Mang Xing\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"chinese-simplified\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-11-05\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/zhimangxing/v5/f0Xw0ey79sErYFtWQ9a2rq-g0actfektIJ0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Zilla Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2019-07-17\",\n \"files\": {\n \"300\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf\",\n \"300italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf\",\n \"regular\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf\",\n \"italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf\",\n \"500\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf\",\n \"500italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf\",\n \"600\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf\",\n \"600italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf\",\n \"700italic\": \"http://fonts.gstatic.com/s/zillaslab/v5/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Zilla Slab Highlight\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2019-07-16\",\n \"files\": {\n \"regular\": \"http://fonts.gstatic.com/s/zillaslabhighlight/v7/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf\",\n \"700\": \"http://fonts.gstatic.com/s/zillaslabhighlight/v7/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf\"\n }\n }\n ]\n}\n\";}','no'),(185,'envato_market_version','1.0.0-RC2','yes'),(186,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(187,'widget_null-instagram-feed','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(188,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(189,'vc_version','6.0.5','yes'),(192,'woocommerce_store_address','111 Oaklands Road','yes'),(193,'woocommerce_store_address_2','','yes'),(194,'woocommerce_store_city','London','yes'),(195,'woocommerce_default_country','GB','yes'),(196,'woocommerce_store_postcode','W7 2DT','yes'),(197,'woocommerce_allowed_countries','all','yes'),(198,'woocommerce_all_except_countries','a:0:{}','yes'),(199,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(200,'woocommerce_ship_to_countries','','yes'),(201,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(202,'woocommerce_default_customer_address','geolocation','yes'),(203,'woocommerce_calc_taxes','no','yes'),(204,'woocommerce_enable_coupons','yes','yes'),(205,'woocommerce_calc_discounts_sequentially','no','no'),(206,'woocommerce_currency','GBP','yes'),(207,'woocommerce_currency_pos','left','yes'),(208,'woocommerce_price_thousand_sep',',','yes'),(209,'woocommerce_price_decimal_sep','.','yes'),(210,'woocommerce_price_num_decimals','2','yes'),(211,'woocommerce_shop_page_id','143','yes'),(212,'woocommerce_cart_redirect_after_add','no','yes'),(213,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(214,'woocommerce_weight_unit','kg','yes'),(215,'woocommerce_dimension_unit','cm','yes'),(216,'woocommerce_enable_reviews','yes','yes'),(217,'woocommerce_review_rating_verification_label','yes','no'),(218,'woocommerce_review_rating_verification_required','no','no'),(219,'woocommerce_enable_review_rating','yes','yes'),(220,'woocommerce_review_rating_required','yes','no'),(221,'woocommerce_manage_stock','yes','yes'),(222,'woocommerce_hold_stock_minutes','60','no'),(223,'woocommerce_notify_low_stock','yes','no'),(224,'woocommerce_notify_no_stock','yes','no'),(225,'woocommerce_stock_email_recipient','nic@featurestorynews.com','no'),(226,'woocommerce_notify_low_stock_amount','2','no'),(227,'woocommerce_notify_no_stock_amount','0','yes'),(228,'woocommerce_hide_out_of_stock_items','no','yes'),(229,'woocommerce_stock_format','','yes'),(230,'woocommerce_file_download_method','force','no'),(231,'woocommerce_downloads_require_login','no','no'),(232,'woocommerce_downloads_grant_access_after_payment','yes','no'),(233,'woocommerce_prices_include_tax','no','yes'),(234,'woocommerce_tax_based_on','shipping','yes'),(235,'woocommerce_shipping_tax_class','inherit','yes'),(236,'woocommerce_tax_round_at_subtotal','no','yes'),(238,'woocommerce_tax_display_shop','excl','yes'),(239,'woocommerce_tax_display_cart','excl','yes'),(240,'woocommerce_price_display_suffix','','yes'),(241,'woocommerce_tax_total_display','itemized','no'),(242,'woocommerce_enable_shipping_calc','yes','no'),(243,'woocommerce_shipping_cost_requires_address','no','yes'),(244,'woocommerce_ship_to_destination','billing','no'),(245,'woocommerce_shipping_debug_mode','no','yes'),(246,'woocommerce_enable_guest_checkout','yes','no'),(247,'woocommerce_enable_checkout_login_reminder','no','no'),(248,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(249,'woocommerce_enable_myaccount_registration','no','no'),(250,'woocommerce_registration_generate_username','yes','no'),(251,'woocommerce_registration_generate_password','yes','no'),(252,'woocommerce_erasure_request_removes_order_data','no','no'),(253,'woocommerce_erasure_request_removes_download_data','no','no'),(254,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(255,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(256,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(257,'woocommerce_trash_pending_orders','','no'),(258,'woocommerce_trash_failed_orders','','no'),(259,'woocommerce_trash_cancelled_orders','','no'),(260,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(261,'woocommerce_email_from_name','labeleight','no'),(262,'woocommerce_email_from_address','nic@featurestorynews.com','no'),(263,'woocommerce_email_header_image','','no'),(264,'woocommerce_email_footer_text','{site_title}','no'),(265,'woocommerce_email_base_color','#96588a','no'),(266,'woocommerce_email_background_color','#f7f7f7','no'),(267,'woocommerce_email_body_background_color','#ffffff','no'),(268,'woocommerce_email_text_color','#3c3c3c','no'),(269,'woocommerce_cart_page_id','','yes'),(270,'woocommerce_checkout_page_id','','yes'),(271,'woocommerce_myaccount_page_id','','yes'),(272,'woocommerce_terms_page_id','','no'),(273,'woocommerce_force_ssl_checkout','no','yes'),(274,'woocommerce_unforce_ssl_checkout','no','yes'),(275,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(276,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(277,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(278,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(279,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(280,'woocommerce_myaccount_orders_endpoint','orders','yes'),(281,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(282,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(283,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(284,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(285,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(286,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(287,'woocommerce_logout_endpoint','customer-logout','yes'),(288,'woocommerce_api_enabled','no','yes'),(289,'woocommerce_single_image_width','600','yes'),(290,'woocommerce_thumbnail_image_width','300','yes'),(291,'woocommerce_checkout_highlight_required_fields','yes','yes'),(292,'woocommerce_demo_store','no','no'),(293,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(294,'current_theme_supports_woocommerce','yes','yes'),(295,'woocommerce_queue_flush_rewrite_rules','no','yes'),(298,'default_product_cat','15','yes'),(306,'woocommerce_admin_notices','a:0:{}','yes'),(307,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(308,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(309,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(310,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(311,'widget_woocommerce_price_filter','a:3:{i:1;a:1:{s:5:\"title\";s:15:\"Filter by price\";}i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(312,'widget_woocommerce_product_categories','a:2:{i:1;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(313,'widget_woocommerce_product_search','a:3:{i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(314,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(315,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(316,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(317,'widget_woocommerce_top_rated_products','a:3:{i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";i:5;}i:3;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(318,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(319,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(323,'envato_market_state','activated','yes'),(331,'yp_update_status','false','yes'),(332,'yp_last_check_version','725','yes'),(333,'yp_available_version','726','yes'),(334,'yp_checked_data','1575970429','yes'),(335,'woocommerce_meta_box_errors','a:0:{}','yes'),(350,'mc4wp_version','4.5.5','yes'),(352,'wpb_js_composer_license_activation_notified','yes','yes'),(361,'mc4wp_flash_messages','a:0:{}','no'),(364,'_transient_product_query-transient-version','1574811117','yes'),(368,'fw_theme_settings_options:jevelin','a:242:{s:18:\"global_page_layout\";s:7:\"default\";s:11:\"page_layout\";a:2:{s:11:\"page_layout\";s:4:\"full\";s:5:\"boxed\";a:3:{s:12:\"border_style\";s:6:\"shadow\";s:16:\"background_color\";s:7:\"#fafafa\";s:16:\"background_image\";s:0:\"\";}}s:13:\"white_borders\";b:0;s:27:\"white_borders_only_on_pages\";b:0;s:7:\"favicon\";s:0:\"\";s:17:\"responsive_layout\";b:1;s:16:\"smooth-scrooling\";b:0;s:11:\"back_to_top\";s:1:\"3\";s:19:\"back_to_top_rounded\";b:1;s:11:\"rtl_support\";b:0;s:13:\"crispy_images\";b:0;s:13:\"page_comments\";b:1;s:19:\"page_comments_depth\";s:1:\"5\";s:9:\"one_pager\";b:1;s:7:\"api_key\";s:39:\"AIzaSyBLTdkcCqXZJk0iyWr6nVRnOBtvDVGFSHg\";s:20:\"theme_options_stored\";s:4:\"file\";s:23:\"styling_body_background\";s:7:\"#ffffff\";s:12:\"styling_body\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"18\";s:11:\"line-height\";s:1:\"0\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#8d8d8d\";}s:19:\"google_fonts_subset\";a:1:{s:5:\"latin\";b:1;}s:17:\"google_fonts_mini\";b:1;s:18:\"title_styling_body\";s:0:\"\";s:12:\"accent_color\";s:7:\"#5cc9e6\";s:18:\"accent_hover_color\";s:7:\"#ed5929\";s:10:\"link_color\";s:7:\"#5cc9e6\";s:16:\"link_hover_color\";s:7:\"#ed5929\";s:22:\"title_styling_headings\";s:0:\"\";s:16:\"styling_headings\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:9:\"latin-ext\";s:9:\"variation\";s:3:\"700\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";b:0;s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";s:7:\"#3f3f3f\";}s:10:\"styling_h1\";d:30;s:10:\"styling_h2\";d:24;s:10:\"styling_h3\";d:21;s:10:\"styling_h4\";d:18;s:10:\"styling_h5\";d:16;s:10:\"styling_h6\";d:14;s:20:\"title_styling_header\";s:0:\"\";s:23:\"header_background_color\";s:4:\"#fff\";s:23:\"header_background_image\";s:0:\"\";s:17:\"header_text_color\";s:7:\"#8d8d8d\";s:19:\"header_border_color\";s:19:\"rgba(255,255,255,0)\";s:27:\"header_top_background_color\";s:7:\"#5cc9e6\";s:16:\"header_top_color\";s:4:\"#fff\";s:17:\"title_styling_nav\";s:0:\"\";s:15:\"header_nav_font\";s:4:\"body\";s:15:\"header_nav_size\";s:4:\"14px\";s:16:\"header_nav_color\";s:16:\"rgba(61,61,61,1)\";s:22:\"header_nav_hover_color\";s:19:\"rgba(61,61,61,0.80)\";s:23:\"header_nav_active_color\";s:7:\"#5cc9e6\";s:34:\"header_nav_active_background_color\";s:0:\"\";s:18:\"title_styling_menu\";s:0:\"\";s:21:\"menu_background_color\";s:7:\"#232323\";s:16:\"menu_title_color\";s:0:\"\";s:15:\"menu_link_color\";s:7:\"#aaaaaa\";s:21:\"menu_link_hover_color\";s:7:\"#ffffff\";s:22:\"menu_link_border_color\";s:7:\"#303030\";s:23:\"menu_active_background1\";s:0:\"\";s:23:\"menu_active_background2\";s:0:\"\";s:21:\"title_styling_content\";s:0:\"\";s:14:\"content_border\";s:7:\"#e5e5e5\";s:25:\"content_button_background\";s:7:\"#f2f2f2\";s:31:\"content_button_background_hover\";s:7:\"#e5e5e5\";s:25:\"content_button_text_color\";s:7:\"#9a9a9a\";s:30:\"content_input_background_color\";s:7:\"#ffffff\";s:26:\"content_input_border_color\";s:7:\"#e3e3e3\";s:24:\"content_input_text_color\";s:7:\"#8d8d8d\";s:31:\"content_search_background_color\";s:7:\"#f0f0f0\";s:25:\"content_search_text_color\";s:7:\"#505050\";s:21:\"title_styling_sidebar\";s:0:\"\";s:16:\"sidebar_headings\";a:10:{s:11:\"google_font\";b:0;s:6:\"subset\";b:0;s:9:\"variation\";b:0;s:6:\"family\";b:0;s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";s:7:\"#505050\";}s:20:\"sidebar_border_color\";s:7:\"#e3e3e3\";s:20:\"title_footer_styling\";s:0:\"\";s:23:\"footer_background_color\";s:7:\"#2a3338\";s:23:\"footer_background_image\";s:0:\"\";s:15:\"footer_headings\";a:10:{s:11:\"google_font\";b:0;s:6:\"subset\";b:0;s:9:\"variation\";b:0;s:6:\"family\";b:0;s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"20\";s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";s:7:\"#ffffff\";}s:17:\"footer_text_color\";s:7:\"#e3e3e3\";s:17:\"footer_link_color\";s:7:\"#ffffff\";s:18:\"footer_hover_color\";s:7:\"#5cc9e6\";s:17:\"footer_icon_color\";s:7:\"#f7f7f7\";s:19:\"footer_border_color\";s:22:\"rgba(255,255,255,0.10)\";s:23:\"title_copyright_styling\";s:0:\"\";s:26:\"copyright_background_color\";s:7:\"#20272b\";s:20:\"copyright_text_color\";s:7:\"#ffffff\";s:20:\"copyright_link_color\";s:7:\"#ffffff\";s:21:\"copyright_hover_color\";s:7:\"#c0e3eb\";s:22:\"copyright_border_color\";s:22:\"rgba(255,255,255,0.15)\";s:26:\"additional_styling_popover\";s:0:\"\";s:10:\"popover_wc\";s:2:\"on\";s:13:\"popover_color\";s:0:\"\";s:12:\"popover_font\";s:11:\"additional1\";s:18:\"additional_styling\";s:0:\"\";s:16:\"additional_font1\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"100\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";b:0;s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";b:0;}s:16:\"additional_font2\";a:10:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"100\";s:6:\"family\";s:7:\"Raleway\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";b:0;s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";b:0;}s:13:\"header_layout\";s:1:\"1\";s:26:\"title_header_logo_settings\";s:0:\"\";s:4:\"logo\";a:2:{s:13:\"attachment_id\";s:4:\"6071\";s:3:\"url\";s:63:\"//www.featurestorynews.com/wp-content/uploads/2018/03/image.png\";}s:10:\"logo_light\";s:0:\"\";s:11:\"logo_sticky\";s:0:\"\";s:17:\"header_logo_sizes\";a:2:{s:17:\"header_logo_sizes\";s:6:\"manual\";s:6:\"manual\";a:3:{s:15:\"standard_height\";d:60;s:13:\"sticky_height\";d:60;s:17:\"responsive_height\";d:40;}}s:11:\"logo_status\";b:1;s:10:\"logo_title\";a:2:{s:10:\"logo_title\";s:3:\"off\";s:2:\"on\";a:2:{s:16:\"logo_title_value\";s:0:\"\";s:9:\"logo_both\";s:3:\"off\";}}s:21:\"title_header_settings\";s:0:\"\";s:17:\"header_mega_style\";s:6:\"style1\";s:30:\"ipad_landscape_full_navigation\";b:0;s:12:\"header_width\";s:4:\"full\";s:13:\"header_sticky\";b:1;s:20:\"header_mobile_sticky\";b:0;s:15:\"header_elements\";a:2:{s:6:\"social\";b:1;s:13:\"social_mobile\";b:1;}s:19:\"header_search_style\";s:6:\"style1\";s:16:\"header_uppercase\";b:1;s:12:\"header_icons\";s:5:\"large\";s:21:\"header_search_results\";s:5:\"posts\";s:16:\"header_menu_icon\";s:9:\"hamburger\";s:26:\"title_header_lang_settings\";s:0:\"\";s:11:\"header_lang\";s:3:\"off\";s:12:\"title_topbar\";s:0:\"\";s:13:\"topbar_status\";b:0;s:13:\"contact_phone\";s:0:\"\";s:13:\"contact_email\";s:0:\"\";s:16:\"contact_location\";s:0:\"\";s:17:\"contact_workhours\";s:0:\"\";s:23:\"title_header_animations\";s:0:\"\";s:31:\"header_animation_dropdown_delay\";d:1;s:31:\"header_animation_dropdown_speed\";d:0.29999999999999999;s:25:\"header_animation_dropdown\";s:12:\"easeOutQuint\";s:13:\"header_title1\";s:0:\"\";s:21:\"header_mobile_spacing\";s:7:\"compact\";s:15:\"footer_template\";s:7:\"default\";s:21:\"footer_settings_title\";s:0:\"\";s:14:\"footer_widgets\";s:2:\"on\";s:12:\"footer_width\";s:7:\"default\";s:14:\"footer_columns\";s:1:\"4\";s:15:\"footer_parallax\";s:3:\"off\";s:15:\"copyright_title\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:15:\"copyright_style\";a:3:{s:5:\"style\";s:6:\"style2\";s:6:\"style1\";a:1:{s:6:\"social\";b:1;}s:6:\"style3\";a:1:{s:6:\"social\";b:1;}}s:17:\"copyright_padding\";s:0:\"\";s:14:\"copyright_logo\";s:0:\"\";s:14:\"copyright_text\";s:0:\"\";s:26:\"copyright_text_multi_lines\";s:3:\"off\";s:21:\"copyright_deveveloper\";b:0;s:25:\"copyright_deveveloper_all\";b:0;s:8:\"titlebar\";s:3:\"off\";s:15:\"titlebar_layout\";s:4:\"side\";s:15:\"titlebar_height\";s:6:\"medium\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:3:\"off\";s:25:\"titlebar-background-color\";s:7:\"#fbfbfb\";s:20:\"titlebar-title-color\";s:0:\"\";s:26:\"titlebar-breadcrumbs-color\";s:0:\"\";s:21:\"titlebar-headings-seo\";s:2:\"h2\";s:19:\"titlebar-home-title\";s:4:\"Home\";s:19:\"titlebar-post-title\";s:9:\"Blog Post\";s:24:\"titlebar-portfolio-title\";s:9:\"Portfolio\";s:25:\"titlebar-blog-woocommerce\";s:4:\"Shop\";s:18:\"titlebar-404-title\";s:23:\"Page could not be found\";s:15:\"titlebar_title1\";s:0:\"\";s:23:\"titlebar_mobile_spacing\";s:7:\"compact\";s:21:\"titlebar_mobile_title\";s:2:\"on\";s:13:\"social_newtab\";b:1;s:14:\"social_twitter\";s:32:\"https://twitter.com/featurestory\";s:15:\"social_facebook\";s:41:\"https://www.facebook.com/featurestorynews\";s:17:\"social_googleplus\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:13:\"social_flickr\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:15:\"social_linkedIn\";s:0:\"\";s:12:\"social_skype\";s:0:\"\";s:14:\"social_spotify\";s:0:\"\";s:17:\"social_soundcloud\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:16:\"social_wordpress\";s:0:\"\";s:13:\"social_custom\";a:0:{}s:10:\"blog_style\";s:6:\"style2\";s:10:\"pagination\";s:2:\"on\";s:10:\"blog-items\";d:12;s:17:\"blog_round_images\";s:3:\"off\";s:10:\"post_title\";s:0:\"\";s:11:\"post_layout\";s:13:\"sidebar-right\";s:12:\"post_overlay\";s:6:\"style1\";s:13:\"post_elements\";a:5:{s:4:\"date\";b:1;s:5:\"share\";b:1;s:9:\"prev_next\";b:1;s:9:\"athor_box\";b:1;s:8:\"comments\";b:1;}s:18:\"post_related_posts\";s:2:\"on\";s:25:\"post_main_image_lightbiox\";s:2:\"on\";s:9:\"post_desc\";d:45;s:19:\"portfolio_main_page\";s:0:\"\";s:24:\"portfolio_archive_title2\";s:0:\"\";s:28:\"portfolio_single_page_layout\";s:7:\"default\";s:17:\"portfolio_related\";b:1;s:18:\"portfolio_comments\";b:0;s:15:\"portfolio_share\";b:1;s:22:\"portfolio_single_image\";s:5:\"large\";s:26:\"portfolio_gallery_autoplay\";s:3:\"off\";s:23:\"portfolio_archive_title\";s:0:\"\";s:24:\"portfolio_archive_layout\";s:7:\"default\";s:25:\"portfolio_archive_columns\";s:1:\"3\";s:26:\"portfolio_archive_per_page\";s:2:\"12\";s:25:\"portfolio_gallery_columns\";s:8:\"columns3\";s:24:\"portfolio_gallery_slider\";s:3:\"off\";s:17:\"portfolio_padding\";s:0:\"\";s:19:\"lightbox_transition\";s:7:\"elastic\";s:16:\"lightbox_opacity\";d:88;s:25:\"lightbox_window_max_width\";s:0:\"\";s:26:\"lightbox_window_max_height\";s:0:\"\";s:20:\"lightbox_window_size\";s:2:\"80\";s:19:\"carousel_dots_style\";s:6:\"style1\";s:21:\"carousel_dots_spacing\";s:3:\"5px\";s:24:\"carousel_dots_top_margin\";s:3:\"0px\";s:18:\"carousel_dots_size\";s:8:\"standard\";s:30:\"carousel_dots_background_color\";s:0:\"\";s:26:\"carousel_dots_border_color\";s:0:\"\";s:37:\"carousel_dots_active_background_color\";s:0:\"\";s:33:\"carousel_dots_active_border_color\";s:0:\"\";s:7:\"wc_sort\";b:1;s:11:\"wc_lightbox\";s:7:\"jevelin\";s:8:\"wc_style\";s:6:\"style1\";s:10:\"wc_columns\";s:1:\"4\";s:9:\"wc_layout\";s:12:\"sidebar-left\";s:16:\"wc_layout_single\";s:7:\"default\";s:8:\"wc_items\";d:12;s:31:\"wc_items_additional_information\";s:3:\"cat\";s:10:\"wc_related\";b:1;s:18:\"wc_quantity_button\";s:2:\"on\";s:9:\"wc_banner\";s:0:\"\";s:12:\"lazy_loading\";s:7:\"enabled\";s:11:\"page_loader\";s:3:\"off\";s:17:\"page_loader_style\";s:12:\"cube-folding\";s:24:\"page_loader_accent_color\";s:0:\"\";s:28:\"page_loader_background_color\";s:7:\"#ffffff\";s:10:\"404_status\";b:1;s:17:\"404_wpbakery_page\";s:8:\"disabled\";s:9:\"404_title\";s:35:\"Oops, This Page Could Not Be Found!\";s:8:\"404_text\";s:106:\"The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.\";s:10:\"404_button\";s:6:\"Reload\";s:9:\"404_image\";s:0:\"\";s:14:\"404_background\";s:7:\"#3f3f3f\";s:13:\"notice_status\";b:1;s:11:\"notice_text\";s:65:\"<p>By using our website, you agree to the use of our cookies.</p>\";s:12:\"notice_close\";s:6:\"enable\";s:15:\"notice_more_url\";s:0:\"\";s:10:\"custom_css\";s:2147:\"@media only screen and (max-width: 800px){\r\n.desktopclients {\r\ndisplay: none;}\r\n}\r\n\r\n@media only screen and (min-width: 801px){\r\n.mobileclients {\r\ndisplay: none;}\r\n}\r\n\r\n.sh-titlebar {\r\ndisplay: none;\r\n}\r\n\r\n.video_lightbox_anchor_image {\r\nmax-height: 55px;\r\n}\r\n\r\n@media only screen and (max-width: 767px) {\r\n.bureaugallery {\r\ndisplay: none;\r\n}\r\n}\r\n\r\n.primary-mobile {\r\nheight: 97% !important;\r\n}\r\n\r\n.sh-team-image {\r\n box-shadow: 3px 3px 10px grey;\r\n}\r\n\r\n.sh-team-role {\r\nfont-size: 14px !important;\r\n}\r\n\r\n@media only screen and (max-width: 767px){\r\n.socialmediaicons {\r\ndisplay: none;}\r\n}\r\n\r\n@media only screen and (max-width: 767px){\r\n.execs {\r\ndisplay: none;}\r\n}\r\n\r\n@media only screen and (max-width: 767px){\r\n.bureaus {\r\ndisplay: none;}\r\n}\r\n\r\n.sh-team-overlay .sh-team-icon i.icon-social-behance:before {\r\n content: \"\\e086\";\r\n}\r\n\r\n@media only screen and (max-width: 767px) {\r\n.jobposted {\r\ndisplay: none;\r\n}\r\n}\r\n\r\n@media only screen and (max-width: 800px) {\r\n.jobcolumns {\r\n -webkit-column-count: 2 !important;\r\n -moz-column-count: 2 !important;\r\n column-count: 2 !important;\r\n}\r\n}\r\n\r\n@media only screen and (max-width: 600px) {\r\n.jobtext {\r\nfont-size: 10px;\r\n}\r\n}\r\n\r\n@media only screen and (max-width: 800px){\r\n.fsnlivemap {\r\ndisplay: none;}\r\n}\r\n\r\n.fsnlivefaqs {\r\npadding: 2% 10% 3% 10%;\r\n}\r\n\r\n.fsnlivefeatures {\r\npadding: 0% 6% 0% 6%;\r\n}\r\n\r\n.page-id-8950 .header-logo .sh-table-cell {\r\n background: url(\"https://www.featurestorynews.com/wp-content/uploads/2019/11/fsn-live-logo.jpg\") no-repeat;\r\n background-size: 91%;\r\n}\r\n\r\n.page-id-8950 .header-logo img {\r\n visibility: hidden;\r\n}\r\n\r\n.page-id-8202 .header-logo .sh-table-cell {\r\n background: url(\"https://www.featurestorynews.com/wp-content/uploads/2019/11/fsn-live-logo.jpg\") no-repeat;\r\n background-size: 91%;\r\n}\r\n\r\n.page-id-8202 .header-logo img {\r\n visibility: hidden;\r\n}\r\n\r\n.vc_tta-title-text {\r\ncolor: #47c9e5;\r\n}\r\n\r\n.weeks {\r\ndisplay: none !important;\r\n}\r\n\r\n.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {\r\nmargin-bottom: 15px !important;\r\n}\r\n\r\n@media only screen and (max-width: 600px) {\r\n.holdingpagelogo {\r\nmax-width: 150px;\r\n}\r\n\";s:9:\"custom_js\";s:0:\"\";s:16:\"google_analytics\";s:0:\"\";s:14:\"content_title4\";s:0:\"\";}','no'),(373,'fw:ext:cf:fd:4a050c6eb614144f62eb11f446151787','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"4a050c6eb614144f62eb11f446151787\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:7:\"#353535\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:7:\"#f3ba40\";s:29:\"submit_background_hover_color\";s:7:\"#ffd83c\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style6\";}','no'),(381,'envato_market_dismiss_notice','dismissed','yes'),(382,'revslider-valid-notice','false','yes'),(445,'fw:ext:cf:fd:2f4cf0823bf500f0f5b46576fbe89f78','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"2f4cf0823bf500f0f5b46576fbe89f78\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(447,'fw:ext:cf:fd:77714dabd36bbc42ccde8355396b4ce6','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"77714dabd36bbc42ccde8355396b4ce6\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(458,'recently_activated','a:4:{s:41:\"wp-google-map-gold/wp-google-map-gold.php\";i:1576006192;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1575971225;s:27:\"autoptimize/autoptimize.php\";i:1575647421;s:19:\"akismet/akismet.php\";i:1575626719;}','yes'),(461,'fw:ext:cf:fd:836803c56fe1b50ebd85df27f3cf6c12','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"836803c56fe1b50ebd85df27f3cf6c12\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(464,'_transient_shipping-transient-version','1532627340','yes'),(468,'rs_cache_overlay','6.0.9','yes'),(469,'fw:ext:cf:fd:fa335fadcbaa6e645eeae34d0b6c158d','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"fa335fadcbaa6e645eeae34d0b6c158d\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(470,'fw:ext:cf:fd:e56c6f3ff9e6d32cc065ba7ddb7c7463','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"e56c6f3ff9e6d32cc065ba7ddb7c7463\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(471,'fw:ext:cf:fd:3b56fd31d87936254427d6907d1a107a','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"3b56fd31d87936254427d6907d1a107a\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(472,'fw:ext:cf:fd:9cdb1eddba3506b10fca3f163bf998c7','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"9cdb1eddba3506b10fca3f163bf998c7\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(474,'fw:ext:cf:fd:4bde68b86d80ff945871ec6476a826bd','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"4bde68b86d80ff945871ec6476a826bd\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(475,'fw:ext:cf:fd:3da9d10ba15bc06cef3de4776024b9c9','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"3da9d10ba15bc06cef3de4776024b9c9\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(476,'fw:ext:cf:fd:8636fbd2bce21dce8c66d119cea9e034','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"8636fbd2bce21dce8c66d119cea9e034\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(477,'fw:ext:cf:fd:ab0a210aea6a2046b3528e974794121d','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"ab0a210aea6a2046b3528e974794121d\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(484,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(623,'envato_market','a:3:{s:5:\"token\";s:32:\"mGMiB6cYT1lwDxgSACBLYiicr616h8Ci\";s:17:\"installed_version\";s:5:\"2.0.1\";s:16:\"is_plugin_active\";s:1:\"1\";}','yes'),(627,'fw:ext:cf:fd:5b7ff4585bb9cdced6604597cfeb9383','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"5b7ff4585bb9cdced6604597cfeb9383\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(628,'fw:ext:cf:fd:e6c1306ad00b4779f5b6967070f95bf9','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"e6c1306ad00b4779f5b6967070f95bf9\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(632,'fw:ext:cf:fd:a381ed60b0daac7296ebfc15d0d5dd21','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"a381ed60b0daac7296ebfc15d0d5dd21\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(640,'yp_revisions','145','yes'),(641,'yp_live_view_css_data','/* Content */\n#content{\r padding-top:0px !important;\r}\r\r@media (max-width:800px){\r\r /* Text block */\n .vc_custom_1570042531830 .wpb_wrapper .sh-text-block{\r text-align:center;\r }\r \r /* Iconbox aside */\n .vc_custom_1570042531830 .wpb_wrapper .sh-iconbox-aside{\r text-align:center;\r padding-left:0px;\r margin-bottom:30px;\r }\r \r /* Paragraph */\n #block-yui_3_17_2_41_1514755240646_4221 p{\r text-align:center !important;\r }\r \r}','yes'),(649,'fw:ext:cf:fd:9c77afeaef8a9dc186b6444d23bbe8fe','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"9c77afeaef8a9dc186b6444d23bbe8fe\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(652,'fw:ext:cf:fd:fca927334362d15de857c5445a4abcd1','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"fca927334362d15de857c5445a4abcd1\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(653,'fw:ext:cf:fd:eac29f281dfbb2b7116e9b609e1a67b7','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"eac29f281dfbb2b7116e9b609e1a67b7\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(659,'fw:ext:cf:fd:6dc25a76642befd40fcd73da4a8df505','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"6dc25a76642befd40fcd73da4a8df505\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(660,'fw:ext:cf:fd:a51e728c61754dae2d907a3f3e6c33a0','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"a51e728c61754dae2d907a3f3e6c33a0\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(661,'fw:ext:cf:fd:a3ce7679d7e9d2781b0db8e4fc610526','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"a3ce7679d7e9d2781b0db8e4fc610526\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(663,'fw:ext:cf:fd:e5da127134ba7b1009938252cbb05d59','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"e5da127134ba7b1009938252cbb05d59\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(664,'fw:ext:cf:fd:afb8a1a263fb371b94d66bcf33b4bc49','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"afb8a1a263fb371b94d66bcf33b4bc49\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(665,'fw:ext:cf:fd:5938f6c6b15c1fd5537090a293d85648','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"5938f6c6b15c1fd5537090a293d85648\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(666,'fw:ext:cf:fd:5ec870648cc413f4b6f95fa73cb8ccdb','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"5ec870648cc413f4b6f95fa73cb8ccdb\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(668,'fw:ext:cf:fd:42d51d1854a3e5444e147ecfc4c4115c','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"42d51d1854a3e5444e147ecfc4c4115c\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(708,'fw:ext:cf:fd:082f99a27d897c79df3764a1a2ebc0bd','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"082f99a27d897c79df3764a1a2ebc0bd\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(709,'fw:ext:cf:fd:2d96dde1037e3dc1d52987f1b0d2c598','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"2d96dde1037e3dc1d52987f1b0d2c598\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(710,'fw:ext:cf:fd:8c2fad4aec28cd9f88f9d612f2887627','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"8c2fad4aec28cd9f88f9d612f2887627\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(714,'fw:ext:cf:fd:15fc9f619164232fa225daa3ccbd9e94','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"15fc9f619164232fa225daa3ccbd9e94\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(723,'fw:ext:cf:fd:4a473ccf737b29f6aa3907627c761466','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"4a473ccf737b29f6aa3907627c761466\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(724,'fw:ext:cf:fd:ff7cfe28242b8d76a240dff6ab7ba941','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"ff7cfe28242b8d76a240dff6ab7ba941\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(725,'fw:ext:cf:fd:66dccdfd1376bf2ff957557ae767d012','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"66dccdfd1376bf2ff957557ae767d012\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(726,'fw:ext:cf:fd:2e733d958910541b1fbf26950944917a','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"2e733d958910541b1fbf26950944917a\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(727,'fw:ext:cf:fd:faf6b6c002c1402b0a72e01307fd4eb4','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"faf6b6c002c1402b0a72e01307fd4eb4\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(728,'fw:ext:cf:fd:691c9c8ab6a7f0f0509ff7e9d9835168','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"691c9c8ab6a7f0f0509ff7e9d9835168\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(729,'fw:ext:cf:fd:19b775dc38cf28ea74a08b533ab48f27','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"19b775dc38cf28ea74a08b533ab48f27\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(730,'fw:ext:cf:fd:0a15a5ac42e030343653b224d691e5bf','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"0a15a5ac42e030343653b224d691e5bf\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(732,'fw:ext:cf:fd:aee451b2ab55c7f56a81de6151f75d8d','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"aee451b2ab55c7f56a81de6151f75d8d\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(733,'fw:ext:cf:fd:8452fac5c410b14115f6b265fc33ef20','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"8452fac5c410b14115f6b265fc33ef20\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(744,'fw:ext:cf:fd:c4eb3dac610ed6b55c6050dbfb0f51c9','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"c4eb3dac610ed6b55c6050dbfb0f51c9\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:0:\"\";s:29:\"submit_background_hover_color\";s:0:\"\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style4\";}','no'),(856,'revslider-connection','1','yes'),(857,'revslider-latest-version','6.1.2','yes'),(858,'revslider-stable-version','4.2','yes'),(859,'revslider-notices','a:0:{}','yes'),(860,'revslider-dashboard','a:0:{}','yes'),(861,'revslider-addons','O:8:\"stdClass\":27:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:65:\"//updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:55:\"//updates.themepunch.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:54:\"//updates.themepunch.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:56:\"//updates.themepunch.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}}','yes'),(1053,'theme_mods_fullpane','a:24:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:8:\"main-nav\";i:71;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1540842745;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:10:\"archives-2\";i:1;s:10:\"archives-3\";i:2;s:6:\"meta-2\";i:3;s:6:\"meta-3\";i:4;s:8:\"search-2\";i:5;s:8:\"search-3\";i:6;s:12:\"categories-2\";i:7;s:12:\"categories-3\";i:8;s:14:\"recent-posts-2\";i:9;s:14:\"recent-posts-3\";i:10;s:17:\"recent-comments-2\";i:11;s:17:\"recent-comments-3\";}s:12:\"sidebar-main\";a:3:{i:0;s:26:\"themify-feature-posts-1002\";i:1;s:19:\"themify-flickr-1003\";i:2;s:20:\"themify-twitter-1004\";}s:13:\"social-widget\";a:1:{i:0;s:25:\"themify-social-links-1005\";}s:15:\"footer-widget-1\";a:1:{i:0;s:20:\"themify-twitter-1006\";}s:15:\"footer-widget-2\";a:1:{i:0;s:26:\"themify-feature-posts-1007\";}s:15:\"footer-widget-3\";a:1:{i:0;s:9:\"text-1008\";}}}s:15:\"site-logo_image\";s:326:\"{\"mode\":\"image\",\"id\":5061,\"src\":\"https://www.featurestorynews.com/wp-content/uploads/2018/09/labeleight-logo.png\",\"imgwidth\":\"250\",\"mobile\":{\"color\":\"\",\"opacity\":1,\"mode\":\"image\"},\"tablet\":{\"color\":\"\",\"opacity\":\"1.00\",\"mode\":\"image\"},\"tablet_landscape\":{\"color\":\"\",\"opacity\":\"1.00\",\"mode\":\"image\"},\"color\":\"\",\"opacity\":\"1.00\"}\";s:12:\"site-tagline\";s:23:\"{\"stamp\":1537090249499}\";s:11:\"footer_font\";s:337:\"{\"align\":\"center\",\"mobile\":{\"sizeunit\":\"px\",\"lineunit\":\"px\",\"letterspacingunit\":\"px\",\"weight\":\"\"},\"tablet\":{\"sizeunit\":\"px\",\"lineunit\":\"px\",\"letterspacingunit\":\"px\",\"weight\":\"\"},\"tablet_landscape\":{\"sizeunit\":\"px\",\"lineunit\":\"px\",\"letterspacingunit\":\"px\",\"weight\":\"\"},\"sizeunit\":\"px\",\"lineunit\":\"px\",\"letterspacingunit\":\"px\",\"weight\":\"\"}\";s:26:\"main_nav_link_active_color\";s:80:\"{\"color\":\"f2a100\",\"opacity\":\"1.00\",\"mobile\":{\"color\":\"f2a100\",\"opacity\":\"1.00\"}}\";s:19:\"main_nav_link_color\";s:80:\"{\"color\":\"00b0b9\",\"opacity\":\"1.00\",\"mobile\":{\"color\":\"00b0b9\",\"opacity\":\"1.00\"}}\";s:32:\"main_nav_link_active_hover_color\";s:80:\"{\"color\":\"f2a100\",\"opacity\":\"1.00\",\"mobile\":{\"color\":\"f2a100\",\"opacity\":\"1.00\"}}\";s:25:\"main_nav_link_hover_color\";s:80:\"{\"color\":\"f2a100\",\"opacity\":\"1.00\",\"mobile\":{\"color\":\"f2a100\",\"opacity\":\"1.00\"}}\";s:31:\"main_nav_link_active_background\";s:63:\"{\"color\":\"\",\"opacity\":1,\"mobile\":{\"color\":\"\",\"opacity\":\"1.00\"}}\";s:18:\"main_nav_link_font\";s:334:\"{\"family\":null,\"mobile\":{\"sizeunit\":\"px\",\"lineunit\":\"px\",\"letterspacingunit\":\"px\",\"weight\":\"\"},\"tablet\":{\"sizeunit\":\"px\",\"lineunit\":\"px\",\"letterspacingunit\":\"px\",\"weight\":\"\"},\"tablet_landscape\":{\"sizeunit\":\"px\",\"lineunit\":\"px\",\"letterspacingunit\":\"px\",\"weight\":\"\"},\"sizeunit\":\"px\",\"lineunit\":\"px\",\"letterspacingunit\":\"px\",\"weight\":\"\"}\";s:30:\"main_nav_link_hover_background\";s:63:\"{\"color\":\"\",\"opacity\":1,\"mobile\":{\"color\":\"\",\"opacity\":\"1.00\"}}\";s:15:\"main_nav_border\";s:489:\"{\"top\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"left\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"bottom\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"right\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"style\":\"none\",\"same\":\"same\",\"mobile\":{\"color\":\"\",\"opacity\":1,\"same\":\"same\",\"style\":\"none\"},\"tablet\":{\"color\":\"\",\"opacity\":\"1.00\",\"same\":\"same\",\"style\":\"none\"},\"tablet_landscape\":{\"color\":\"\",\"opacity\":\"1.00\",\"same\":\"same\",\"style\":\"none\"},\"color\":\"\",\"opacity\":\"1.00\"}\";s:20:\"main_nav_link_border\";s:489:\"{\"top\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"left\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"bottom\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"right\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"style\":\"none\",\"same\":\"same\",\"mobile\":{\"color\":\"\",\"opacity\":1,\"same\":\"same\",\"style\":\"none\"},\"tablet\":{\"color\":\"\",\"opacity\":\"1.00\",\"same\":\"same\",\"style\":\"none\"},\"tablet_landscape\":{\"color\":\"\",\"opacity\":\"1.00\",\"same\":\"same\",\"style\":\"none\"},\"color\":\"\",\"opacity\":\"1.00\"}\";s:24:\"main_nav_dropdown_border\";s:489:\"{\"top\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"left\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"bottom\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"right\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"style\":\"none\",\"same\":\"same\",\"mobile\":{\"color\":\"\",\"opacity\":1,\"same\":\"same\",\"style\":\"none\"},\"tablet\":{\"color\":\"\",\"opacity\":\"1.00\",\"same\":\"same\",\"style\":\"none\"},\"tablet_landscape\":{\"color\":\"\",\"opacity\":\"1.00\",\"same\":\"same\",\"style\":\"none\"},\"color\":\"\",\"opacity\":\"1.00\"}\";s:29:\"main_nav_dropdown_link_border\";s:489:\"{\"top\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"left\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"bottom\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"right\":{\"color\":\"\",\"opacity\":\"\",\"style\":\"\",\"width\":\"\"},\"style\":\"none\",\"same\":\"same\",\"mobile\":{\"color\":\"\",\"opacity\":1,\"same\":\"same\",\"style\":\"none\"},\"tablet\":{\"color\":\"\",\"opacity\":\"1.00\",\"same\":\"same\",\"style\":\"none\"},\"tablet_landscape\":{\"color\":\"\",\"opacity\":\"1.00\",\"same\":\"same\",\"style\":\"none\"},\"color\":\"\",\"opacity\":\"1.00\"}\";s:9:\"customcss\";s:954:\".tile-type-button .tile-inner .tile-title {\n display: flex;\n justify-content: center;\n flex-direction: column;\n height: 150px;\n}\n#main-nav {\n display:none\n}\n\n#menu-icon.mobile-button {\n display:none\n}\n\n#site-description {\n display:none\n}\n#footer-tab a {\n background: #00549d;\n}\n#footer-tab a:hover {\n background: #00ade9\n}\n#footerwrap-inner {\n background-color: #fff;\n}\n\nbody {background-image: url(https://www.featurestorynews.com/wp-content/uploads/2015/03/143902093.jpg); \nbackground-size: cover;\nbackground-attachment: fixed; \n}\n@media screen and (max-width: 768px){\nbody {background-image: url(https://www.featurestorynews.com/wp-content/uploads/2015/03/143902093.jpg); \n background-position: center center;} \n}\n#body {\n background: rgba(0, 0, 0, 0.2);\n}\n\n#site-logo { \n margin-top: 3px; \n }\n\n@media screen and (max-width: 768px){\n#site-logo a img {\n width: 100% !important;\n padding-bottom: 10px;\n max-width: 300px\n }}\";s:16:\"site-logo_margin\";s:141:\"{\"top\":{\"width\":\"\",\"unit\":\"px\"},\"left\":{\"width\":\"\",\"unit\":\"px\"},\"bottom\":{\"width\":\"\",\"unit\":\"px\"},\"right\":{\"width\":\"\",\"unit\":\"px\"},\"same\":\"\"}\";s:18:\"site-logo_position\";s:15:\"{\"position\":\"\"}\";s:21:\"footerwrap_background\";s:208:\"{\"noimage\":\"\",\"color\":\"\",\"opacity\":1,\"mobile\":{\"color\":\"\",\"opacity\":\"1.00\",\"position\":\"\",\"style\":\"\"},\"tablet\":{\"position\":\"\",\"style\":\"\"},\"tablet_landscape\":{\"position\":\"\",\"style\":\"\"},\"position\":\"\",\"style\":\"\"}\";s:19:\"footer_widget_color\";s:63:\"{\"color\":\"\",\"opacity\":1,\"mobile\":{\"color\":\"\",\"opacity\":\"1.00\"}}\";s:29:\"footer_widget_list_background\";s:63:\"{\"color\":\"\",\"opacity\":1,\"mobile\":{\"color\":\"\",\"opacity\":\"1.00\"}}\";}','yes'),(1054,'themify_migrate_settings_name','1','yes'),(1055,'themify_clear_legacy','1','yes'),(1056,'themify_flags','a:2:{s:20:\"deprecate_shortcodes\";i:1;s:27:\"builder_escaped_slashes_fix\";i:1;}','yes'),(1057,'user_has_tb_frontend','1','yes'),(1058,'widget_themify-feature-posts','a:3:{s:12:\"_multiwidget\";i:1;i:1002;a:10:{s:5:\"title\";s:12:\"Latest Posts\";s:8:\"category\";s:1:\"3\";s:10:\"show_count\";s:1:\"5\";s:9:\"show_date\";N;s:10:\"show_thumb\";s:2:\"on\";s:7:\"display\";s:4:\"none\";s:10:\"hide_title\";N;s:11:\"thumb_width\";s:2:\"75\";s:12:\"thumb_height\";s:2:\"60\";s:14:\"excerpt_length\";s:2:\"55\";}i:1007;a:12:{s:5:\"title\";s:12:\"Recent Posts\";s:8:\"category\";s:1:\"0\";s:10:\"show_count\";s:1:\"3\";s:9:\"show_date\";s:2:\"on\";s:10:\"show_thumb\";s:2:\"on\";s:7:\"display\";s:4:\"none\";s:10:\"hide_title\";N;s:11:\"thumb_width\";s:2:\"50\";s:12:\"thumb_height\";s:2:\"50\";s:14:\"excerpt_length\";s:2:\"55\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";}}','yes'),(1059,'widget_themify-list-pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1060,'widget_themify-list-categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1061,'widget_themify-recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1062,'widget_themify-social-links','a:2:{s:12:\"_multiwidget\";i:1;i:1005;a:5:{s:5:\"title\";s:0:\"\";s:14:\"show_link_name\";N;s:15:\"open_new_window\";N;s:11:\"thumb_width\";s:0:\"\";s:12:\"thumb_height\";s:0:\"\";}}','yes'),(1063,'widget_themify-twitter','a:3:{s:12:\"_multiwidget\";i:1;i:1004;a:8:{s:5:\"title\";s:14:\"Twitter Widget\";s:8:\"username\";s:7:\"themify\";s:10:\"show_count\";s:1:\"3\";s:14:\"hide_timestamp\";N;s:11:\"show_follow\";N;s:11:\"follow_text\";s:13:\"→ Follow me\";s:16:\"include_retweets\";N;s:15:\"exclude_replies\";N;}i:1006;a:8:{s:5:\"title\";s:13:\"Latest Tweets\";s:8:\"username\";s:7:\"themify\";s:10:\"show_count\";s:1:\"3\";s:14:\"hide_timestamp\";N;s:11:\"show_follow\";N;s:11:\"follow_text\";s:13:\"→ Follow me\";s:16:\"include_retweets\";s:2:\"on\";s:15:\"exclude_replies\";N;}}','yes'),(1064,'widget_themify-flickr','a:2:{s:12:\"_multiwidget\";i:1;i:1003;a:4:{s:5:\"title\";s:12:\"Photo Stream\";s:8:\"username\";s:12:\"52839779@N02\";s:10:\"show_count\";s:1:\"8\";s:9:\"show_link\";N;}}','yes'),(1065,'widget_themify-most-commented','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1066,'widget_themify-google-maps','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1067,'widget_themify-layout-parts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1068,'themify_flush_rewrite_rules_after_manual_update','1','yes'),(1070,'themify_builder_cleanup_builtin_layouts','yes','yes'),(1075,'fullpane_themify_import_notice','0','yes'),(1100,'__portfolio_slug','project','yes'),(1122,'themify_data','a:73:{s:15:\"setting-favicon\";s:82:\"https://www.featurestorynews.com/wp-content/uploads/2018/09/labeleight-favicon.png\";s:16:\"setting-page_404\";s:1:\"0\";s:21:\"setting-webfonts_list\";s:11:\"recommended\";s:22:\"setting-default_layout\";s:8:\"sidebar1\";s:27:\"setting-default_post_layout\";s:9:\"list-post\";s:30:\"setting-default_layout_display\";s:7:\"content\";s:25:\"setting-default_more_text\";s:4:\"More\";s:21:\"setting-index_orderby\";s:4:\"date\";s:19:\"setting-index_order\";s:4:\"DESC\";s:31:\"setting-image_post_feature_size\";s:5:\"blank\";s:32:\"setting-default_page_post_layout\";s:8:\"sidebar1\";s:38:\"setting-image_post_single_feature_size\";s:5:\"blank\";s:27:\"setting-default_page_layout\";s:8:\"sidebar1\";s:38:\"setting-default_portfolio_index_layout\";s:12:\"sidebar-none\";s:43:\"setting-default_portfolio_index_post_layout\";s:5:\"grid4\";s:39:\"setting-default_portfolio_index_display\";s:4:\"none\";s:50:\"setting-default_portfolio_index_post_meta_category\";s:3:\"yes\";s:41:\"setting-default_portfolio_index_post_date\";s:3:\"yes\";s:39:\"setting-default_portfolio_single_layout\";s:12:\"sidebar-none\";s:51:\"setting-default_portfolio_single_post_meta_category\";s:3:\"yes\";s:49:\"setting-default_portfolio_single_image_post_width\";s:3:\"580\";s:50:\"setting-default_portfolio_single_image_post_height\";s:3:\"460\";s:22:\"themify_portfolio_slug\";s:7:\"project\";s:34:\"setting-default_team_single_layout\";s:12:\"sidebar-none\";s:17:\"themify_team_slug\";s:4:\"team\";s:53:\"setting-customizer_responsive_design_tablet_landscape\";s:4:\"1024\";s:43:\"setting-customizer_responsive_design_tablet\";s:3:\"768\";s:43:\"setting-customizer_responsive_design_mobile\";s:3:\"480\";s:33:\"setting-mobile_menu_trigger_point\";s:4:\"1200\";s:24:\"setting-gallery_lightbox\";s:8:\"lightbox\";s:26:\"setting-page_builder_cache\";s:2:\"on\";s:27:\"setting-page_builder_expiry\";s:1:\"2\";s:27:\"setting-script_minification\";s:7:\"disable\";s:31:\"setting-script_minification-min\";s:2:\"on\";s:33:\"setting-portfolio_slider_autoplay\";s:3:\"off\";s:31:\"setting-portfolio_slider_effect\";s:6:\"scroll\";s:41:\"setting-portfolio_slider_transition_speed\";s:3:\"500\";s:32:\"setting-portfolio_slider_visible\";s:1:\"1\";s:31:\"setting-portfolio_slider_scroll\";s:1:\"1\";s:25:\"setting-page_loader_color\";s:7:\"#ffffff\";s:24:\"setting-page_loader_icon\";s:84:\"https://www.featurestorynews.com/wp-content/uploads/2018/09/labeleight-favicon-2.png\";s:25:\"setting-menu_bar_position\";s:14:\"menubar-bottom\";s:19:\"setting-exclude_rss\";s:2:\"on\";s:27:\"setting-exclude_search_form\";s:2:\"on\";s:22:\"setting-footer_widgets\";s:4:\"none\";s:24:\"setting-footer_text_left\";s:40:\"© 2019 LABELEIGHT - ALL RIGHTS RESERVED\";s:30:\"setting-footer_text_right_hide\";s:4:\"hide\";s:25:\"setting-img_php_base_size\";s:5:\"large\";s:27:\"setting-global_feature_size\";s:5:\"large\";s:22:\"setting-link_icon_type\";s:9:\"font-icon\";s:32:\"setting-link_type_themify-link-0\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-0\";s:7:\"Twitter\";s:32:\"setting-link_link_themify-link-0\";s:26:\"http://twitter.com/themify\";s:31:\"setting-link_img_themify-link-0\";s:85:\"https://themify.me/demo/themes/fullpane/wp-content/themes/fullpane/images/twitter.png\";s:32:\"setting-link_type_themify-link-1\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-1\";s:8:\"Facebook\";s:32:\"setting-link_link_themify-link-1\";s:27:\"http://facebook.com/themify\";s:31:\"setting-link_img_themify-link-1\";s:86:\"https://themify.me/demo/themes/fullpane/wp-content/themes/fullpane/images/facebook.png\";s:32:\"setting-link_type_themify-link-2\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-2\";s:7:\"Google+\";s:31:\"setting-link_img_themify-link-2\";s:89:\"https://themify.me/demo/themes/fullpane/wp-content/themes/fullpane/images/google-plus.png\";s:32:\"setting-link_type_themify-link-3\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-3\";s:7:\"YouTube\";s:31:\"setting-link_img_themify-link-3\";s:85:\"https://themify.me/demo/themes/fullpane/wp-content/themes/fullpane/images/youtube.png\";s:32:\"setting-link_type_themify-link-4\";s:10:\"image-icon\";s:33:\"setting-link_title_themify-link-4\";s:9:\"Pinterest\";s:31:\"setting-link_img_themify-link-4\";s:87:\"https://themify.me/demo/themes/fullpane/wp-content/themes/fullpane/images/pinterest.png\";s:22:\"setting-link_field_ids\";s:171:\"{\"themify-link-0\":\"themify-link-0\",\"themify-link-1\":\"themify-link-1\",\"themify-link-2\":\"themify-link-2\",\"themify-link-3\":\"themify-link-3\",\"themify-link-4\":\"themify-link-4\"}\";s:23:\"setting-link_field_hash\";s:2:\"10\";s:30:\"setting-page_builder_is_active\";s:6:\"enable\";s:46:\"setting-page_builder_animation_parallax_scroll\";s:6:\"mobile\";s:22:\"setting-google_map_key\";s:39:\"AIzaSyAD0ecywv7rf79h8m4WIAiiSI-gO3-ye-o\";s:4:\"skin\";s:77:\"https://www.featurestorynews.com/wp-content/themes/fullpane/skins/0/style.css\";}','yes'),(1271,'themify_customizer_stylesheet_timestamp','19.05.09.14.45.14','yes'),(1272,'themify_custom_fonts','a:0:{}','yes'),(1356,'themify_customizer','advanced','yes'),(1753,'_transient_themify_update_check_theme','O:8:\"stdClass\":1:{s:11:\"lastChecked\";i:1540842397;}','yes'),(2045,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(2120,'themify_builder_google_fonts','a:2:{i:4463;s:176:\"|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300|Oswald:300\";i:3417;s:9:\"|Abel:400\";}','yes'),(2543,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"nic@featurestorynews.com\";s:7:\"version\";s:5:\"5.2.4\";s:9:\"timestamp\";i:1571110211;}','no'),(6631,'elementor_version','2.6.8','yes'),(6634,'_elementor_installed_time','1535026298','yes'); INSERT INTO `wp_options` VALUES (6635,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:247:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"hero\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:566:{i:0;a:14:{s:2:\"id\";s:4:\"5525\";s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:5:\"10107\";s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";s:10:\"1547851373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";s:4:\"5533\";s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"5575\";s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"5615\";s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"5624\";s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"5684\";s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:5:\"10158\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";s:10:\"1547852227\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";s:4:\"5693\";s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:5:\"10169\";s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";s:10:\"1547852334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:10;a:14:{s:2:\"id\";s:4:\"5703\";s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:4:\"5711\";s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:14:{s:2:\"id\";s:5:\"10190\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";s:10:\"1547885703\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:13;a:14:{s:2:\"id\";s:4:\"5719\";s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"5729\";s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"5737\";s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"5746\";s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"5755\";s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:4:\"5764\";s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:14:{s:2:\"id\";s:5:\"10256\";s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";s:10:\"1547888909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"429\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:20;a:14:{s:2:\"id\";s:4:\"5773\";s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:21;a:14:{s:2:\"id\";s:5:\"10267\";s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547889047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:22;a:14:{s:2:\"id\";s:4:\"5783\";s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"5792\";s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"5801\";s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:4:\"5811\";s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:14:{s:2:\"id\";s:5:\"10307\";s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547893266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"511\";s:11:\"trend_index\";s:3:\"554\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:27;a:14:{s:2:\"id\";s:4:\"5820\";s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:14:{s:2:\"id\";s:5:\"10318\";s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";s:10:\"1547893367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:29;a:14:{s:2:\"id\";s:4:\"5828\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:4:\"5836\";s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:31;a:14:{s:2:\"id\";s:5:\"10339\";s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547893603\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"424\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:32;a:14:{s:2:\"id\";s:4:\"5844\";s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:33;a:14:{s:2:\"id\";s:5:\"10352\";s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547915335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"453\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:34;a:14:{s:2:\"id\";s:4:\"5852\";s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"439\";s:11:\"trend_index\";s:3:\"458\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:4:\"5947\";s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:14:{s:2:\"id\";s:5:\"10372\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";s:10:\"1547915554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"504\";s:11:\"trend_index\";s:3:\"482\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:37;a:14:{s:2:\"id\";s:4:\"5956\";s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"427\";s:11:\"trend_index\";s:3:\"425\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:38;a:14:{s:2:\"id\";s:5:\"10382\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547916616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:39;a:14:{s:2:\"id\";s:4:\"5963\";s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"5974\";s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"5983\";s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"5991\";s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:5:\"10424\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";s:10:\"1547961866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"480\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";s:4:\"5999\";s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:5:\"10434\";s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";s:10:\"1547961950\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";s:4:\"6008\";s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:5:\"10444\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";s:10:\"1547962029\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"425\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:48;a:14:{s:2:\"id\";s:4:\"6027\";s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:49;a:14:{s:2:\"id\";s:4:\"6036\";s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:5:\"10467\";s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";s:10:\"1547962277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"542\";s:11:\"trend_index\";s:3:\"559\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:51;a:14:{s:2:\"id\";s:4:\"6044\";s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:14:{s:2:\"id\";s:4:\"6053\";s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:5:\"10487\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";s:10:\"1547964527\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"484\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";s:4:\"6063\";s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:5:\"10498\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"442\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:56;a:14:{s:2:\"id\";s:4:\"6071\";s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:57;a:14:{s:2:\"id\";s:4:\"6079\";s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:5:\"10519\";s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"503\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:59;a:14:{s:2:\"id\";s:4:\"6089\";s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"6097\";s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"6106\";s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:4:\"6114\";s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"430\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:14:{s:2:\"id\";s:5:\"10559\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";s:10:\"1547967711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"507\";s:11:\"trend_index\";s:3:\"436\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:64;a:14:{s:2:\"id\";s:4:\"6122\";s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:5:\"10569\";s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";s:10:\"1547967812\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"475\";s:11:\"trend_index\";s:3:\"450\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";s:4:\"6135\";s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:4:\"6144\";s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:14:{s:2:\"id\";s:5:\"10590\";s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"464\";s:11:\"trend_index\";s:3:\"421\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:69;a:14:{s:2:\"id\";s:4:\"6152\";s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:5:\"10600\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";s:10:\"1547968080\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"457\";s:11:\"trend_index\";s:3:\"445\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";s:4:\"6162\";s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:4:\"6170\";s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:14:{s:2:\"id\";s:5:\"10622\";s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";s:10:\"1547969678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"470\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:74;a:14:{s:2:\"id\";s:4:\"6178\";s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:14:{s:2:\"id\";s:5:\"10633\";s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547969858\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"530\";s:11:\"trend_index\";s:3:\"544\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:76;a:14:{s:2:\"id\";s:4:\"6186\";s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"454\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:14:{s:2:\"id\";s:5:\"10644\";s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547970814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"443\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:78;a:14:{s:2:\"id\";s:4:\"6196\";s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:14:{s:2:\"id\";s:5:\"10654\";s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";s:10:\"1547970917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"515\";s:11:\"trend_index\";s:3:\"487\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:80;a:14:{s:2:\"id\";s:4:\"6204\";s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:14:{s:2:\"id\";s:5:\"10664\";s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";s:10:\"1547973928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"469\";s:11:\"trend_index\";s:3:\"525\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:82;a:14:{s:2:\"id\";s:4:\"6212\";s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:5:\"10675\";s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547974110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"462\";s:11:\"trend_index\";s:3:\"463\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";s:4:\"6220\";s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:5:\"10685\";s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";s:10:\"1547974729\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"506\";s:11:\"trend_index\";s:3:\"518\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:86;a:14:{s:2:\"id\";s:4:\"6230\";s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:4:\"9719\";s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";s:10:\"1547976107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"434\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";s:4:\"6239\";s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:4:\"6249\";s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:14:{s:2:\"id\";s:4:\"6258\";s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:3:\"474\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:5:\"10137\";s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";s:10:\"1547976342\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"476\";s:11:\"trend_index\";s:3:\"462\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:92;a:14:{s:2:\"id\";s:4:\"6266\";s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:14:{s:2:\"id\";s:5:\"10244\";s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";s:10:\"1547976402\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"498\";s:11:\"trend_index\";s:3:\"420\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:94;a:14:{s:2:\"id\";s:4:\"6274\";s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"6017\";s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:5:\"10127\";s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";s:10:\"1547984061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"544\";s:11:\"trend_index\";s:3:\"510\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:97;a:14:{s:2:\"id\";s:4:\"4826\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:4:\"4835\";s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:99;a:14:{s:2:\"id\";s:4:\"4843\";s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:4:\"4854\";s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"461\";s:11:\"trend_index\";s:3:\"446\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:14:{s:2:\"id\";s:4:\"4863\";s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:5:\"10776\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";s:10:\"1548047055\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"535\";s:11:\"trend_index\";s:3:\"490\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:103;a:14:{s:2:\"id\";s:4:\"4871\";s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:5:\"10785\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";s:10:\"1548047593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"444\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:105;a:14:{s:2:\"id\";s:4:\"4880\";s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"4889\";s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"4897\";s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"4905\";s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"4913\";s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"4921\";s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"4929\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"4939\";s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"4947\";s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"4955\";s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"4963\";s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"448\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"4971\";s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"472\";s:11:\"trend_index\";s:3:\"534\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"4979\";s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"431\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"4987\";s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:4:\"4995\";s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:14:{s:2:\"id\";s:4:\"5007\";s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"5019\";s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"5027\";s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:5:\"10794\";s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";s:10:\"1548067619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"445\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";s:4:\"5037\";s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:4:\"5057\";s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:126;a:14:{s:2:\"id\";s:4:\"5071\";s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:5:\"10871\";s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";s:10:\"1548074396\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"534\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:128;a:14:{s:2:\"id\";s:4:\"5082\";s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:5:\"10936\";s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";s:10:\"1548874587\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"432\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";s:4:\"5090\";s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:4:\"5098\";s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:132;a:14:{s:2:\"id\";s:4:\"5107\";s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:5:\"10964\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";s:10:\"1550039106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"523\";s:11:\"trend_index\";s:3:\"502\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";s:4:\"5115\";s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:5:\"10992\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";s:10:\"1550072007\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"529\";s:11:\"trend_index\";s:3:\"483\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:136;a:14:{s:2:\"id\";s:4:\"5125\";s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:5:\"11005\";s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";s:10:\"1550073303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"537\";s:11:\"trend_index\";s:3:\"481\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:138;a:14:{s:2:\"id\";s:4:\"5133\";s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"5141\";s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"5149\";s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"460\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:4:\"5542\";s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"5550\";s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:4:\"5558\";s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"5567\";s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:5:\"11231\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"482\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"5583\";s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:5:\"11220\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"447\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"5591\";s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:5:\"11204\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642389\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"512\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"5599\";s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:5:\"11198\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg\";s:12:\"tmpl_created\";s:10:\"1564642395\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"5607\";s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:5:\"11192\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642399\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"477\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"5634\";s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:5:\"11241\";s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564643043\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"518\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:156;a:14:{s:2:\"id\";s:4:\"5642\";s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"5650\";s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"5658\";s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:4:\"5667\";s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:160;a:14:{s:2:\"id\";s:4:\"5675\";s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:4:\"5860\";s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"5869\";s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:4:\"5877\";s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"426\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"5885\";s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:4:\"5893\";s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"5904\";s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:4:\"5912\";s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"486\";s:11:\"trend_index\";s:3:\"515\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"5921\";s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:4:\"5930\";s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:170;a:14:{s:2:\"id\";s:4:\"5939\";s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"7596\";s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"7615\";s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"7627\";s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"7638\";s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:4:\"7663\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:176;a:14:{s:2:\"id\";s:4:\"7650\";s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:4:\"7686\";s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"4676\";s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:4:\"7997\";s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"7982\";s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:4:\"7959\";s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:182;a:14:{s:2:\"id\";s:4:\"7950\";s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:4:\"7937\";s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"7927\";s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:4:\"7917\";s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"7904\";s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:4:\"7837\";s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"7852\";s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:4:\"7862\";s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"7871\";s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:4:\"7884\";s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:192;a:14:{s:2:\"id\";s:4:\"7892\";s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"4212\";s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:4:\"7825\";s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"4227\";s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:4:\"7812\";s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"4235\";s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"7724\";s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"4244\";s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"7734\";s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"4252\";s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:4:\"7771\";s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:203;a:14:{s:2:\"id\";s:4:\"4260\";s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:4:\"7787\";s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:205;a:14:{s:2:\"id\";s:4:\"4268\";s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:4:\"7801\";s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"4276\";s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:4:\"7754\";s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"4284\";s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"7713\";s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:4:\"4293\";s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:212;a:14:{s:2:\"id\";s:4:\"7744\";s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"4302\";s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:4:\"4313\";s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"8523\";s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"4324\";s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"8524\";s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"4332\";s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"8525\";s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"441\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"4341\";s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"8513\";s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"4349\";s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"8512\";s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"4357\";s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"8526\";s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"429\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"4368\";s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"8505\";s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"473\";s:11:\"trend_index\";s:3:\"511\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"4376\";s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"8511\";s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"4391\";s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"8514\";s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"473\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:4:\"4400\";s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:233;a:14:{s:2:\"id\";s:4:\"8676\";s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"4411\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:4:\"8678\";s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:236;a:14:{s:2:\"id\";s:4:\"4420\";s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"8679\";s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:4:\"4428\";s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:239;a:14:{s:2:\"id\";s:4:\"8680\";s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"434\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"4436\";s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:4:\"8681\";s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"4444\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"8682\";s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:4:\"4452\";s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"8703\";s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"4460\";s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:4:\"8961\";s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"4468\";s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"8969\";s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:4:\"4476\";s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"8973\";s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"4484\";s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:4:\"8977\";s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"4492\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"8981\";s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:4:\"4500\";s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"8985\";s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"4509\";s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"514\";s:11:\"trend_index\";s:3:\"508\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"8989\";s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"4521\";s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"8996\";s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"4529\";s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"466\";s:11:\"trend_index\";s:3:\"455\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"9001\";s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"4537\";s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"449\";s:11:\"trend_index\";s:3:\"475\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"9119\";s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";s:10:\"1532428138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"4545\";s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"510\";s:11:\"trend_index\";s:3:\"551\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"9127\";s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";s:10:\"1532428699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"4553\";s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"501\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"4562\";s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"508\";s:11:\"trend_index\";s:3:\"520\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"4572\";s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"9174\";s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";s:10:\"1532950125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"4580\";s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"440\";s:11:\"trend_index\";s:3:\"438\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"9178\";s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";s:10:\"1532951997\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"4589\";s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"513\";s:11:\"trend_index\";s:3:\"517\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"9180\";s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";s:10:\"1532952302\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"4597\";s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"455\";s:11:\"trend_index\";s:3:\"503\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:4:\"9182\";s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";s:10:\"1532952606\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:4:\"4605\";s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"525\";s:11:\"trend_index\";s:3:\"535\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:4:\"9239\";s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";s:10:\"1532953482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:4:\"4613\";s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"435\";s:11:\"trend_index\";s:3:\"521\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:4:\"9247\";s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";s:10:\"1532953793\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:4:\"9254\";s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";s:10:\"1532954032\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:4:\"9301\";s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";s:10:\"1537440661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:284;a:14:{s:2:\"id\";s:4:\"9296\";s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";s:10:\"1537440673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:285;a:14:{s:2:\"id\";s:4:\"9313\";s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";s:10:\"1537440798\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:286;a:14:{s:2:\"id\";s:4:\"9343\";s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";s:10:\"1537443531\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:287;a:14:{s:2:\"id\";s:4:\"9349\";s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";s:10:\"1537443903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:288;a:14:{s:2:\"id\";s:4:\"4690\";s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:4:\"4698\";s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:4:\"4706\";s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:4:\"4718\";s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:4:\"4727\";s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"4736\";s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"4746\";s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:4:\"4759\";s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"4770\";s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:4:\"4781\";s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:4:\"9611\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546965350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"501\";s:11:\"trend_index\";s:3:\"447\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:299;a:14:{s:2:\"id\";s:4:\"4793\";s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"9622\";s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";s:10:\"1546965896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"489\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:301;a:14:{s:2:\"id\";s:4:\"4801\";s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"9631\";s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546968270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"499\";s:11:\"trend_index\";s:3:\"470\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:303;a:14:{s:2:\"id\";s:4:\"4809\";s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:4:\"4818\";s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"5045\";s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"458\";s:11:\"trend_index\";s:3:\"451\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:4:\"9662\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547009087\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"524\";s:11:\"trend_index\";s:3:\"523\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:307;a:14:{s:2:\"id\";s:4:\"5157\";s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:4:\"5165\";s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"496\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";s:4:\"5173\";s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:4:\"9690\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547011716\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:311;a:14:{s:2:\"id\";s:4:\"5181\";s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:4:\"9699\";s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";s:10:\"1547015827\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"438\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:313;a:14:{s:2:\"id\";s:4:\"5189\";s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";s:4:\"5198\";s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"426\";s:11:\"trend_index\";s:3:\"457\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:4:\"9571\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1547726151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"495\";s:11:\"trend_index\";s:3:\"476\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:316;a:14:{s:2:\"id\";s:4:\"5206\";s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"448\";s:11:\"trend_index\";s:3:\"453\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:4:\"5214\";s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"5222\";s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"9740\";s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";s:10:\"1547822836\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"487\";s:11:\"trend_index\";s:3:\"468\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:320;a:14:{s:2:\"id\";s:4:\"5230\";s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"5238\";s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"456\";s:11:\"trend_index\";s:3:\"427\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:4:\"9762\";s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";s:10:\"1547824145\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"436\";s:11:\"trend_index\";s:3:\"439\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:323;a:14:{s:2:\"id\";s:4:\"5249\";s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:4:\"9772\";s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";s:10:\"1547824279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"556\";s:11:\"trend_index\";s:3:\"552\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:325;a:14:{s:2:\"id\";s:4:\"5257\";s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";s:4:\"5266\";s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:327;a:14:{s:2:\"id\";s:4:\"9793\";s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";s:10:\"1547831151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"519\";s:11:\"trend_index\";s:3:\"477\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:328;a:14:{s:2:\"id\";s:4:\"5275\";s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";s:4:\"5283\";s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";s:4:\"5290\";s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"428\";s:11:\"trend_index\";s:3:\"464\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:331;a:14:{s:2:\"id\";s:4:\"5298\";s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"431\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";s:4:\"9836\";s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";s:10:\"1547835635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"496\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:333;a:14:{s:2:\"id\";s:4:\"5306\";s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"483\";s:11:\"trend_index\";s:3:\"512\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:4:\"9847\";s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";s:10:\"1547836956\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"548\";s:11:\"trend_index\";s:3:\"526\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:335;a:14:{s:2:\"id\";s:4:\"5315\";s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"9858\";s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547837100\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"560\";s:11:\"trend_index\";s:3:\"528\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:337;a:14:{s:2:\"id\";s:4:\"5324\";s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:3:\"472\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";s:4:\"5333\";s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"5341\";s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"460\";s:11:\"trend_index\";s:3:\"531\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";s:4:\"5349\";s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"5357\";s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:4:\"5368\";s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:4:\"5381\";s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";s:4:\"5389\";s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"418\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"9944\";s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547841939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"549\";s:11:\"trend_index\";s:3:\"539\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:346;a:14:{s:2:\"id\";s:4:\"5397\";s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";s:4:\"9955\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";s:10:\"1547842065\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"481\";s:11:\"trend_index\";s:3:\"432\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:348;a:14:{s:2:\"id\";s:4:\"5405\";s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"9965\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";s:10:\"1547842174\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"465\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:350;a:14:{s:2:\"id\";s:4:\"5413\";s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"5421\";s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";s:4:\"5429\";s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"9995\";s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547844802\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"565\";s:11:\"trend_index\";s:3:\"550\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:354;a:14:{s:2:\"id\";s:4:\"5438\";s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";s:4:\"5447\";s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:5:\"10016\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";s:10:\"1547845062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"566\";s:11:\"trend_index\";s:3:\"549\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:357;a:14:{s:2:\"id\";s:4:\"5455\";s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";s:5:\"10026\";s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";s:10:\"1547845205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"468\";s:11:\"trend_index\";s:3:\"493\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:359;a:14:{s:2:\"id\";s:4:\"5464\";s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";s:5:\"10036\";s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547845409\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"492\";s:11:\"trend_index\";s:3:\"485\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:361;a:14:{s:2:\"id\";s:4:\"5472\";s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";s:4:\"5480\";s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:5:\"10057\";s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547847938\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"558\";s:11:\"trend_index\";s:3:\"541\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:364;a:14:{s:2:\"id\";s:4:\"5488\";s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";s:5:\"10067\";s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547848075\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"471\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:366;a:14:{s:2:\"id\";s:4:\"5496\";s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:3:\"494\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:5:\"10077\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";s:10:\"1547848197\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"441\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:368;a:14:{s:2:\"id\";s:4:\"5504\";s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:5:\"10087\";s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547848301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"497\";s:11:\"trend_index\";s:3:\"500\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:370;a:14:{s:2:\"id\";s:4:\"5515\";s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:5:\"10097\";s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";s:10:\"1547848411\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"522\";s:11:\"trend_index\";s:3:\"545\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:372;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";s:4:\"9816\";s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547991876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"532\";s:11:\"trend_index\";s:3:\"532\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:374;a:14:{s:2:\"id\";s:4:\"9602\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546964559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"491\";s:11:\"trend_index\";s:3:\"467\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:375;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";s:5:\"10277\";s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";s:10:\"1548055999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"541\";s:11:\"trend_index\";s:3:\"506\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:378;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"9903\";s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";s:10:\"1547838896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:3:\"552\";s:11:\"trend_index\";s:3:\"529\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:380;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:381;a:14:{s:2:\"id\";s:5:\"10549\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";s:10:\"1547967595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"533\";s:11:\"trend_index\";s:3:\"536\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:382;a:14:{s:2:\"id\";s:5:\"11163\";s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";s:10:\"1564641877\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";s:5:\"11129\";s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";s:10:\"1564641889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:3:\"446\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";s:5:\"11074\";s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";s:10:\"1564641872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"433\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:5:\"10529\";s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";s:10:\"1548046309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"452\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:386;a:14:{s:2:\"id\";s:5:\"11056\";s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";s:10:\"1564641867\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"490\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:5:\"11094\";s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";s:10:\"1564641885\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:3:\"520\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:388;a:14:{s:2:\"id\";s:5:\"11034\";s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";s:10:\"1564641881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:3:\"463\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:4:\"9139\";s:5:\"title\";s:25:\"Homepage – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";s:10:\"1532949924\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:393;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:5:\"10413\";s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";s:10:\"1547961774\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"546\";s:11:\"trend_index\";s:3:\"514\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:395;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";s:5:\"10047\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547847757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"450\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:398;a:14:{s:2:\"id\";s:5:\"10223\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";s:10:\"1547887343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"437\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:399;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";s:5:\"10403\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";s:10:\"1548056371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"488\";s:11:\"trend_index\";s:3:\"465\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:401;a:14:{s:2:\"id\";s:4:\"9373\";s:5:\"title\";s:33:\"Landing Page – Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";s:10:\"1542811219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";s:4:\"9913\";s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";s:10:\"1547841430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"478\";s:11:\"trend_index\";s:3:\"471\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:404;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:406;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:408;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:409;a:14:{s:2:\"id\";s:4:\"9592\";s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546963720\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"500\";s:11:\"trend_index\";s:3:\"540\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:410;a:14:{s:2:\"id\";s:5:\"10210\";s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547886103\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"563\";s:11:\"trend_index\";s:3:\"538\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:411;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site – Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site – Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site – Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";s:4:\"9425\";s:5:\"title\";s:38:\"Black Friday – 80’s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";s:10:\"1542901234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";s:4:\"9879\";s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";s:10:\"1547838416\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"505\";s:11:\"trend_index\";s:3:\"466\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:416;a:14:{s:2:\"id\";s:4:\"9731\";s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";s:10:\"1547976166\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"493\";s:11:\"trend_index\";s:3:\"509\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:417;a:14:{s:2:\"id\";s:5:\"10297\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056099\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"479\";s:11:\"trend_index\";s:3:\"459\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:418;a:14:{s:2:\"id\";s:5:\"10393\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";s:10:\"1548056682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"526\";s:11:\"trend_index\";s:3:\"558\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:419;a:14:{s:2:\"id\";s:5:\"10579\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967887\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"527\";s:11:\"trend_index\";s:3:\"537\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:420;a:14:{s:2:\"id\";s:5:\"10180\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";s:10:\"1548045309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"521\";s:11:\"trend_index\";s:3:\"533\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:421;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:424;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage – Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:430;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";s:5:\"10005\";s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";s:10:\"1547844909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"547\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:433;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";s:4:\"9975\";s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";s:10:\"1547842284\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"562\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:435;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:436;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:437;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"452\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";s:5:\"10329\";s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";s:10:\"1547893478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"564\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:439;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";s:4:\"9650\";s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";s:10:\"1547007598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"553\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About – Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"440\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:445;a:14:{s:2:\"id\";s:5:\"10200\";s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1548055635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"540\";s:11:\"trend_index\";s:3:\"542\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:446;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";s:5:\"10287\";s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547994301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"485\";s:11:\"trend_index\";s:3:\"423\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:448;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:449;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";s:4:\"9889\";s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";s:10:\"1547838722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:3:\"550\";s:11:\"trend_index\";s:3:\"557\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:451;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:453;a:14:{s:2:\"id\";s:5:\"10362\";s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";s:10:\"1548056253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"494\";s:11:\"trend_index\";s:3:\"497\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:454;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:455;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";s:5:\"10454\";s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";s:10:\"1548056896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"561\";s:11:\"trend_index\";s:3:\"556\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:457;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"444\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";s:4:\"9803\";s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547831298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"517\";s:11:\"trend_index\";s:3:\"456\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:460;a:14:{s:2:\"id\";s:5:\"10611\";s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";s:10:\"1547968868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"559\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:461;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:462;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"74\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"442\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:463;a:14:{s:2:\"id\";s:5:\"10508\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"528\";s:11:\"trend_index\";s:3:\"507\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:464;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:466;a:14:{s:2:\"id\";s:4:\"9934\";s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547841787\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"509\";s:11:\"trend_index\";s:3:\"428\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:467;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"424\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"461\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:469;a:14:{s:2:\"id\";s:4:\"9709\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547023834\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"538\";s:11:\"trend_index\";s:3:\"527\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:470;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";s:4:\"9671\";s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"502\";s:11:\"trend_index\";s:3:\"522\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:472;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";s:5:\"10234\";s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548055049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"557\";s:11:\"trend_index\";s:3:\"548\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:474;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:475;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:476;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";s:4:\"9869\";s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";s:10:\"1547837269\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"554\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:478;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page – Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"435\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:5:\"10539\";s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548056994\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"543\";s:11:\"trend_index\";s:3:\"530\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:480;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:481;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:483;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";s:5:\"10147\";s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";s:10:\"1548055522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"555\";s:11:\"trend_index\";s:3:\"543\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:486;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"499\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:487;a:14:{s:2:\"id\";s:4:\"9923\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";s:10:\"1547841537\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"516\";s:11:\"trend_index\";s:3:\"495\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";s:5:\"10117\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";s:10:\"1548066998\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"536\";s:11:\"trend_index\";s:3:\"488\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"422\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:491;a:14:{s:2:\"id\";s:4:\"9826\";s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";s:10:\"1547835513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"539\";s:11:\"trend_index\";s:3:\"546\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";s:5:\"10478\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"474\";s:11:\"trend_index\";s:3:\"489\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:496;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:497;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:498;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:499;a:14:{s:2:\"id\";s:4:\"9985\";s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";s:10:\"1547844661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"551\";s:11:\"trend_index\";s:3:\"524\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"486\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"547\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:502;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"454\";s:11:\"trend_index\";s:3:\"433\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:3:\"430\";s:11:\"trend_index\";s:3:\"469\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:504;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:506;a:14:{s:2:\"id\";s:4:\"9680\";s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"545\";s:11:\"trend_index\";s:3:\"491\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:508;a:14:{s:2:\"id\";s:4:\"9559\";s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1546946547\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"459\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:4:\"9783\";s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547831059\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:3:\"451\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";s:4:\"9752\";s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";s:10:\"1547823982\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"531\";s:11:\"trend_index\";s:3:\"478\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:513;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:514;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:515;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:3:\"555\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:518;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:519;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"504\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:521;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:522;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:524;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:525;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:529;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:530;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:3:\"437\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:531;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:13:\"Coming Soon 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"419\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:533;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:13:\"Coming Soon 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"484\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site – Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:540;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site – Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"479\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:542;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site – Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"443\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"140\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:3:\"516\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"141\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:547;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"142\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"143\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"144\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"145\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"146\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:552;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"147\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"148\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"149\";s:16:\"popularity_index\";s:3:\"467\";s:11:\"trend_index\";s:3:\"553\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:555;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday – Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"150\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday – Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"151\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"505\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:557;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday – Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"152\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"480\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday – Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"153\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:559;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas – Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"154\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"519\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:560;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas – Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"155\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"513\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas – Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"156\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"449\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas – Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"157\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"492\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:563;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas – Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"158\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas – Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"159\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"498\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:565;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"160\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(6636,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Celebrating 3 Million Active Installations!\";s:7:\"excerpt\";s:152:\"Another milestone in the books! In less than six months since reaching 2 million active installs, we can now proudly say that we have reached 3 million.\";s:7:\"created\";s:10:\"1565786736\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:142:\"https://elementor.com/blog/celebrating-3-million-active-installations/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:45:\"Introducing Elementor\'s Monthly Template Kits\";s:7:\"excerpt\";s:98:\"We\'re excited to declare we have just released the first in Elementor\'s Monthly Template Kits! \";s:7:\"created\";s:10:\"1564662570\";s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:121:\"https://elementor.com/blog/monthly-template-kits/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:64:\"Monday Masterclass: Building a One-Page Website With Hello Theme\";s:7:\"excerpt\";s:231:\"This week we’re demonstrating how simple and efficient it is to work with Hello Theme together with the Elementor Theme builder. To do this, we’ll create a one-page website, complete with a navigation menu in the header/footer.\";s:7:\"created\";s:10:\"1564394005\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/build-one-page-website/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(6647,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(6648,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(6649,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(6745,'highlight-category_children','a:0:{}','yes'),(6746,'team-category_children','a:0:{}','yes'),(6749,'testimonial-category_children','a:0:{}','yes'),(6750,'gallery-category_children','a:0:{}','yes'),(6751,'portfolio-category_children','a:0:{}','yes'),(7340,'themify_tiles','a:1:{s:15:\"google_maps_key\";s:0:\"\";}','yes'),(10272,'_transient_themify_builder_new_update','O:8:\"stdClass\":5:{s:5:\"login\";s:5:\"login\";s:7:\"version\";s:5:\"1.3.2\";s:3:\"url\";s:1:\"#\";s:5:\"class\";s:17:\"tb_upgrade_plugin\";s:6:\"target\";s:0:\"\";}','yes'),(23981,'woocommerce_placeholder_image','5841','yes'),(24235,'theme_mods_fullpane-child','a:8:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:8:\"main-nav\";i:71;}s:18:\"custom_css_post_id\";i:-1;s:9:\"customcss\";s:800:\"#main-nav {\n display:none\n}\n\n#menu-icon.mobile-button {\n display:none\n}\n\n#site-description {\n display:none\n}\n\n#footer-tab a {\n background: #00549d;\n}\n\n#footer-tab a:hover {\n background: #00ade9\n}\n\n#footerwrap-inner {\n background-color: #fff;\n}\n\nbody {background-image: url(https://www.featurestorynews.com/wp-content/uploads/2015/03/143902093.jpg); \nbackground-size: cover;\nbackground-attachment: fixed; \n}\n\n@media screen and (max-width: 768px){\nbody {background-image: url(https://www.featurestorynews.com/wp-content/uploads/2015/03/143902093.jpg); \n background-position: center center;} \n}\n#body {\n background: rgba(0, 0, 0, 0.2);\n}\n\n#site-logo { \n margin-top: 3px; \n }\n\n@media screen and (max-width: 480px){\n #site-logo img{\n width: 100% !important;\n padding-bottom: 6px; \n }\n\n\n \";s:15:\"site-logo_image\";s:193:\"{\"stamp\":1540719681853,\"mode\":\"image\",\"id\":5061,\"src\":\"https://www.featurestorynews.com/wp-content/uploads/2018/09/labeleight-logo.png\",\"imgwidth\":\"250\",\"link\":\"www.featurestorynews.com/#HOME\"}\";s:12:\"site-tagline\";s:23:\"{\"stamp\":1540719826394}\";s:11:\"footer_font\";s:18:\"{\"align\":\"center\"}\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1565276760;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:15:{i:0;s:10:\"archives-2\";i:1;s:10:\"archives-3\";i:2;s:6:\"meta-2\";i:3;s:6:\"meta-3\";i:4;s:8:\"search-2\";i:5;s:8:\"search-3\";i:6;s:12:\"categories-2\";i:7;s:12:\"categories-3\";i:8;s:14:\"recent-posts-2\";i:9;s:14:\"recent-posts-3\";i:10;s:17:\"recent-comments-2\";i:11;s:17:\"recent-comments-3\";i:12;s:20:\"themify-twitter-1006\";i:13;s:26:\"themify-feature-posts-1007\";i:14;s:9:\"text-1008\";}s:12:\"sidebar-main\";a:3:{i:0;s:26:\"themify-feature-posts-1002\";i:1;s:19:\"themify-flickr-1003\";i:2;s:20:\"themify-twitter-1004\";}s:13:\"social-widget\";a:1:{i:0;s:25:\"themify-social-links-1005\";}}}}','yes'),(27521,'show_comments_cookies_opt_in','','yes'),(27522,'db_upgraded','','yes'),(27625,'_transient_themify-tiles_check_update','O:8:\"stdClass\":1:{s:11:\"lastChecked\";i:1549104455;}','yes'),(27714,'themify_updater_licence','{\"key\":\"DDKJXEJNWKHT2M\",\"username\":\"nichigson\",\"hideKey\":false}','yes'),(47847,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(47850,'woocommerce_allow_bulk_remove_personal_data','no','no'),(47851,'woocommerce_allow_tracking','no','no'),(47852,'woocommerce_show_marketplace_suggestions','yes','no'),(47862,'_transient_builder-button_check_update','O:8:\"stdClass\":1:{s:11:\"lastChecked\";i:1556870992;}','yes'),(47865,'_transient_builder-contact_check_update','O:8:\"stdClass\":1:{s:11:\"lastChecked\";i:1556870992;}','yes'),(47868,'_transient_builder-maps-pro_check_update','O:8:\"stdClass\":1:{s:11:\"lastChecked\";i:1556870993;}','yes'),(47871,'_transient_builder-pricing-table_check_update','O:8:\"stdClass\":1:{s:11:\"lastChecked\";i:1556870993;}','yes'),(47875,'_transient_builder-tiles_check_update','O:8:\"stdClass\":1:{s:11:\"lastChecked\";i:1556870994;}','yes'),(48722,'recovery_keys','a:0:{}','yes'),(74772,'rs-templates-new','','no'),(74773,'rs-templates','a:3:{s:4:\"hash\";s:32:\"e6bc16a3baa30119e575701ba7187e30\";s:6:\"slider\";a:377:{i:0;a:21:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:21:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:21:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:21:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:21:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:21:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:21:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:21:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:21:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:21:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:21:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:21:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:21:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:21:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:21:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:21:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:21:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:21:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:21:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:21:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:21:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:21:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:21:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:21:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:21:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:21:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:21:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:21:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:21:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:21:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:21:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:21:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:21:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:21:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:21:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:21:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:21:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:21:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:21:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:21:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:21:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:21:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:21:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:21:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:21:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:21:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:21:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:21:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:21:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:21:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:21:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:21:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:21:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:21:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:21:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:21:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:21:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:21:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:21:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:21:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:21:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:21:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:21:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:21:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:21:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:21:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:21:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:24:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:24:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:24:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:24:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:24:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:24:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:24:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:24:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:24:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:24:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:24:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:24:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:24:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:24:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:24:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:24:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:21:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:21:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:21:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:21:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:24:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:24:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:24:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:24:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:24:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:24:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:24:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:24:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:21:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:21:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:24:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:24:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:24:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:24:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:24:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:21:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:21:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:21:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:24:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:24:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:24:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:24:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:21:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:21:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:24:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:24:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:24:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:24:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:24:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:24:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:24:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:24:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:24:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:24:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:24:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:24:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:24:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:24:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:24:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:24:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:24:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:24:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:24:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:24:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:21:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:21:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:21:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:24:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:21:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:21:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:21:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:21:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:21:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:21:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:21:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:21:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:330:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:21:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:21:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:21:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:21:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:21:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:21:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:21:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:21:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:24:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:24:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:24:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:24:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:24:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:24:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:24:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:24:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:24:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:24:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:24:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:24:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:24:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:24:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:24:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:21:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:21:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:21:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:21:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:24:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:24:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:24:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:24:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:24:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:24:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:24:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:24:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:24:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:21:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:21:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:21:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:21:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:21:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:24:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:24:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:24:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:24:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:24:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:24:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:24:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:21:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:24:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:24:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:24:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:24:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:24:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:24:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:24:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:24:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:24:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:24:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:24:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:24:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:24:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:24:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:21:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:21:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:24:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:24:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:24:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:24:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:24:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:24:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:21:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:21:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:21:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:21:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:24:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:24:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:24:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:24:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:24:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:24:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:24:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:24:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:24:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:24:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:24:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:21:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:21:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:21:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:21:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:24:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:24:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:24:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:24:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:24:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:24:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:24:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:24:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:24:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:21:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:21:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:21:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:21:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:21:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:21:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:24:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:24:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:24:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:24:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:24:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:24:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:24:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:24:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:24:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:24:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:24:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:24:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:24:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:24:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:24:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:24:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:24:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:24:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:24:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:24:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:24:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:24:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:24:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:24:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:24:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:24:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:24:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:24:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:24:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:24:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:21:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:21:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:24:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:24:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:24:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:24:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:24:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:24:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:24:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:24:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:24:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:24:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:24:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:24:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:24:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:24:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:24:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:24:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:21:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:24:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:24:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:24:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:24:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:24:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:24:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:24:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:24:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:24:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:24:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:21:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:21:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:24:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:24:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:24:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:24:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:24:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:24:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:24:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:21:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:21:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:24:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:24:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:24:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:24:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:24:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:24:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:24:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:24:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:24:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:24:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:24:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:24:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:24:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:24:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:24:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:24:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:24:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:24:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:24:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:24:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:24:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:24:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:24:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:24:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:24:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:24:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:24:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:24:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:24:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:24:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:24:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:24:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:24:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:24:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:24:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:24:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:24:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:24:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:24:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:24:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:24:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:24:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:24:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:24:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:24:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:24:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:24:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:24:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:24:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:24:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:24:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:24:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:24:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:24:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:24:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:24:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:24:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:24:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:24:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:388:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}}}','no'),(77492,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1565280417;s:7:\"version\";s:5:\"5.1.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(77497,'yp_new_custom_CSS_dir','1','yes'),(77613,'fw:ext:cf:fd:b3585f3df389b57ee2f41ef6b017ef84','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"b3585f3df389b57ee2f41ef6b017ef84\";s:4:\"form\";a:1:{s:4:\"json\";s:258:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_c7335b4\",\"width\":\"1_1\",\"options\":{\"label\":\"Email\",\"required\":true,\"placeholder\":\"Enter your email..\",\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:7:\"#353535\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:7:\"#f3ba40\";s:29:\"submit_background_hover_color\";s:7:\"#ffd83c\";s:12:\"submit_width\";s:8:\"standard\";s:5:\"style\";s:6:\"style6\";}','no'),(77623,'product_cat_children','a:0:{}','yes'),(77636,'revslider_update_revision_current','6.0.0','yes'),(77821,'revslider-update-hash','d8479653dd1738926b3e926b4d362b15','yes'),(77822,'revslider-templates-hash','e6bc16a3baa30119e575701ba7187e30','yes'),(78583,'yp_selector_comments','{\"ypyp-sym-tsymyp-sym-tccontent\":\"Content\",\"yp-sym-uvc_custom_1565598397589yp-sym-uvc_columnyp-sym-tinner\":\"Column inner\",\"yp-sym-uvc_custom_1565552691214divh2\":\"Heading\",\"yp-sym-uvc_custom_1565552691214yp-sym-uwpb_text_columnyp-sym-uwpb_wrapper\":\"Wrapper\",\"yp-sym-uvc_row_1441151680yp-sym-uwpb_wrapperiframe\":\"Iframe\",\"yp-sym-uvc_custom_1565552691214yp-sym-lyp-sym-uvc_column_containeryp-sym-lyp-sym-uvc_columnyp-sym-tinner\":\"Column inner\",\"yp-sym-uvc_custom_1565552691214divimg\":\"Image\",\"yp-sym-uvc_custom_1565552691214yp-sym-uwpb_wrapperyp-sym-uvc_custom_1565552394518\":\"Division\",\"yp-sym-uvc_custom_1565552394518divyp-sym-ushyp-sym-tbuttonyp-sym-tmedium\":\"Button medium\",\"yp-sym-uvc_custom_1565552719508yp-sym-uwpb_wrapperyp-sym-ushyp-sym-temptyyp-sym-tspace\":\"Empty space\",\"yp-sym-uvc_custom_1565552719508divyp-sym-usizeyp-sym-tcustom\":\"Size custom\",\"yp-sym-uvc_custom_1565287798379divh2\":\"Heading\",\"yp-sym-uvc_custom_1565287798379yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock\":\"Text block\",\"ypyp-sym-tsymyp-sym-tcaboutdivh2\":\"Heading\",\"ypyp-sym-tsymyp-sym-tcaboutyp-sym-uwpb_text_columnyp-sym-uwpb_wrapper\":\"Wrapper\",\"yp-sym-ushyp-sym-tfooteryp-sym-twidgetsyp-sym-ushyp-sym-tfooteryp-sym-tcolumns\":\"Footer columns\",\"yp-sym-uvc_custom_1565552719508yp-sym-uvc_columnyp-sym-tinner\":\"Column inner\",\"ypyp-sym-tsymyp-sym-tcfsnlivesuiteyp-sym-uvc_custom_1565287798379\":\"Division\",\"yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapper\":\"Wrapper\",\"yp-sym-uvc_custom_1565795020499divh2\":\"Heading\",\"ypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013divh2\":\"Heading\",\"yp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"yp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"ypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"yp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"yp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"ypyp-sym-tsymyp-sym-tcwrapperyp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontainerypyp-sym-tsymyp-sym-tcwrapperyp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499\":\"Division\",\"ypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499\":\"Division\",\"yp-sym-uvc_custom_1565795020499divh3\":\"Heading\",\"ypyp-sym-tsymyp-sym-tccontentyp-sym-ushyp-sym-theadingdivh3\":\"Heading\",\"yp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3\":\"Heading\",\"yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3\":\"Heading\",\"yp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3\":\"Heading\",\"ypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3\":\"Heading\",\"yp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3\":\"Heading\",\"yp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3\":\"Heading\",\"ypyp-sym-tsymyp-sym-tcwrapperyp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3\":\"Heading\",\"ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontainerypyp-sym-tsymyp-sym-tcwrapperyp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3\":\"Heading\",\"ypyp-sym-tsymyp-sym-tcaboutyp-sym-lyp-sym-uvc_column_containeryp-sym-lyp-sym-uvc_columnyp-sym-tinner\":\"Column inner\",\"ypyp-sym-tsymyp-sym-tcnewsdivh2\":\"Heading\",\"ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1565961884082\":\"Division\",\"yp-sym-uvc_custom_1565961884082divh2\":\"Heading\",\"yp-sym-uvc_custom_1565961884082divh3\":\"Heading\",\"ypyp-sym-tsymyp-sym-tccontentypyp-sym-tsymyp-sym-tchomedivh2\":\"Heading\",\"yp-sym-uvc_custom_1565961884082yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"yp-sym-uvc_column_containeryp-sym-uvc_custom_1565961884082yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"yp-sym-uheaderyp-sym-tcontactsyp-sym-titemyp-sym-uheaderyp-sym-tcontactsyp-sym-tdetailsa\":\"Link\",\"yp-sym-ushyp-sym-theaderyp-sym-ttopyp-sym-uheaderyp-sym-tcontactsyp-sym-uheaderyp-sym-tcontactsyp-sym-titem\":\"Header contacts item\",\"yp-sym-ushyp-sym-theaderyp-sym-ttopyp-sym-uheaderyp-sym-tsocialyp-sym-tmedia\":\"Column 5/12\",\"yp-sym-uheaderyp-sym-tsocialyp-sym-tmediayp-sym-usocialyp-sym-tmediayp-sym-ttwitteri\":\"Italic Tag\",\"yp-sym-uheaderyp-sym-tsocialyp-sym-tmediayp-sym-usocialyp-sym-tmediayp-sym-tfacebooki\":\"Italic Tag\",\"yp-sym-uheaderyp-sym-tsocialyp-sym-tmediayp-sym-usocialyp-sym-tmediayp-sym-tyoutubei\":\"Italic Tag\",\"ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontaineryp-sym-uprimaryyp-sym-tmobile\":\"Primary mobile\",\"yp-sym-uvc_custom_1570024302556yp-sym-uwpb_wrapperyp-sym-uvc_row_364178354\":\"Vc row 364178354\",\"ypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1570024302556yp-sym-uwpb_wrapperyp-sym-uvc_row_364178354\":\"Vc row 364178354\",\"yp-sym-uvc_custom_1570024302556yp-sym-uwpb_wrapperyp-sym-uvc_row_856304317\":\"Vc row 856304317\",\"ypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1570024302556yp-sym-uwpb_wrapperyp-sym-uvc_row_856304317\":\"Vc row 856304317\",\"yp-sym-ushyp-sym-theadingdivh2\":\"Heading\",\"yp-sym-uvc_custom_1573819421588yp-sym-uwpb_wrapperyp-sym-ushyp-sym-tcountdownyp-sym-tmedium\":\"Countdown medium\",\"yp-sym-uwpb_single_imageyp-sym-uwpb_wrapperimg\":\"Thumbnail Image\",\"yp-sym-uvc_custom_1573831909323yp-sym-uvc_columnyp-sym-tinner\":\"Column inner\",\"yp-sym-uvc_custom_1573831909323yp-sym-uwpb_wrapperyp-sym-uwpb_single_image\":\"Single image\",\"yp-sym-uvc_custom_1573832209115yp-sym-uwpb_wrapperyp-sym-uwpb_single_image\":\"Single image\",\"yp-sym-uvc_custom_1572991956394yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock\":\"Text block\",\"yp-sym-uvc_custom_1573228570559yp-sym-uvc_custom_1565287798379\":\"Division\",\"ypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1573228570559yp-sym-uvc_custom_1565287798379\":\"Division\",\"yp-sym-uvc_custom_1565287798379yp-sym-ushyp-sym-ttextyp-sym-tblockspan\":\"Span Tag\",\"ypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1573228570559\":\"Division\",\"ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontainerypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1573228570559\":\"Division\",\"yp-sym-uvc_custom_1572891840531yp-sym-uwpb_wrapperyp-sym-uvc_column_container\":\"Column container\",\"yp-sym-uvc_custom_1572891028736yp-sym-uwpb_wrapperp\":\"Paragraph\",\"yp-sym-uvc_custom_1570619543267divh2\":\"Heading\",\"yp-sym-uvc_custom_1574895334175yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock\":\"Text block\",\"yp-sym-uvc_custom_1570465099591yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ticonboxyp-sym-tcenter\":\"Iconbox center\",\"yp-sym-uvc_custom_1570449368991divh2\":\"Heading\",\"yp-sym-uvc_custom_1570449368991yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock\":\"Text block\",\"yp-sym-uvc_custom_1570457456502yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock\":\"Text block\",\"yp-sym-uvc_custom_1570465112761yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock\":\"Text block\",\"yp-sym-ushyp-sym-theadingyp-sym-usizeyp-sym-tcustomspan\":\"Span Tag\",\"yp-sym-uvc_custom_1570043800434yp-sym-uwpb_wrapperyp-sym-uwpb_wrapper\":\"Wrapper\",\"yp-sym-ushyp-sym-tcounteryp-sym-ushyp-sym-ttableyp-sym-ushyp-sym-ttableyp-sym-tcell\":\"Table cell\",\"yp-sym-uvc_custom_1570031171881yp-sym-uwpb_wrapperyp-sym-ushyp-sym-tcounter\":\"Counter\",\"yp-sym-uvc_custom_1570111485691yp-sym-uvc_column_containeryp-sym-uvc_columnyp-sym-tinneryp-sym-uwpb_wrapperyp-sym-ushyp-sym-tsingleyp-sym-timageyp-sym-ldiv\":\"Division\",\"yp-sym-uvc_custom_1570043800434yp-sym-ushyp-sym-theadingh2\":\"Heading\",\"yp-sym-uvc_custom_1570042531830yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock\":\"Text block\",\"yp-sym-uvc_custom_1570042531830yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ticonboxyp-sym-taside\":\"Iconbox aside\",\"ypyp-sym-tsymyp-sym-tcblockyp-sym-tyui_3_17_2_41_1514755240646_4221p\":\"Paragraph\",\"ypyp-sym-tsymyp-sym-tcfsnlivesuite\":\"Fsnlivesuite\",\"yp-sym-uvc_custom_1570793251928divh3\":\"Heading\",\"ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1570793251928\":\"Division\"}','yes'),(79245,'wc_admin_install_timestamp','1569425673','yes'),(79249,'wc_admin_last_orders_milestone','0','yes'),(79304,'n2_ss3_version','3.3.25r5488','yes'),(79305,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79309,'elementor_log','a:11:{s:32:\"0967d96aac56eee86769e3682a041dfb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"df57ac8dd71221a62a4cb1020ebf635a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:49:\"Elementor/Upgrades - _v_2_3_0_widget_image Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:49:\"Elementor/Upgrades - _v_2_3_0_widget_image Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"cd033cfbbce4efede6f194d53b2288e1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:51:\"Elementor/Upgrades - _v_2_3_0_widget_image Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:51:\"Elementor/Upgrades - _v_2_3_0_widget_image Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"b9f8faa3f841a15e78e449a600060a04\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor/Upgrades - _v_2_3_0_template_type Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor/Upgrades - _v_2_3_0_template_type Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"9f6de9e780f4faebc3dbe9a90f794993\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:52:\"Elementor/Upgrades - _v_2_3_0_template_type Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:52:\"Elementor/Upgrades - _v_2_3_0_template_type Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"db19488dd76553a48663fd4fe356952b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:55:\"Elementor/Upgrades - _v_2_6_0_fa4_migration_flag Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:55:\"Elementor/Upgrades - _v_2_6_0_fa4_migration_flag Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ae980a50b430e9085441f6474ed8af48\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:57:\"Elementor/Upgrades - _v_2_6_0_fa4_migration_flag Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:57:\"Elementor/Upgrades - _v_2_6_0_fa4_migration_flag Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"1310acc3e98190423b353be77d683bad\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:57:\"Elementor/Upgrades - _v_2_6_6_fa4_migration_button Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:57:\"Elementor/Upgrades - _v_2_6_6_fa4_migration_button Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"807c1fc035d497a3384c1d7d7e05f39e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:59:\"Elementor/Upgrades - _v_2_6_6_fa4_migration_button Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:59:\"Elementor/Upgrades - _v_2_6_6_fa4_migration_button Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ebfc721776446874eb2feb1d709ed510\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.1.8\";s:2:\"to\";s:5:\"2.6.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.1.8\";s:2:\"to\";s:5:\"2.6.8\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e66ad19a2317606c605652e51b6f6caa\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2019-08-13 19:50:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.1.8\";s:2:\"to\";s:5:\"2.6.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2019-08-13 19:50:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.1.8\";s:2:\"to\";s:5:\"2.6.8\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(79312,'elementor_icon_manager_needs_update','yes','yes'),(79313,'elementor_load_fa4_shim','yes','yes'),(79842,'ctf_version','1.3','yes'),(79845,'ctf_rating_notice','dismissed','yes'),(79846,'widget_custom-twitter-feeds-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80087,'_elementor_global_css','a:5:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:13;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(81584,'recovery_mode_email_last_sent','1571405542','yes'),(82804,'revslider-library-hash','38cf270bea2cb5bb7e100e0fd4e86d05','yes'),(82838,'theme_mods_twentyfifteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:96;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1566295628;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:23:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";i:6;s:8:\"search-3\";i:7;s:14:\"recent-posts-3\";i:8;s:17:\"recent-comments-3\";i:9;s:10:\"archives-3\";i:10;s:12:\"categories-3\";i:11;s:6:\"meta-3\";i:12;s:12:\"categories-4\";i:13;s:11:\"tag_cloud-1\";i:14;s:6:\"text-2\";i:15;s:6:\"text-3\";i:16;s:28:\"woocommerce_product_search-1\";i:17;s:32:\"woocommerce_product_categories-1\";i:18;s:26:\"woocommerce_price_filter-1\";i:19;s:32:\"woocommerce_top_rated_products-2\";i:20;s:28:\"woocommerce_product_search-2\";i:21;s:26:\"woocommerce_price_filter-2\";i:22;s:32:\"woocommerce_top_rated_products-3\";}s:9:\"sidebar-1\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}}}','yes'),(86633,'wpforms_version','1.5.5.1','yes'),(86634,'wpforms_activated','a:1:{s:4:\"lite\";i:1567428988;}','yes'),(86637,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(86638,'_amn_wpforms-lite_to_check','1575037727','yes'),(86639,'wpforms_review','a:2:{s:4:\"time\";i:1569425558;s:9:\"dismissed\";b:1;}','yes'),(86764,'wpforms_settings','a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}','yes'),(86768,'_transient_orders-transient-version','1572385459','yes'),(86771,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:26:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:117:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:98:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:19;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:20;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:21;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:103:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:22;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:23;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:24;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:25;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins//marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1574773323;}','no'),(86786,'woocommerce_bacs_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:20:\"Direct bank transfer\";s:11:\"description\";s:176:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\";s:12:\"instructions\";s:0:\"\";s:15:\"account_details\";s:0:\"\";}','yes'),(86787,'woocommerce_bacs_accounts','a:1:{i:0;a:6:{s:12:\"account_name\";s:10:\"Nic Higson\";s:14:\"account_number\";s:8:\"31328514\";s:9:\"bank_name\";s:4:\"HSBC\";s:9:\"sort_code\";s:6:\"400322\";s:4:\"iban\";s:22:\"GB78HBUK40032231328514\";s:3:\"bic\";s:11:\"HBUKGB4106R\";}}','yes'),(86795,'woocommerce_gateway_order','a:4:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;}','yes'),(86966,'woocommerce_sales_record_date','2019-09-02','yes'),(86967,'woocommerce_sales_record_amount','7.99','yes'),(91396,'wc_admin_version','0.19.0','yes'); INSERT INTO `wp_options` VALUES (93303,'wpb_js_templates','a:5:{s:22:\"slideininin_2356697252\";a:2:{s:4:\"name\";s:11:\"slideininin\";s:8:\"template\";s:5738:\"[vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"30px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></span></p>\n\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\n\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"VIEW SHOWCASE\" url=\"#showcase\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\n\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"http://www.fsnradionews.com/FSNNews/FSNWorldNews.mp3\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\";}s:28:\"phonebook-template_842569226\";a:2:{s:4:\"name\";s:18:\"phonebook template\";s:8:\"template\";s:4290:\"[vc_row full_width=\"stretch_row\" content_placement=\"top\" css_animation=\"none\" overflow=\"default\"][vc_column css_animation=\"none\" width=\"1/2\" shadow=\"shadow1\" overflow=\"default\" max_width=\"730\" padding_tablet=\"70px 40px 70px 40px\" css=\".vc_custom_1569850347453{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}\"][vcj_heading style=\"style1\" text_color=\"#505050\" weight=\"700\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\n<h1 class=\"sh-heading-content size-l text-left\">FSN WASHINGTON DC</h1>\nPart of the FSN Live network[/vcj_heading][vcj_empty_space height=\"20px\"][vcj_text_block paragraph_whitespace=\"1\"]<strong>FSN\'s Washington Team covers all the twists and turns of the Trump Presidency and oversees the company\'s coverage across the United States. </strong>[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_divider width=\"fixed\" fixed_width=\"20\" type=\"solid\" height=\"5\" radius=\"30\" alignment=\"left\" line_color=\"#eaeaea\"][vcj_empty_space height=\"20px\"][vcj_icon_box icon=\"icon-location-pin\" title=\"Location\" improved_responsiveness=\"1\" style=\"style2\" alignment=\"left\" color_icon_hover=\"#f36347\"]1730 Rhode Island Ave NW,\n\nSuite 405,\n\nWashington DC 20036 USA[/vcj_icon_box][vcj_empty_space height=\"20px\"][vcj_icon_box icon=\"icon-phone\" title=\"Nina Maria Potts, Director of News Coverage\" improved_responsiveness=\"1\" style=\"style2\" alignment=\"left\" color_icon_hover=\"#f36347\"]<a href=\"tel:+12026507859\">+ 1 202 650 7859</a> or <a href=\"emailto:pottsnm@featurestory.com\">email</a>[/vcj_icon_box][vcj_icon_box icon=\"icon-phone\" title=\"Newsroom\" improved_responsiveness=\"1\" style=\"style2\" alignment=\"left\" color_icon_hover=\"#f36347\"]<a href=\"tel:+12022969012\">+ 1 202 296 9012</a>[/vcj_icon_box][vcj_icon_box icon=\"icon-phone\" title=\"FSN LIVE Master Control Room (24-hours)\" improved_responsiveness=\"1\" style=\"style2\" alignment=\"left\" color_icon_hover=\"#f36347\"]<a href=\"tel:+12026009907\">+ 1 202 600 9907</a>[/vcj_icon_box][vcj_empty_space height=\"20px\"][vcj_single_image image=\"7967\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_masonry_media_grid grid_id=\"vc_gid:1570034724663-a53e8808-d8c4-5\" include=\"7973,7972,7970,7971,7969,7968\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\" overflow=\"default\" css=\".vc_custom_1569850360042{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}\"][vcj_google_maps locations=\"%5B%7B%22address%22%3A%221730%20Rhode%20Island%20Ave%20NW%2C%20Washington%20DC%2020036%20USA%22%7D%5D\" image=\"8135\" height=\"700px\" zoom=\"18\" styling=\"`{`{``featureType``:``landscape``,``stylers``:`{`{``saturation``:-100},{``lightness``:65},{``visibility``:``on``}`}`},{``featureType``:``poi``,``stylers``:`{`{``saturation``:-100},{``lightness``:51},{``visibility``:``simplified``}`}`},{``featureType``:``road.highway``,``stylers``:`{`{``saturation``:-100},{``visibility``:``simplified``}`}`},{``featureType``:``road.arterial``,``stylers``:`{`{``saturation``:-100},{``lightness``:30},{``visibility``:``on``}`}`},{``featureType``:``road.local``,``stylers``:`{`{``saturation``:-100},{``lightness``:40},{``visibility``:``on``}`}`},{``featureType``:``transit``,``stylers``:`{`{``saturation``:-100},{``visibility``:``simplified``}`}`},{``featureType``:``administrative.province``,``stylers``:`{`{``visibility``:``off``}`}`},{``featureType``:``water``,``elementType``:``labels``,``stylers``:`{`{``visibility``:``on``},{``lightness``:-25},{``saturation``:-100}`}`},{``featureType``:``water``,``elementType``:``geometry``,``stylers``:`{`{``hue``:``#ffff00``},{``lightness``:-25},{``saturation``:-97}`}`}`}`\"][vcj_empty_space height=\"50px\"][vcj_heading style=\"style1\" text_color=\"#505050\" weight=\"700\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\n<h1 class=\"sh-heading-content size-l text-left\">CONTACT FSN WASHINGTON</h1>\n \n\nTo contact FSN Washington about coverage needs, production facility requirements, or live TV and radio studio bookings, complete the form below.\n\n \n\nWe\'ll get back in touch with you as quickly as possible.[/vcj_heading][vcj_empty_space height=\"40px\"][vcj_contact_form_7 form_id=\"5975\"][/vc_column][/vc_row]\";}s:29:\"phonebook-template_4018965059\";a:2:{s:4:\"name\";s:18:\"phonebook template\";s:8:\"template\";s:4290:\"[vc_row full_width=\"stretch_row\" content_placement=\"top\" css_animation=\"none\" overflow=\"default\"][vc_column css_animation=\"none\" width=\"1/2\" shadow=\"shadow1\" overflow=\"default\" max_width=\"730\" padding_tablet=\"70px 40px 70px 40px\" css=\".vc_custom_1569850347453{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}\"][vcj_heading style=\"style1\" text_color=\"#505050\" weight=\"700\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\n<h1 class=\"sh-heading-content size-l text-left\">FSN WASHINGTON DC</h1>\nPart of the FSN Live network[/vcj_heading][vcj_empty_space height=\"20px\"][vcj_text_block paragraph_whitespace=\"1\"]<strong>FSN\'s Washington Team covers all the twists and turns of the Trump Presidency and oversees the company\'s coverage across the United States. </strong>[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_divider width=\"fixed\" fixed_width=\"20\" type=\"solid\" height=\"5\" radius=\"30\" alignment=\"left\" line_color=\"#eaeaea\"][vcj_empty_space height=\"20px\"][vcj_icon_box icon=\"icon-location-pin\" title=\"Location\" improved_responsiveness=\"1\" style=\"style2\" alignment=\"left\" color_icon_hover=\"#f36347\"]1730 Rhode Island Ave NW,\n\nSuite 405,\n\nWashington DC 20036 USA[/vcj_icon_box][vcj_empty_space height=\"20px\"][vcj_icon_box icon=\"icon-phone\" title=\"Nina Maria Potts, Director of News Coverage\" improved_responsiveness=\"1\" style=\"style2\" alignment=\"left\" color_icon_hover=\"#f36347\"]<a href=\"tel:+12026507859\">+ 1 202 650 7859</a> or <a href=\"emailto:pottsnm@featurestory.com\">email</a>[/vcj_icon_box][vcj_icon_box icon=\"icon-phone\" title=\"Newsroom\" improved_responsiveness=\"1\" style=\"style2\" alignment=\"left\" color_icon_hover=\"#f36347\"]<a href=\"tel:+12022969012\">+ 1 202 296 9012</a>[/vcj_icon_box][vcj_icon_box icon=\"icon-phone\" title=\"FSN LIVE Master Control Room (24-hours)\" improved_responsiveness=\"1\" style=\"style2\" alignment=\"left\" color_icon_hover=\"#f36347\"]<a href=\"tel:+12026009907\">+ 1 202 600 9907</a>[/vcj_icon_box][vcj_empty_space height=\"20px\"][vcj_single_image image=\"7967\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_masonry_media_grid grid_id=\"vc_gid:1570034884730-c535d937-9754-1\" include=\"7973,7972,7970,7971,7969,7968\"][/vc_column][vc_column css_animation=\"slideInRight\" width=\"1/2\" overflow=\"default\" css=\".vc_custom_1569850360042{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}\"][vcj_google_maps locations=\"%5B%7B%22address%22%3A%221730%20Rhode%20Island%20Ave%20NW%2C%20Washington%20DC%2020036%20USA%22%7D%5D\" image=\"8135\" height=\"700px\" zoom=\"18\" styling=\"`{`{``featureType``:``landscape``,``stylers``:`{`{``saturation``:-100},{``lightness``:65},{``visibility``:``on``}`}`},{``featureType``:``poi``,``stylers``:`{`{``saturation``:-100},{``lightness``:51},{``visibility``:``simplified``}`}`},{``featureType``:``road.highway``,``stylers``:`{`{``saturation``:-100},{``visibility``:``simplified``}`}`},{``featureType``:``road.arterial``,``stylers``:`{`{``saturation``:-100},{``lightness``:30},{``visibility``:``on``}`}`},{``featureType``:``road.local``,``stylers``:`{`{``saturation``:-100},{``lightness``:40},{``visibility``:``on``}`}`},{``featureType``:``transit``,``stylers``:`{`{``saturation``:-100},{``visibility``:``simplified``}`}`},{``featureType``:``administrative.province``,``stylers``:`{`{``visibility``:``off``}`}`},{``featureType``:``water``,``elementType``:``labels``,``stylers``:`{`{``visibility``:``on``},{``lightness``:-25},{``saturation``:-100}`}`},{``featureType``:``water``,``elementType``:``geometry``,``stylers``:`{`{``hue``:``#ffff00``},{``lightness``:-25},{``saturation``:-97}`}`}`}`\"][vcj_empty_space height=\"50px\"][vcj_heading style=\"style1\" text_color=\"#505050\" weight=\"700\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\n<h1 class=\"sh-heading-content size-l text-left\">CONTACT FSN WASHINGTON</h1>\n \n\nTo contact FSN Washington about coverage needs, production facility requirements, or live TV and radio studio bookings, complete the form below.\n\n \n\nWe\'ll get back in touch with you as quickly as possible.[/vcj_heading][vcj_empty_space height=\"40px\"][vcj_contact_form_7 form_id=\"5975\"][/vc_column][/vc_row]\";}s:17:\"roster_3210258700\";a:2:{s:4:\"name\";s:6:\"ROSTER\";s:8:\"template\";s:1101:\"[vc_row overflow=\"default\" css=\".vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"JOIN OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\" el_class=\".desktopclients\"][vc_column_inner width=\"1/2\"][vcj_image_gallery_simple images=\"8276,8275,8274,8273,6162,6161,6158,6159,6160,6156,6157,6155,8281,8279,8277\" columns=\"5columns\" overlay=\"off\" gap=\"15px\" radius=\"0px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_image_gallery_simple images=\"8291,8290,8289,8288,8287,8286,8285,8284,8283,8282\" columns=\"5columns\" overlay=\"off\" gap=\"15px\" radius=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\" el_class=\".mobileclients\"][vc_column_inner][vcj_single_image image=\"8535\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\";}s:17:\"infocs_4286828147\";a:2:{s:4:\"name\";s:6:\"INFOCS\";s:8:\"template\";s:2607:\"[vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}\" el_id=\"fsnlivesuite\" padding_tablet=\"20% 5% 10% 5%\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\" custom_class=\"videoplayer\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"25px\"][vcj_single_image image=\"8963\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider type=\"solid\" radius=\"0\" line_color=\"#ffffff\"][vcj_empty_space height=\"25px\"][vcj_text_block paragraph_whitespace=\"1\"]<span style=\"color: #ffffff;\">Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.</span>[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Our%20unique%20%E2%80%9CREMOTE%E2%80%9D%20mode%20allows%20MCR%20engineers%20to%20control%20focus%2C%20shutter%2C%20zoom%2C%20latency%20and%20now%20-%20via%20remote-controlled%20gimbal%20-%20pan%20and%20tilt.%20%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in%20the%20field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style1\" border_radius=\"5px\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\" expanded_text_color=\"#505050\" expanded_background_color=\"#f4f4f4\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" text_color=\"#505050\" background_color=\"#ffffff\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row]\";}}','no'),(93308,'ctf_options','a:58:{s:12:\"access_token\";s:50:\"19273804-WsP7eyWKDSv48Sw19xs3VFSB114gAU4JiVtc2LpyC\";s:19:\"access_token_secret\";s:45:\"0XjbLa1wzQbGtghpSocfkOfr2vf6LjDLUe5bU27Kf0W1C\";s:10:\"ajax_theme\";b:0;s:15:\"have_own_tokens\";b:0;s:16:\"use_own_consumer\";b:0;s:17:\"preserve_settings\";b:0;s:27:\"usertimeline_includereplies\";b:0;s:27:\"hometimeline_includereplies\";b:0;s:31:\"mentionstimeline_includereplies\";b:0;s:3:\"tab\";s:9:\"customize\";s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:4:\"type\";s:12:\"usertimeline\";s:17:\"usertimeline_text\";s:12:\"featurestory\";s:11:\"search_text\";s:0:\"\";s:3:\"num\";s:1:\"5\";s:10:\"cache_time\";s:1:\"1\";s:15:\"cache_time_unit\";s:4:\"3600\";s:14:\"includereplies\";b:0;s:21:\"width_mobile_no_fixed\";i:0;s:17:\"include_retweeter\";b:1;s:14:\"include_avatar\";b:1;s:14:\"include_author\";b:1;s:12:\"include_logo\";b:1;s:12:\"include_text\";b:1;s:25:\"include_media_placeholder\";b:1;s:12:\"include_date\";b:1;s:15:\"include_actions\";b:1;s:19:\"include_twitterlink\";b:1;s:15:\"include_linkbox\";b:1;s:9:\"creditctf\";i:0;s:10:\"showbutton\";b:1;s:10:\"showheader\";b:1;s:15:\"persistentcache\";b:1;s:11:\"selfreplies\";i:0;s:14:\"disableintents\";i:0;s:14:\"disableawesome\";i:0;s:9:\"shorturls\";i:0;s:5:\"width\";s:3:\"100\";s:10:\"width_unit\";s:1:\"%\";s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"px\";s:5:\"class\";s:0:\"\";s:6:\"layout\";s:4:\"list\";s:11:\"masonrycols\";s:1:\"3\";s:17:\"masonrymobilecols\";s:1:\"1\";s:12:\"carouselcols\";s:1:\"3\";s:18:\"carouselmobilecols\";s:1:\"1\";s:12:\"carouselloop\";s:4:\"none\";s:14:\"carouselarrows\";s:7:\"onhover\";s:14:\"carouselheight\";s:7:\"tallest\";s:12:\"carouseltime\";s:4:\"5000\";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:14:\"request_method\";s:4:\"auto\";s:16:\"cron_cache_clear\";s:5:\"unset\";s:10:\"multiplier\";s:4:\"1.25\";s:11:\"font_method\";s:3:\"svg\";}','yes'),(93328,'cff_rating_notice','dismissed','no'),(93329,'cff_statuses','a:2:{s:13:\"first_install\";i:1569865025;s:23:\"rating_notice_dismissed\";i:1571129376;}','no'),(93330,'cff_db_version','1.0','yes'),(93333,'cff_page_type','page','yes'),(93411,'polylang','a:15:{s:7:\"browser\";i:1;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:1;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";i:0;s:9:\"uninstall\";i:0;s:4:\"sync\";a:3:{i:0;s:11:\"post_parent\";i:1;s:17:\"_wp_page_template\";i:2;s:13:\"_thumbnail_id\";}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"2.6.4\";s:16:\"first_activation\";i:1569919424;s:12:\"default_lang\";s:2:\"en\";s:9:\"nav_menus\";a:1:{s:13:\"jevelin-child\";a:4:{s:6:\"header\";a:2:{s:2:\"en\";i:96;s:2:\"es\";i:96;}s:11:\"header-left\";a:2:{s:2:\"en\";i:0;s:2:\"es\";i:0;}s:12:\"header-right\";a:2:{s:2:\"en\";i:0;s:2:\"es\";i:0;}s:6:\"topbar\";a:2:{s:2:\"en\";i:0;s:2:\"es\";i:0;}}}}','yes'),(93412,'polylang_wpml_strings','a:0:{}','yes'),(93413,'widget_polylang','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93449,'lingotek_plugin_version','1.4.3','yes'),(93450,'lingotek_base_url','https://myaccount.lingotek.com','yes'),(93456,'lingotek_professional_promotion_shown','1','yes'),(93525,'category_children','a:0:{}','yes'),(93526,'fw-portfolio-category_children','a:0:{}','yes'),(93550,'jevelin_settings_updated','673117750','yes'),(93567,'fw:ext:cf:fd:14fac8cf75e53271bdc57607a93c1825','a:17:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"14fac8cf75e53271bdc57607a93c1825\";s:4:\"form\";a:1:{s:4:\"json\";s:781:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_db5718c\",\"width\":\"1_2\",\"options\":{\"label\":\"Name\",\"required\":true,\"placeholder\":\"Name\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"email\",\"shortcode\":\"email_741b2d2\",\"width\":\"1_2\",\"options\":{\"label\":\"E-mail\",\"required\":true,\"placeholder\":\"E-mail\",\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_f0247a5\",\"width\":\"1_1\",\"options\":{\"label\":\"Message text\",\"required\":true,\"placeholder\":\"Message text\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}}]\";}s:15:\"subject_message\";s:11:\"New message\";s:18:\"submit_button_text\";s:12:\"SEND MESSAGE\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:8:\"email_to\";s:0:\"\";s:6:\"mailer\";a:0:{}s:10:\"text_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:23:\"submit_background_color\";s:7:\"#58cce5\";s:29:\"submit_background_hover_color\";s:7:\"#5ddadf\";s:12:\"submit_width\";s:4:\"full\";s:5:\"style\";s:6:\"style5\";}','no'),(93587,'wpvl_plugin_version','1.8.8','yes'),(93588,'wpvl_enable_jquery','1','yes'),(93589,'wpvl_enable_prettyPhoto','1','yes'),(93590,'wpvl_prettyphoto_options','O:29:\"WP_Video_Lightbox_prettyPhoto\":21:{s:15:\"animation_speed\";s:4:\"fast\";s:9:\"slideshow\";s:4:\"5000\";s:18:\"autoplay_slideshow\";s:5:\"false\";s:7:\"opacity\";s:3:\"0.8\";s:10:\"show_title\";s:4:\"true\";s:12:\"allow_resize\";s:4:\"true\";s:12:\"allow_expand\";s:4:\"true\";s:13:\"default_width\";s:3:\"640\";s:14:\"default_height\";s:3:\"480\";s:23:\"counter_separator_label\";s:1:\"/\";s:5:\"theme\";s:10:\"pp_default\";s:18:\"horizontal_padding\";s:2:\"20\";s:9:\"hideflash\";s:5:\"false\";s:5:\"wmode\";s:6:\"opaque\";s:8:\"autoplay\";s:4:\"true\";s:5:\"modal\";s:5:\"false\";s:11:\"deeplinking\";s:5:\"false\";s:15:\"overlay_gallery\";s:4:\"true\";s:19:\"overlay_gallery_max\";s:2:\"30\";s:18:\"keyboard_shortcuts\";s:4:\"true\";s:12:\"ie6_fallback\";s:4:\"true\";}','yes'),(93783,'duplicate_post_copytitle','1','yes'),(93784,'duplicate_post_copydate','0','yes'),(93785,'duplicate_post_copystatus','0','yes'),(93786,'duplicate_post_copyslug','0','yes'),(93787,'duplicate_post_copyexcerpt','1','yes'),(93788,'duplicate_post_copycontent','1','yes'),(93789,'duplicate_post_copythumbnail','1','yes'),(93790,'duplicate_post_copytemplate','1','yes'),(93791,'duplicate_post_copyformat','1','yes'),(93792,'duplicate_post_copyauthor','0','yes'),(93793,'duplicate_post_copypassword','0','yes'),(93794,'duplicate_post_copyattachments','0','yes'),(93795,'duplicate_post_copychildren','0','yes'),(93796,'duplicate_post_copycomments','0','yes'),(93797,'duplicate_post_copymenuorder','1','yes'),(93798,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(93799,'duplicate_post_blacklist','','yes'),(93800,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(93801,'duplicate_post_show_row','1','yes'),(93802,'duplicate_post_show_adminbar','1','yes'),(93803,'duplicate_post_show_submitbox','1','yes'),(93804,'duplicate_post_show_bulkactions','1','yes'),(93805,'duplicate_post_version','3.2.3','yes'),(93806,'duplicate_post_show_notice','0','no'),(93863,'_transient_pll_languages_list','a:2:{i:0;a:26:{s:7:\"term_id\";i:112;s:4:\"name\";s:7:\"English\";s:4:\"slug\";s:2:\"en\";s:10:\"term_group\";i:1;s:16:\"term_taxonomy_id\";i:112;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:5:\"en_US\";s:6:\"parent\";i:0;s:5:\"count\";i:116;s:10:\"tl_term_id\";i:113;s:19:\"tl_term_taxonomy_id\";i:113;s:8:\"tl_count\";i:26;s:6:\"locale\";s:5:\"en_US\";s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"en-US\";s:8:\"facebook\";s:5:\"en_US\";s:8:\"flag_url\";s:73:\"https://www.featurestorynews.com/wp-content/plugins/polylang/flags/us.png\";s:4:\"flag\";s:901:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHzSURBVHjaYkxOP8IAB//+Mfz7w8Dwi4HhP5CcJb/n/7evb16/APL/gRFQDiAAw3JuAgAIBEDQ/iswEERjGzBQLEru97ll0g0+3HvqMn1SpqlqGsZMsZsIe0SICA5gt5a/AGIEarCPtFh+6N/ffwxA9OvP/7//QYwff/6fZahmePeB4dNHhi+fGb59Y4zyvHHmCEAAAW3YDzQYaJJ93a+vX79aVf58//69fvEPlpIfnz59+vDhw7t37968efP3b/SXL59OnjwIEEAsDP+YgY53b2b89++/awvLn98MDi2cVxl+/vl6mituCtBghi9f/v/48e/XL86krj9XzwEEEENy8g6gu22rfn78+NGs5Ofr16+ZC58+fvyYwX8rxOxXr169fPny+fPn1//93bJlBUAAsQADZMEBxj9/GBxb2P/9+S/R8u3vzxuyaX8ZHv3j8/YGms3w8ycQARmi2eE37t4ACCDGR4/uSkrKAS35B3TT////wADOgLOBIaXIyjBlwxKAAGKRXjCB0SOEaeu+/y9fMnz4AHQxCP348R/o+l+//sMZQBNLEvif3AcIIMZbty7Ly6t9ZmXl+fXj/38GoHH/UcGfP79//BBiYHjy9+8/oUkNAAHEwt1V/vI/KBY/QSISFqM/GBg+MzB8A6PfYC5EFiDAABqgW776MP0rAAAAAElFTkSuQmCC\" title=\"English\" alt=\"English\" width=\"16\" height=\"11\" />\";s:8:\"home_url\";s:33:\"https://www.featurestorynews.com/\";s:10:\"search_url\";s:33:\"https://www.featurestorynews.com/\";s:4:\"host\";N;s:5:\"mo_id\";s:4:\"8019\";s:13:\"page_on_front\";i:69;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"us\";}i:1;a:26:{s:7:\"term_id\";i:167;s:4:\"name\";s:8:\"Español\";s:4:\"slug\";s:2:\"es\";s:10:\"term_group\";i:2;s:16:\"term_taxonomy_id\";i:167;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:5:\"es_ES\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:10:\"tl_term_id\";i:168;s:19:\"tl_term_taxonomy_id\";i:168;s:8:\"tl_count\";i:1;s:6:\"locale\";s:5:\"es_ES\";s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"es-ES\";s:8:\"facebook\";s:5:\"es_ES\";s:8:\"flag_url\";s:73:\"https://www.featurestorynews.com/wp-content/plugins/polylang/flags/es.png\";s:4:\"flag\";s:719:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFnSURBVHjaYvzPgAD/UNlYEUAAmuTYAAAQhAEYqF/zFbe50RZ1cMmS9TLi0pJLRjZohAMTGFUN9HdnHgEE1sDw//+Tp0ClINW/f0NIKPoFJH/9//ULyGaUlQXaABBALAx/Gf4zAt31F4i+ffj3/cN/XrFfzOx//v///f//LzACM/79ZmD8/e8TA0AAMYHdDVT958vXP38nMDB0s3x94/Tj5y+YahhiAKLfQKUAAcQEdtJfoDHMF2L+vPzDmFXLelf551tGFOOhev4A/QgQQExgHwAd8IdFT/Wz6j+GhlpmXSOW/2z///8Eq/sJ18Dw/zdQA0AAMQExxJjjdy9x2/76EfLz4MXdP/i+wsyGkkA3Aw3984cBIIAYfzIwMKel/bt3jwEaLNAwgZIQxp/fDH/+MqqovL14ESCAWICeZvr9h0FSEhSgwBgAygFDEMT+wwAhgQgc4kAEVAwQQIxfUSMSTxxDAECAAQAJWke8v4u1tAAAAABJRU5ErkJggg==\" title=\"Español\" alt=\"Español\" width=\"16\" height=\"11\" />\";s:8:\"home_url\";s:36:\"https://www.featurestorynews.com/es/\";s:10:\"search_url\";s:36:\"https://www.featurestorynews.com/es/\";s:4:\"host\";N;s:5:\"mo_id\";s:4:\"8022\";s:13:\"page_on_front\";b:0;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"es\";}}','yes'),(94981,'ctf_statuses','a:2:{s:13:\"first_install\";s:11:\"from_update\";s:23:\"rating_notice_dismissed\";i:1571388799;}','no'),(94982,'ctf_db_version','1.0','yes'),(95010,'woocommerce_tax_classes','','yes'),(95014,'zakeke_version','1.7.5','yes'),(95026,'woocommerce_zakeke_settings','a:7:{s:8:\"username\";s:0:\"\";s:8:\"password\";s:0:\"\";s:9:\"client_id\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:19:\"force_customization\";s:3:\"yes\";s:10:\"hide_price\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";}','yes'),(95043,'_transient_product-transient-version','1571414353','yes'),(97275,'folders_show_in_menu','off','yes'),(97276,'folder_redirect_status','0','yes'),(97277,'folders_settings','a:1:{i:0;s:4:\"page\";}','yes'),(97279,'folders_show_affiliate_box_after','2019-10-28','yes'),(97280,'folder_update_message','2','yes'),(97281,'default_folders','a:7:{s:4:\"post\";s:0:\"\";s:4:\"page\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:19:\"shufflehound_header\";s:0:\"\";s:19:\"shufflehound_footer\";s:0:\"\";s:7:\"product\";s:0:\"\";s:12:\"fw-portfolio\";s:0:\"\";}','yes'),(97284,'selected_folder_folder','','yes'),(97286,'wcp_dynamic_width_for_page','305','yes'),(97287,'wcp_dynamic_display_status_page','show','yes'),(99163,'folders_show_review_box_after','2019-11-04','yes'),(99347,'folders_hide_affiliate_box','1','yes'),(101847,'folders_hide_review_box','1','yes'),(102258,'woocommerce_version','3.8.0','yes'),(102259,'woocommerce_db_version','3.8.0','yes'),(102261,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(103236,'_transient_timeout_!cff_cff_p_LABELEIGHTLABELEIGHT7meen','1606313248','no'),(103237,'_transient_!cff_cff_p_LABELEIGHTLABELEIGHT7meen','{\"data\":[{\"id\":\"1611679712202412_1852303868139994\",\"from\":{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-1\\/p50x50\\/42214717_1851452954891752_1661320051904479232_n.png?_nc_cat=107&_nc_ohc=j2vl-rViJMQAQkmlc6VMgJxoSXpNYb8FVt5LPWsmRFiZm-nVfX-cuPHMg&_nc_ht=scontent.xx&oh=9b8f564caa19cdf95f7490cf71d9cb33&oe=5E431E88\",\"width\":50}},\"id\":\"1611679712202412\",\"name\":\"LABELEIGHT\",\"link\":\"https:\\/\\/www.facebook.com\\/LABELEIGHT\\/\"},\"status_type\":\"mobile_status_update\",\"created_time\":\"2018-09-21T10:48:56+0000\",\"attachments\":{\"data\":[{\"title\":\"Now it\'s easier to contact LABELEIGHT.\",\"media_type\":\"link\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/LABELEIGHT\\/\",\"target\":{\"id\":\"1611679712202412\"}}]}},{\"id\":\"1611679712202412_1851564221547292\",\"from\":{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-1\\/p50x50\\/42214717_1851452954891752_1661320051904479232_n.png?_nc_cat=107&_nc_ohc=j2vl-rViJMQAQkmlc6VMgJxoSXpNYb8FVt5LPWsmRFiZm-nVfX-cuPHMg&_nc_ht=scontent.xx&oh=9b8f564caa19cdf95f7490cf71d9cb33&oe=5E431E88\",\"width\":50}},\"id\":\"1611679712202412\",\"name\":\"LABELEIGHT\",\"link\":\"https:\\/\\/www.facebook.com\\/LABELEIGHT\\/\"},\"story\":\"LABELEIGHT updated their cover photo.\",\"story_tags\":[{\"id\":\"1611679712202412\",\"name\":\"LABELEIGHT\",\"type\":\"page\",\"offset\":0,\"length\":10}],\"status_type\":\"added_photos\",\"created_time\":\"2018-09-20T17:05:11+0000\",\"attachments\":{\"data\":[{\"title\":\"LABELEIGHT\'s cover photo\",\"media_type\":\"photo\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/LABELEIGHT\\/\",\"target\":{\"id\":\"1611679712202412\"}}]}},{\"id\":\"1611679712202412_1851452951558419\",\"from\":{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-1\\/p50x50\\/42214717_1851452954891752_1661320051904479232_n.png?_nc_cat=107&_nc_ohc=j2vl-rViJMQAQkmlc6VMgJxoSXpNYb8FVt5LPWsmRFiZm-nVfX-cuPHMg&_nc_ht=scontent.xx&oh=9b8f564caa19cdf95f7490cf71d9cb33&oe=5E431E88\",\"width\":50}},\"id\":\"1611679712202412\",\"name\":\"LABELEIGHT\",\"link\":\"https:\\/\\/www.facebook.com\\/LABELEIGHT\\/\"},\"story\":\"LABELEIGHT updated their profile picture.\",\"story_tags\":[{\"id\":\"1611679712202412\",\"name\":\"LABELEIGHT\",\"type\":\"page\",\"offset\":0,\"length\":10}],\"status_type\":\"added_photos\",\"created_time\":\"2018-09-20T15:28:48+0000\",\"attachments\":{\"data\":[{\"title\":\"LABELEIGHT\",\"media_type\":\"photo\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/LABELEIGHT\\/\",\"target\":{\"id\":\"1611679712202412\"}}]}}],\"paging\":{\"cursors\":{\"before\":\"Q2c4U1pXNTBYM0YxWlhKNVgzTjBiM0o1WDJsa0R5VXhOakV4TmpjNU56RXlNakF5TkRFeU9pMHhNakkxTWpFeE56STFNVFl6TlRZAeU9EZAzJEd3hoY0dsZAmMzUnZAjbmxmYVdRUElURTJNVEUyTnprM01USXlNREkwTVRKZAk1UZAzFNak13TXpnMk9ERXpPVGs1TkE4RWRHbHRaUVpicE15WUFRPT0ZD\",\"after\":\"Q2c4U1pXNTBYM0YxWlhKNVgzTjBiM0o1WDJsa0R5UXhOakV4TmpjNU56RXlNakF5TkRFeU9qVXhOelV4TURrM05UQTVOakUyTVRVM05UZA1BER0ZA3YVY5emRHOXllVjlwWkE4aE1UWXhNVFkzT1RjeE1qSXdNalF4TWw4eE9EVXhORFV5T1RVeE5UVTROREU1RHdSMGFXMWxCbHVqdkxBQgZDZD\"}}}','no'),(104493,'admin_email_lifespan','1589196236','yes'),(104500,'can_compress_scripts','0','no'),(105443,'duplicator_settings','a:15:{s:7:\"version\";s:6:\"1.3.24\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:1;}','yes'),(105444,'duplicator_version_plugin','1.3.24','yes'),(105720,'_transient_timeout_wc_low_stock_count','1576997699','no'),(105721,'_transient_wc_low_stock_count','0','no'),(105722,'_transient_timeout_wc_outofstock_count','1576997699','no'),(105723,'_transient_wc_outofstock_count','0','no'),(105874,'_transient_timeout_wc_term_counts','1577369759','no'),(105875,'_transient_wc_term_counts','a:8:{i:17;s:1:\"5\";i:18;s:1:\"5\";i:94;s:1:\"1\";i:19;s:1:\"3\";i:20;s:1:\"1\";i:21;s:1:\"2\";i:95;s:1:\"2\";i:15;s:1:\"2\";}','no'),(105893,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:12:\"post-trashed\";s:1:\"5\";s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;}','yes'),(105894,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:12:\"post-trashed\";s:1:\"5\";s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;}','yes'),(106126,'folder_children','a:0:{}','yes'),(106161,'rsssl_activation_timestamp','1575651373','yes'),(106623,'widget_wpgmp_google_map_widget_class','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106635,'wpgmp_settings','a:11:{s:14:\"wpgmp_language\";s:2:\"en\";s:13:\"wpgmp_api_key\";s:39:\"AIzaSyBLTdkcCqXZJk0iyWr6nVRnOBtvDVGFSHg\";s:19:\"wpgmp_scripts_place\";s:6:\"footer\";s:20:\"wpgmp_scripts_minify\";s:3:\"yes\";s:16:\"wpgmp_allow_meta\";s:6:\"a:0:{}\";s:17:\"wpgmp_metabox_map\";s:0:\"\";s:14:\"wpgmp_auto_fix\";s:0:\"\";s:16:\"wpgmp_debug_mode\";s:0:\"\";s:10:\"wpgmp_gdpr\";s:0:\"\";s:14:\"wpgmp_gdpr_msg\";s:0:\"\";s:22:\"wpgmp_country_specific\";s:0:\"\";}','yes'),(106636,'wpgmp_location_extrafields','s:6:\"a:0:{}\";','yes'),(106696,'wpgmp_current_csv','a:3:{s:4:\"file\";s:97:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/uploads/2019/11/FSN_Bureaus__Studios_TEST.csv\";s:3:\"url\";s:89:\"https://www.featurestorynews.com/wp-content/uploads/2019/11/FSN_Bureaus__Studios_TEST.csv\";s:4:\"type\";s:8:\"text/csv\";}','yes'),(107283,'hyper-cache','a:17:{s:7:\"cdn_url\";s:0:\"\";s:7:\"max_age\";s:2:\"24\";s:4:\"gzip\";s:1:\"1\";s:13:\"browser_cache\";s:1:\"1\";s:19:\"browser_cache_hours\";s:2:\"24\";s:5:\"https\";s:1:\"1\";s:17:\"reject_uris_exact\";a:0:{}s:11:\"reject_uris\";a:0:{}s:14:\"reject_cookies\";a:0:{}s:13:\"reject_agents\";a:0:{}s:16:\"reject_old_posts\";s:0:\"\";s:15:\"gzip_on_the_fly\";s:1:\"1\";s:16:\"clean_last_posts\";s:1:\"0\";s:6:\"mobile\";s:1:\"0\";s:5:\"theme\";s:0:\"\";s:13:\"mobile_agents\";a:14:{i:0;s:7:\"android\";i:1;s:6:\"iphone\";i:2;s:8:\"iemobile\";i:3;s:10:\"up.browser\";i:4;s:7:\"up.link\";i:5;s:3:\"mmp\";i:6;s:7:\"symbian\";i:7;s:10:\"smartphone\";i:8;s:4:\"midp\";i:9;s:3:\"wap\";i:10;s:5:\"phone\";i:11;s:4:\"ipod\";i:12;s:4:\"xoom\";i:13;s:10:\"blackberry\";}s:6:\"folder\";s:0:\"\";}','yes'),(107395,'rsssl_check_redirect_dismissed','1','yes'),(107409,'pand-d83e5fe4823f8f867dc30d3bb0b6c7de','1585518133','no'),(107476,'optml-version','2.2.6','yes'),(107479,'optimole_wp_install','1574892287','yes'),(107480,'optml_notice_optin','yes','yes'),(107481,'optml_settings','a:22:{s:7:\"api_key\";s:64:\"8e5479c06d42f2e6fd81831bee4b79d590102cf372d4699c1c11b51062dbee0b\";s:12:\"service_data\";a:22:{s:2:\"id\";i:51484;s:12:\"display_name\";s:32:\"https://www.featurestorynews.com\";s:10:\"user_email\";s:18:\"nic@labeleight.com\";s:11:\"description\";s:0:\"\";s:7:\"picture\";s:81:\"https://secure.gravatar.com/avatar/d65bf33f2b3fb64a578219e52068c16a?s=96&d=mm&r=g\";s:9:\"validated\";s:0:\"\";s:7:\"cdn_key\";s:12:\"mldxfwbmkksk\";s:10:\"cdn_secret\";s:44:\"mlskkj42HV4RaxqoUSqZ9HK2HRqcDuwtNh4NqIb3Gshe\";s:9:\"whitelist\";a:1:{i:0;s:31:\"http://www.featurestorynews.com\";}s:4:\"plan\";s:4:\"free\";s:5:\"quota\";i:0;s:12:\"quota_pretty\";s:3:\"0MB\";s:5:\"usage\";i:91;s:12:\"usage_pretty\";s:6:\"91.0MB\";s:4:\"left\";i:-91;s:11:\"left_pretty\";s:8:\"-91.00MB\";s:8:\"visitors\";i:3400;s:14:\"visitors_limit\";i:5000;s:13:\"visitors_left\";i:1600;s:15:\"visitors_pretty\";s:2:\"3K\";s:21:\"visitors_limit_pretty\";s:2:\"5K\";s:20:\"visitors_left_pretty\";s:2:\"2K\";}s:10:\"max_height\";i:1500;s:9:\"max_width\";i:2000;s:14:\"admin_bar_item\";s:7:\"enabled\";s:8:\"lazyload\";s:7:\"enabled\";s:20:\"network_optimization\";s:8:\"disabled\";s:20:\"lazyload_placeholder\";s:8:\"disabled\";s:11:\"bg_replacer\";s:7:\"enabled\";s:13:\"retina_images\";s:8:\"disabled\";s:12:\"resize_smart\";s:8:\"disabled\";s:7:\"filters\";a:0:{}s:8:\"watchers\";s:0:\"\";s:7:\"quality\";s:4:\"auto\";s:5:\"wm_id\";i:-1;s:10:\"wm_opacity\";i:1;s:11:\"wm_position\";s:4:\"soea\";s:4:\"wm_x\";i:0;s:4:\"wm_y\";i:0;s:8:\"wm_scale\";i:0;s:14:\"image_replacer\";s:7:\"enabled\";s:12:\"img_to_video\";s:8:\"disabled\";}','no'),(107522,'ss3_bf_2019','1','yes'),(107569,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:6:\"12.6.2\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1574946372;s:13:\"myyoast-oauth\";b:0;}','yes'),(107570,'wpseo_titles','a:106:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:25:\"title-shufflehound_header\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-shufflehound_header\";s:0:\"\";s:27:\"noindex-shufflehound_header\";b:0;s:28:\"showdate-shufflehound_header\";b:0;s:38:\"display-metabox-pt-shufflehound_header\";b:1;s:38:\"post_types-shufflehound_header-maintax\";i:0;s:35:\"title-ptarchive-shufflehound_header\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:38:\"metadesc-ptarchive-shufflehound_header\";s:0:\"\";s:37:\"bctitle-ptarchive-shufflehound_header\";s:0:\"\";s:37:\"noindex-ptarchive-shufflehound_header\";b:0;s:25:\"title-shufflehound_footer\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-shufflehound_footer\";s:0:\"\";s:27:\"noindex-shufflehound_footer\";b:0;s:28:\"showdate-shufflehound_footer\";b:0;s:38:\"display-metabox-pt-shufflehound_footer\";b:1;s:38:\"post_types-shufflehound_footer-maintax\";i:0;s:35:\"title-ptarchive-shufflehound_footer\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:38:\"metadesc-ptarchive-shufflehound_footer\";s:0:\"\";s:37:\"bctitle-ptarchive-shufflehound_footer\";s:0:\"\";s:37:\"noindex-ptarchive-shufflehound_footer\";b:0;s:18:\"title-fw-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-fw-portfolio\";s:0:\"\";s:20:\"noindex-fw-portfolio\";b:0;s:21:\"showdate-fw-portfolio\";b:0;s:31:\"display-metabox-pt-fw-portfolio\";b:1;s:31:\"post_types-fw-portfolio-maintax\";i:0;s:28:\"title-ptarchive-fw-portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-ptarchive-fw-portfolio\";s:0:\"\";s:30:\"bctitle-ptarchive-fw-portfolio\";s:0:\"\";s:30:\"noindex-ptarchive-fw-portfolio\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:31:\"title-tax-fw-portfolio-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-tax-fw-portfolio-category\";s:0:\"\";s:41:\"display-metabox-tax-fw-portfolio-category\";b:1;s:33:\"noindex-tax-fw-portfolio-category\";b:0;s:39:\"taxonomy-fw-portfolio-category-ptparent\";i:0;}','yes'),(107571,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(107572,'wpseo_flush_rewrite','1','yes'),(107573,'_transient_timeout_wpseo_link_table_inaccessible','1606482376','no'),(107574,'_transient_wpseo_link_table_inaccessible','0','no'),(107575,'_transient_timeout_wpseo_meta_table_inaccessible','1606482376','no'),(107576,'_transient_wpseo_meta_table_inaccessible','0','no'),(107581,'wpseo_onpage','a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1575551241;}','yes'),(107680,'rewrite_rules','a:185:{s:22:\"shufflehound_header/?$\";s:39:\"index.php?post_type=shufflehound_header\";s:52:\"shufflehound_header/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=shufflehound_header&feed=$matches[1]\";s:47:\"shufflehound_header/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=shufflehound_header&feed=$matches[1]\";s:39:\"shufflehound_header/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=shufflehound_header&paged=$matches[1]\";s:22:\"shufflehound_footer/?$\";s:39:\"index.php?post_type=shufflehound_footer\";s:52:\"shufflehound_footer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=shufflehound_footer&feed=$matches[1]\";s:47:\"shufflehound_footer/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=shufflehound_footer&feed=$matches[1]\";s:39:\"shufflehound_footer/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=shufflehound_footer&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$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:10:\"project/?$\";s:32:\"index.php?post_type=fw-portfolio\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=fw-portfolio&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=fw-portfolio&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=fw-portfolio&paged=$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:47:\"shufflehound_header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"shufflehound_header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"shufflehound_header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"shufflehound_header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"shufflehound_header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"shufflehound_header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"shufflehound_header/([^/]+)/embed/?$\";s:52:\"index.php?shufflehound_header=$matches[1]&embed=true\";s:40:\"shufflehound_header/([^/]+)/trackback/?$\";s:46:\"index.php?shufflehound_header=$matches[1]&tb=1\";s:60:\"shufflehound_header/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?shufflehound_header=$matches[1]&feed=$matches[2]\";s:55:\"shufflehound_header/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?shufflehound_header=$matches[1]&feed=$matches[2]\";s:48:\"shufflehound_header/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?shufflehound_header=$matches[1]&paged=$matches[2]\";s:55:\"shufflehound_header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?shufflehound_header=$matches[1]&cpage=$matches[2]\";s:44:\"shufflehound_header/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?shufflehound_header=$matches[1]&page=$matches[2]\";s:36:\"shufflehound_header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"shufflehound_header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"shufflehound_header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shufflehound_header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shufflehound_header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"shufflehound_header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"shufflehound_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"shufflehound_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"shufflehound_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"shufflehound_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"shufflehound_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"shufflehound_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"shufflehound_footer/([^/]+)/embed/?$\";s:52:\"index.php?shufflehound_footer=$matches[1]&embed=true\";s:40:\"shufflehound_footer/([^/]+)/trackback/?$\";s:46:\"index.php?shufflehound_footer=$matches[1]&tb=1\";s:60:\"shufflehound_footer/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?shufflehound_footer=$matches[1]&feed=$matches[2]\";s:55:\"shufflehound_footer/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?shufflehound_footer=$matches[1]&feed=$matches[2]\";s:48:\"shufflehound_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?shufflehound_footer=$matches[1]&paged=$matches[2]\";s:55:\"shufflehound_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?shufflehound_footer=$matches[1]&cpage=$matches[2]\";s:44:\"shufflehound_footer/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?shufflehound_footer=$matches[1]&page=$matches[2]\";s:36:\"shufflehound_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"shufflehound_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"shufflehound_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shufflehound_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"shufflehound_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"shufflehound_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:45:\"index.php?fw-portfolio=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:39:\"index.php?fw-portfolio=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?fw-portfolio=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?fw-portfolio=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?fw-portfolio=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?fw-portfolio=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?fw-portfolio=$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:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?fw-portfolio-category=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?fw-portfolio-category=$matches[1]&feed=$matches[2]\";s:26:\"portfolio/([^/]+)/embed/?$\";s:54:\"index.php?fw-portfolio-category=$matches[1]&embed=true\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?fw-portfolio-category=$matches[1]&paged=$matches[2]\";s:20:\"portfolio/([^/]+)/?$\";s:43:\"index.php?fw-portfolio-category=$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:40:\"index.php?&page_id=262&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(107955,'themeisle_sdk_notifications','a:2:{s:17:\"last_notification\";a:2:{s:2:\"id\";s:23:\"optimole_wp_logger_flag\";s:10:\"display_at\";i:1575837671;}s:24:\"last_notification_active\";i:1575837681;}','yes'),(107962,'optimole_wp_review_flag','no','yes'),(108079,'cff_style_settings','a:21:{s:19:\"cff_show_links_type\";b:1;s:19:\"cff_show_event_type\";b:1;s:19:\"cff_show_video_type\";b:1;s:20:\"cff_show_photos_type\";b:1;s:20:\"cff_show_status_type\";b:1;s:20:\"cff_show_albums_type\";b:1;s:15:\"cff_show_author\";b:1;s:13:\"cff_show_text\";b:1;s:13:\"cff_show_desc\";b:1;s:21:\"cff_show_shared_links\";b:1;s:13:\"cff_show_date\";b:1;s:14:\"cff_show_media\";b:1;s:19:\"cff_show_media_link\";b:1;s:20:\"cff_show_event_title\";b:1;s:22:\"cff_show_event_details\";b:1;s:13:\"cff_show_meta\";b:1;s:13:\"cff_show_link\";b:1;s:17:\"cff_show_like_box\";b:1;s:22:\"cff_show_facebook_link\";b:1;s:23:\"cff_show_facebook_share\";b:1;s:20:\"cff_event_title_link\";b:1;}','yes'),(108080,'cff_show_access_token','1','yes'),(108372,'new_admin_email','nic@labeleight.com','yes'),(108559,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108579,'_site_transient_timeout_php_check_9e487e1beefa8c247f40d4cfedf84ced','1576248414','no'),(108580,'_site_transient_php_check_9e487e1beefa8c247f40d4cfedf84ced','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'),(108618,'yp_700_db_updateX','1','yes'),(108681,'rlrsssl_options','a:16:{s:12:\"site_has_ssl\";b:1;s:25:\"ssl_success_message_shown\";b:1;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:0;s:17:\"plugin_db_version\";s:5:\"3.2.6\";s:11:\"ssl_enabled\";b:1;s:9:\"debug_log\";N;s:4:\"hsts\";b:0;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:5:\"debug\";b:0;s:20:\"do_not_edit_htaccess\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:17:\"htaccess_redirect\";b:0;}','yes'),(108849,'optimole_wp_logger_flag','no','yes'),(108852,'_transient_rsssl_plusone_count','0','yes'),(108855,'_transient_timeout_plugin_slugs','1576092594','no'),(108856,'_transient_plugin_slugs','a:19:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";i:2;s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";i:3;s:33:\"duplicate-post/duplicate-post.php\";i:4;s:25:\"duplicator/duplicator.php\";i:5;s:42:\"envato-wordpress-toolkit/envato-market.php\";i:6;s:31:\"envato-market/envato-market.php\";i:7;s:19:\"folders/folders.php\";i:8;s:27:\"optimole-wp/optimole-wp.php\";i:9;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:10;s:33:\"smart-slider-3/smart-slider-3.php\";i:11;s:45:\"custom-facebook-feed/custom-facebook-feed.php\";i:12;s:17:\"unyson/unyson.php\";i:13;s:27:\"js_composer/js_composer.php\";i:14;s:41:\"wp-google-map-gold/wp-google-map-gold.php\";i:15;s:27:\"wp-super-cache/wp-cache.php\";i:16;s:39:\"wp-video-lightbox/wp-video-lightbox.php\";i:17;s:42:\"waspthemes-yellow-pencil/yellow-pencil.php\";i:18;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(108857,'_transient_timeout_optimole_wp_226versions','1576269939','no'),(108858,'_transient_optimole_wp_226versions','a:26:{i:0;a:2:{s:7:\"version\";s:5:\"1.0.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.1.0.1.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"1.0.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.1.0.2.zip\";}i:2;a:2:{s:7:\"version\";s:5:\"1.0.3\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.1.0.3.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"1.0.4\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.1.0.4.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"1.0.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.1.0.5.zip\";}i:5;a:2:{s:7:\"version\";s:5:\"1.1.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.1.1.0.zip\";}i:6;a:2:{s:7:\"version\";s:5:\"1.1.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.1.1.1.zip\";}i:7;a:2:{s:7:\"version\";s:5:\"1.1.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.1.1.2.zip\";}i:8;a:2:{s:7:\"version\";s:5:\"2.0.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.0.0.zip\";}i:9;a:2:{s:7:\"version\";s:5:\"2.0.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.0.1.zip\";}i:10;a:2:{s:7:\"version\";s:5:\"2.0.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.0.2.zip\";}i:11;a:2:{s:7:\"version\";s:5:\"2.0.3\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.0.3.zip\";}i:12;a:2:{s:7:\"version\";s:5:\"2.0.4\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.0.4.zip\";}i:13;a:2:{s:7:\"version\";s:5:\"2.0.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.0.5.zip\";}i:14;a:2:{s:7:\"version\";s:5:\"2.0.6\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.0.6.zip\";}i:15;a:2:{s:7:\"version\";s:5:\"2.0.7\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.0.7.zip\";}i:16;a:2:{s:7:\"version\";s:5:\"2.1.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.1.0.zip\";}i:17;a:2:{s:7:\"version\";s:5:\"2.1.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.1.1.zip\";}i:18;a:2:{s:7:\"version\";s:5:\"2.1.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.1.2.zip\";}i:19;a:2:{s:7:\"version\";s:5:\"2.2.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.2.0.zip\";}i:20;a:2:{s:7:\"version\";s:5:\"2.2.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.2.1.zip\";}i:21;a:2:{s:7:\"version\";s:5:\"2.2.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.2.2.zip\";}i:22;a:2:{s:7:\"version\";s:5:\"2.2.3\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.2.3.zip\";}i:23;a:2:{s:7:\"version\";s:5:\"2.2.4\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.2.4.zip\";}i:24;a:2:{s:7:\"version\";s:5:\"2.2.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.2.5.zip\";}i:25;a:2:{s:7:\"version\";s:5:\"2.2.6\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/plugin/optimole-wp.2.2.6.zip\";}}','no'),(108865,'_site_transient_timeout_browser_447a269a9fc0f3b875540ee6f7e66436','1576446825','no'),(108866,'_site_transient_browser_447a269a9fc0f3b875540ee6f7e66436','a:10:{s:4:\"name\";s:7:\"unknown\";s:7:\"version\";s:0:\"\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(108867,'_transient_health-check-site-status-result','{\"good\":\"12\",\"recommended\":\"4\",\"critical\":\"1\"}','yes'),(108883,'wpsupercache_start','1575842786','yes'),(108884,'wpsupercache_count','0','yes'),(108890,'wpsupercache_gc_time','1576081441','yes'),(108891,'wpsc_feed_list','a:35:{i:0;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:1;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:2;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:3;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:4;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:5;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:6;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:7;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:8;s:153:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/comments/feed/wp-cache-d16249ac468f78d673a79105a24cb950.php\";i:9;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:10;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:11;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:12;s:153:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/comments/feed/wp-cache-d16249ac468f78d673a79105a24cb950.php\";i:13;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:14;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:15;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:16;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:17;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:18;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:19;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:20;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:21;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:22;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:23;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:24;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:25;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:26;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:27;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:28;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:29;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:30;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:31;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:32;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:33;s:144:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/feed/wp-cache-114fcdb94acc761a6ac2e778488818b7.php\";i:34;s:149:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/cache/supercache/www.featurestorynews.com/home/feed/wp-cache-d4b12ad3bd7f1fc56a4c8cd84c2b3e00.php\";}','yes'),(109051,'duplicator_package_active','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2019-12-09 16:19:46\";s:7:\"Version\";s:6:\"1.3.24\";s:9:\"VersionWP\";s:3:\"5.3\";s:9:\"VersionDB\";s:6:\"5.6.45\";s:10:\"VersionPHP\";s:16:\"7.0.2-pl0-gentoo\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20191209_featurestorynews\";s:4:\"Hash\";s:35:\"e11f6292226523714762_20191209161946\";s:8:\"NameHash\";s:61:\"20191209_featurestorynews_e11f6292226523714762_20191209161946\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:57:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-snapshots/tmp\";s:8:\"StoreURL\";s:46:\"https://www.featurestorynews.com/wp-snapshots/\";s:8:\"ScanFile\";s:71:\"20191209_featurestorynews_e11f6292226523714762_20191209161946_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:40:\"/data/35/0/94/65/94554/user/95954/htdocs\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2019-12-09 16:19:46\";s:7:\"Version\";s:6:\"1.3.24\";s:9:\"VersionWP\";s:3:\"5.3\";s:9:\"VersionDB\";s:6:\"5.6.45\";s:10:\"VersionPHP\";s:16:\"7.0.2-pl0-gentoo\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20191209_featurestorynews\";s:4:\"Hash\";s:35:\"e11f6292226523714762_20191209161946\";s:8:\"NameHash\";s:61:\"20191209_featurestorynews_e11f6292226523714762_20191209161946\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:57:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-snapshots/tmp\";s:8:\"StoreURL\";s:46:\"https://www.featurestorynews.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:97:\"Percona XtraDB Cluster (GPL), Release rel86.1, Revision 73d6e5a, WSREP version 28.36, wsrep_28.36\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:63;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:49:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-admin\";i:1;s:59:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/uploads\";i:2;s:61:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/languages\";i:3;s:58:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content/themes\";i:4;s:52:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:40:\"/data/35/0/94/65/94554/user/95954/htdocs\";i:1;s:51:\"/data/35/0/94/65/94554/user/95954/htdocs/wp-content\";}}s:9:\"Installer\";r:86;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:128;}','yes'),(109053,'duplicator_ui_view_state','a:3:{s:19:\"dup-pack-build-try1\";s:1:\"1\";s:19:\"dup-pack-build-try2\";s:1:\"0\";s:19:\"dup-pack-build-try3\";s:1:\"0\";}','yes'),(109192,'_site_transient_timeout_browser_4a94ab2d971cee639ee614b5e469c456','1576575228','no'),(109193,'_site_transient_browser_4a94ab2d971cee639ee614b5e469c456','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"70.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(109209,'_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:57:\"https://downloads.wordpress.org/release/wordpress-5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.3.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.3-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.3\";s:7:\"version\";s:3:\"5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1576077694;s:15:\"version_checked\";s:3:\"5.3\";s:12:\"translations\";a:0:{}}','no'),(109211,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1576077696;s:7:\"checked\";a:2:{s:13:\"jevelin-child\";s:0:\"\";s:7:\"jevelin\";s:5:\"4.5.6\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(109459,'_transient_timeout_ctf__featurestory5','1576079548','no'),(109460,'_transient_ctf__featurestory5','[{\"user\":{\"name\":\"Feature Story News\",\"description\":\"The world\'s leading independent broadcast news agency with a global network of bureaus. Emmy Award-winning content for clients everywhere since 1992.\",\"statuses_count\":14776,\"followers_count\":4596,\"screen_name\":\"featurestory\",\"verified\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/428984217662283776\\/IY8pnz6o_normal.png\",\"utc_offset\":null},\"text\":\"\\ud83c\\udf32\\ud83c\\udf84\\u2728\\ud83e\\udd36 \",\"id_str\":\"1204747842901987328\",\"created_at\":\"Wed Dec 11 13:00:43 +0000 2019\",\"retweet_count\":0,\"favorite_count\":1,\"entities\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/KsyalzcQ4W\",\"expanded_url\":\"https:\\/\\/twitter.com\\/HollyAnneHudson\\/status\\/1204746882213437440\",\"display_url\":\"twitter.com\\/HollyAnneHudso\\u2026\"}]},\"quoted_status\":{\"user\":{\"name\":\"Holly Hudson\",\"screen_name\":\"HollyAnneHudson\",\"verified\":false},\"text\":\"\\u2018\\u2018Twas the night before the Christmas election...@NatalieDPowell \",\"id_str\":\"1204746882213437440\",\"extended_entities\":{\"media\":[{\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/ELge5KVWkAEqJSt.jpg\",\"type\":\"photo\"}]}}},{\"user\":{\"name\":\"Feature Story News\",\"screen_name\":\"featurestory\",\"verified\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/428984217662283776\\/IY8pnz6o_normal.png\",\"utc_offset\":null},\"text\":\"RT @NehaPoonia: I\\u2019m live next on @ChannelNewsAsia on the #CitizenAmendmentBill2019 debate. @AmitShah said the bill won\\u2019t target Muslims who\\u2026\",\"id_str\":\"1204737402113269765\",\"created_at\":\"Wed Dec 11 12:19:14 +0000 2019\",\"retweet_count\":2,\"favorite_count\":0,\"retweeted_status\":{\"user\":{\"name\":\"Neha Poonia\",\"screen_name\":\"NehaPoonia\",\"verified\":true,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1195666784939954176\\/mS0JGf3d_normal.jpg\",\"utc_offset\":null},\"text\":\"I\\u2019m live next on @ChannelNewsAsia on the #CitizenAmendmentBill2019 debate. @AmitShah said the bill won\\u2019t target Muslims who already live in India. The opposition claims it is against India\\u2019s secular identity. Violent protest in India\\u2019s North East against the bill, army deployed\",\"id_str\":\"1204737363546660864\",\"created_at\":\"Wed Dec 11 12:19:05 +0000 2019\",\"retweet_count\":2,\"favorite_count\":3}},{\"user\":{\"name\":\"Feature Story News\",\"screen_name\":\"featurestory\",\"verified\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/428984217662283776\\/IY8pnz6o_normal.png\",\"utc_offset\":null},\"text\":\"RT @elenacmontanez: Nobody born before 1975 affected by new #pension system says French PM. Other contributions change after 2025. This is\\u2026\",\"id_str\":\"1204731203858898944\",\"created_at\":\"Wed Dec 11 11:54:36 +0000 2019\",\"retweet_count\":2,\"favorite_count\":0,\"retweeted_status\":{\"user\":{\"name\":\"Elena Casas\",\"screen_name\":\"elenacmontanez\",\"verified\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3074935084\\/c37e4e5000289b2cb15fbdfc5ae89704_normal.jpeg\",\"utc_offset\":null},\"text\":\"Nobody born before 1975 affected by new #pension system says French PM. Other contributions change after 2025. This is the big concession.\",\"id_str\":\"1204729569267326976\",\"created_at\":\"Wed Dec 11 11:48:06 +0000 2019\",\"retweet_count\":2,\"favorite_count\":0}},{\"user\":{\"name\":\"Feature Story News\",\"screen_name\":\"featurestory\",\"verified\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/428984217662283776\\/IY8pnz6o_normal.png\",\"utc_offset\":null},\"text\":\"RT @elenacmontanez: We have to work progressively longer says PM. The legal age of 62 will not change BUT we want to encourage the French t\\u2026\",\"id_str\":\"1204728137709424641\",\"created_at\":\"Wed Dec 11 11:42:25 +0000 2019\",\"retweet_count\":1,\"favorite_count\":0,\"retweeted_status\":{\"user\":{\"name\":\"Elena Casas\",\"screen_name\":\"elenacmontanez\",\"verified\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3074935084\\/c37e4e5000289b2cb15fbdfc5ae89704_normal.jpeg\",\"utc_offset\":null},\"text\":\"We have to work progressively longer says PM. The legal age of 62 will not change BUT we want to encourage the French to work longer.\",\"id_str\":\"1204727220733915136\",\"created_at\":\"Wed Dec 11 11:38:46 +0000 2019\",\"retweet_count\":1,\"favorite_count\":0}},{\"user\":{\"name\":\"Feature Story News\",\"screen_name\":\"featurestory\",\"verified\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/428984217662283776\\/IY8pnz6o_normal.png\",\"utc_offset\":null},\"text\":\"RT @elenacmontanez: We are creating a fairer system for part timers, farmers, women, self employed, paying out at least 85% of the min wage\\u2026\",\"id_str\":\"1204726076540366848\",\"created_at\":\"Wed Dec 11 11:34:14 +0000 2019\",\"retweet_count\":1,\"favorite_count\":0,\"retweeted_status\":{\"user\":{\"name\":\"Elena Casas\",\"screen_name\":\"elenacmontanez\",\"verified\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3074935084\\/c37e4e5000289b2cb15fbdfc5ae89704_normal.jpeg\",\"utc_offset\":null},\"text\":\"We are creating a fairer system for part timers, farmers, women, self employed, paying out at least 85% of the min wage says the PM\",\"id_str\":\"1204725039662321664\",\"created_at\":\"Wed Dec 11 11:30:06 +0000 2019\",\"retweet_count\":1,\"favorite_count\":0}}]','no'),(109466,'_site_transient_timeout_envato_market_plugins','1576081298','no'),(109467,'_site_transient_envato_market_plugins','a:4:{s:9:\"purchased\";a:2:{i:0;a:14:{s:2:\"id\";i:19999967;s:4:\"name\";s:23:\"Ultimate Footer Builder\";s:6:\"author\";s:7:\"BestBug\";s:7:\"version\";s:5:\"1.8.0\";s:11:\"description\";s:47:\"Easy way to create any footers you can imagine.\";s:3:\"url\";s:85:\"https://codecanyon.net/item/footer-designer-design-any-footers-for-wordpress/19999967\";s:10:\"author_url\";s:35:\"https://codecanyon.net/user/bestbug\";s:13:\"thumbnail_url\";s:46:\"https://s3.envato.com/files/238173153/logo.png\";s:13:\"landscape_url\";s:65:\"https://s3.envato.com/files/263654824/Ultimate-Footer-Builder.jpg\";s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"5.2.x\";s:15:\"number_of_sales\";i:396;s:10:\"updated_at\";s:25:\"2019-12-09T01:41:32+11:00\";s:6:\"rating\";d:5;}i:1;a:14:{s:2:\"id\";i:2751380;s:4:\"name\";s:17:\"Slider Revolution\";s:6:\"author\";s:10:\"ThemePunch\";s:7:\"version\";s:5:\"6.1.5\";s:11:\"description\";s:45:\"Slider Revolution - Premium responsive slider\";s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:10:\"author_url\";s:38:\"https://codecanyon.net/user/themepunch\";s:13:\"thumbnail_url\";s:46:\"https://s3.envato.com/files/267325385/icon.png\";s:13:\"landscape_url\";s:54:\"https://s3.envato.com/files/267325386/previewimage.png\";s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.2.x\";s:15:\"number_of_sales\";i:353546;s:10:\"updated_at\";s:25:\"2019-11-14T01:21:00+11:00\";s:6:\"rating\";d:4.7699999999999996;}}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:2:{i:0;a:14:{s:2:\"id\";i:19999967;s:4:\"name\";s:23:\"Ultimate Footer Builder\";s:6:\"author\";s:7:\"BestBug\";s:7:\"version\";s:5:\"1.8.0\";s:11:\"description\";s:47:\"Easy way to create any footers you can imagine.\";s:3:\"url\";s:85:\"https://codecanyon.net/item/footer-designer-design-any-footers-for-wordpress/19999967\";s:10:\"author_url\";s:35:\"https://codecanyon.net/user/bestbug\";s:13:\"thumbnail_url\";s:46:\"https://s3.envato.com/files/238173153/logo.png\";s:13:\"landscape_url\";s:65:\"https://s3.envato.com/files/263654824/Ultimate-Footer-Builder.jpg\";s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"5.2.x\";s:15:\"number_of_sales\";i:396;s:10:\"updated_at\";s:25:\"2019-12-09T01:41:32+11:00\";s:6:\"rating\";d:5;}i:1;a:14:{s:2:\"id\";i:2751380;s:4:\"name\";s:17:\"Slider Revolution\";s:6:\"author\";s:10:\"ThemePunch\";s:7:\"version\";s:5:\"6.1.5\";s:11:\"description\";s:45:\"Slider Revolution - Premium responsive slider\";s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:10:\"author_url\";s:38:\"https://codecanyon.net/user/themepunch\";s:13:\"thumbnail_url\";s:46:\"https://s3.envato.com/files/267325385/icon.png\";s:13:\"landscape_url\";s:54:\"https://s3.envato.com/files/267325386/previewimage.png\";s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.2.x\";s:15:\"number_of_sales\";i:353546;s:10:\"updated_at\";s:25:\"2019-11-14T01:21:00+11:00\";s:6:\"rating\";d:4.7699999999999996;}}}','no'),(109468,'_site_transient_timeout_theme_roots','1576079496','no'),(109469,'_site_transient_theme_roots','a:2:{s:13:\"jevelin-child\";s:7:\"/themes\";s:7:\"jevelin\";s:7:\"/themes\";}','no'),(109470,'_site_transient_timeout_envato_market_themes','1576081296','no'),(109471,'_site_transient_envato_market_themes','a:4:{s:9:\"purchased\";a:1:{i:0;a:10:{s:2:\"id\";i:14728833;s:4:\"name\";s:7:\"Jevelin\";s:6:\"author\";s:12:\"Shufflehound\";s:7:\"version\";s:5:\"4.5.6\";s:11:\"description\";s:130:\"Jevelin is multi-purpose WordPress theme for creating stunning websites. Features all the right tools needed for your next design.\";s:3:\"url\";s:93:\"https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833\";s:10:\"author_url\";s:41:\"https://themeforest.net/user/shufflehound\";s:13:\"thumbnail_url\";s:58:\"https://s3.envato.com/files/259006785/TF_Tumbnail_4_je.png\";s:6:\"rating\";d:4.6299999999999999;s:13:\"landscape_url\";s:74:\"https://s3.envato.com/files/269351470/01_jevelin-cover.__large_preview.png\";}}s:6:\"active\";a:1:{s:7:\"jevelin\";a:10:{s:2:\"id\";i:14728833;s:4:\"name\";s:7:\"Jevelin\";s:6:\"author\";s:12:\"Shufflehound\";s:7:\"version\";s:5:\"4.5.6\";s:11:\"description\";s:130:\"Jevelin is multi-purpose WordPress theme for creating stunning websites. Features all the right tools needed for your next design.\";s:3:\"url\";s:93:\"https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833\";s:10:\"author_url\";s:41:\"https://themeforest.net/user/shufflehound\";s:13:\"thumbnail_url\";s:58:\"https://s3.envato.com/files/259006785/TF_Tumbnail_4_je.png\";s:6:\"rating\";d:4.6299999999999999;s:13:\"landscape_url\";s:74:\"https://s3.envato.com/files/269351470/01_jevelin-cover.__large_preview.png\";}}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(109472,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1576077697;s:7:\"checked\";a:19:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.6\";s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";s:5:\"2.0.3\";s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";s:5:\"1.4.1\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.3\";s:25:\"duplicator/duplicator.php\";s:6:\"1.3.24\";s:42:\"envato-wordpress-toolkit/envato-market.php\";s:9:\"1.0.0-RC2\";s:31:\"envato-market/envato-market.php\";s:5:\"2.0.3\";s:19:\"folders/folders.php\";s:5:\"2.3.3\";s:27:\"optimole-wp/optimole-wp.php\";s:5:\"2.2.6\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:5:\"3.2.6\";s:33:\"smart-slider-3/smart-slider-3.php\";s:6:\"3.3.25\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";s:6:\"2.12.2\";s:17:\"unyson/unyson.php\";s:6:\"2.7.22\";s:27:\"js_composer/js_composer.php\";s:5:\"6.0.5\";s:41:\"wp-google-map-gold/wp-google-map-gold.php\";s:5:\"5.1.6\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.7.0\";s:39:\"wp-video-lightbox/wp-video-lightbox.php\";s:5:\"1.8.8\";s:42:\"waspthemes-yellow-pencil/yellow-pencil.php\";s:5:\"7.2.6\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"12.6.2\";}s:8:\"response\";a:2:{s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:65:\"<p>Options to show original post + accessibility improvements</p>\";s:6:\"tested\";s:3:\"5.3\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"12.7\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.12.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:3:\"5.3\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:12:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:51:\"w.org/plugins/contact-form-7-dynamic-text-extension\";s:4:\"slug\";s:37:\"contact-form-7-dynamic-text-extension\";s:6:\"plugin\";s:79:\"contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php\";s:11:\"new_version\";s:5:\"2.0.3\";s:3:\"url\";s:68:\"https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/plugin/contact-form-7-dynamic-text-extension.2.0.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:81:\"https://s.w.org/plugins/geopattern-icon/contact-form-7-dynamic-text-extension.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/custom-twitter-feeds\";s:4:\"slug\";s:20:\"custom-twitter-feeds\";s:6:\"plugin\";s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";s:11:\"new_version\";s:5:\"1.4.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-twitter-feeds/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-twitter-feeds.1.4.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/custom-twitter-feeds/assets/icon-128x128.png?rev=1414207\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/custom-twitter-feeds/assets/banner-772x250.png?rev=1624166\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:6:\"1.3.24\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.3.24.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2083921\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2083921\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"folders/folders.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/folders\";s:4:\"slug\";s:7:\"folders\";s:6:\"plugin\";s:19:\"folders/folders.php\";s:11:\"new_version\";s:5:\"2.3.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/folders/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/folders.2.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/folders/assets/icon-256x256.png?rev=2027272\";s:2:\"1x\";s:60:\"https://ps.w.org/folders/assets/icon-128x128.png?rev=2027272\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/folders/assets/banner-1544x500.png?rev=2062199\";s:2:\"1x\";s:62:\"https://ps.w.org/folders/assets/banner-772x250.png?rev=2062199\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"optimole-wp/optimole-wp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/optimole-wp\";s:4:\"slug\";s:11:\"optimole-wp\";s:6:\"plugin\";s:27:\"optimole-wp/optimole-wp.php\";s:11:\"new_version\";s:5:\"2.2.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/optimole-wp/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/optimole-wp.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/optimole-wp/assets/icon-128x128.png?rev=1975706\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/optimole-wp/assets/banner-772x250.jpg?rev=2001004\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"3.2.6\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.3.2.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=1782452\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.jpg?rev=1881345\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:6:\"3.3.25\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.3.25.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-256x256.png?rev=1284893\";s:2:\"1x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-128x128.png?rev=1284893\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=1902662\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=1902662\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"custom-facebook-feed/custom-facebook-feed.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/custom-facebook-feed\";s:4:\"slug\";s:20:\"custom-facebook-feed\";s:6:\"plugin\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";s:11:\"new_version\";s:6:\"2.12.2\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-facebook-feed/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/custom-facebook-feed.2.12.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/custom-facebook-feed/assets/icon-128x128.png?rev=2123286\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/custom-facebook-feed/assets/banner-772x250.png?rev=2137679\";}s:11:\"banners_rtl\";a:0:{}}s:17:\"unyson/unyson.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:20:\"w.org/plugins/unyson\";s:4:\"slug\";s:6:\"unyson\";s:6:\"plugin\";s:17:\"unyson/unyson.php\";s:11:\"new_version\";s:6:\"2.7.22\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/unyson/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/unyson.2.7.22.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/unyson/assets/icon-256x256.jpg?rev=1034261\";s:2:\"1x\";s:59:\"https://ps.w.org/unyson/assets/icon-128x128.jpg?rev=1034260\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/unyson/assets/banner-1544x500.png?rev=1034271\";s:2:\"1x\";s:61:\"https://ps.w.org/unyson/assets/banner-772x250.png?rev=1034270\";}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.7.0\";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.7.0.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:{}}s:39:\"wp-video-lightbox/wp-video-lightbox.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/wp-video-lightbox\";s:4:\"slug\";s:17:\"wp-video-lightbox\";s:6:\"plugin\";s:39:\"wp-video-lightbox/wp-video-lightbox.php\";s:11:\"new_version\";s:5:\"1.8.8\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-video-lightbox/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-video-lightbox.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-video-lightbox/assets/icon-128x128.png?rev=981252\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wp-video-lightbox/assets/banner-772x250.png?rev=1803645\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(109473,'_transient_doing_cron','1617827658.0155699253082275390625','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=19529 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (277,2642,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(278,2642,'_visibility','visible'),(279,2642,'_stock_status','instock'),(280,2642,'total_sales','6'),(281,2642,'_downloadable','no'),(282,2642,'_virtual','no'),(283,2642,'_purchase_note',''),(284,2642,'_featured','no'),(285,2642,'_weight','0.3'),(286,2642,'_length',''),(287,2642,'_width','50'),(288,2642,'_height','60'),(289,2642,'_sku','1'),(290,2642,'_product_attributes','a:0:{}'),(291,2642,'_regular_price','16.99'),(292,2642,'_sale_price','7.99'),(293,2642,'_sale_price_dates_from','1453852800'),(294,2642,'_sale_price_dates_to',''),(295,2642,'_price','7.99'),(296,2642,'_sold_individually',''),(297,2642,'_manage_stock','no'),(298,2642,'_backorders','no'),(299,2642,'_stock',''),(300,2642,'_upsell_ids','a:0:{}'),(301,2642,'_crosssell_ids','a:0:{}'),(302,2642,'_product_version','2.6.7'),(303,2642,'_product_image_gallery','2753,2754'),(304,2642,'slide_template','default'),(305,2642,'_wc_rating_count','a:0:{}'),(306,2642,'_wc_average_rating','0'),(307,2642,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(309,2642,'_wc_review_count','0'),(310,2646,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(311,2646,'_visibility','visible'),(312,2646,'_stock_status','instock'),(313,2646,'total_sales','0'),(314,2646,'_downloadable','no'),(315,2646,'_virtual','no'),(316,2646,'_purchase_note',''),(317,2646,'_featured','no'),(318,2646,'_weight','0.3'),(319,2646,'_length',''),(320,2646,'_width','50'),(321,2646,'_height','60'),(322,2646,'_sku','2'),(323,2646,'_product_attributes','a:0:{}'),(324,2646,'_regular_price','12.99'),(325,2646,'_sale_price',''),(326,2646,'_sale_price_dates_from',''),(327,2646,'_sale_price_dates_to',''),(328,2646,'_price','12.99'),(329,2646,'_sold_individually',''),(330,2646,'_manage_stock','no'),(331,2646,'_backorders','no'),(332,2646,'_stock',''),(333,2646,'_upsell_ids','a:0:{}'),(334,2646,'_crosssell_ids','a:0:{}'),(335,2646,'_product_version','2.6.7'),(336,2646,'_product_image_gallery','2757'),(337,2646,'slide_template','default'),(338,2646,'_dp_original','2642'),(340,2646,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(341,2646,'_wc_rating_count','a:0:{}'),(342,2646,'_wc_average_rating','0'),(343,2646,'_wc_review_count','0'),(344,2676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(345,2676,'_visibility','visible'),(346,2676,'_stock_status','instock'),(347,2676,'total_sales','6'),(348,2676,'_downloadable','no'),(349,2676,'_virtual','no'),(350,2676,'_purchase_note',''),(351,2676,'_featured','no'),(352,2676,'_weight','0.3'),(353,2676,'_length',''),(354,2676,'_width','50'),(355,2676,'_height','60'),(356,2676,'_sku','2'),(357,2676,'_product_attributes','a:0:{}'),(358,2676,'_regular_price','25.99'),(359,2676,'_sale_price',''),(360,2676,'_sale_price_dates_from',''),(361,2676,'_sale_price_dates_to',''),(362,2676,'_price','25.99'),(363,2676,'_sold_individually',''),(364,2676,'_manage_stock','no'),(365,2676,'_backorders','no'),(366,2676,'_stock',''),(367,2676,'_upsell_ids','a:0:{}'),(368,2676,'_crosssell_ids','a:0:{}'),(369,2676,'_product_version','2.6.7'),(370,2676,'_product_image_gallery','2767,2768'),(371,2676,'slide_template','default'),(372,2676,'_dp_original','2646'),(374,2676,'_wc_rating_count','a:0:{}'),(375,2676,'_wc_average_rating','0'),(376,2676,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(377,2676,'_wc_review_count','0'),(378,2677,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(379,2677,'_visibility','visible'),(380,2677,'_stock_status','instock'),(381,2677,'total_sales','2'),(382,2677,'_downloadable','no'),(383,2677,'_virtual','no'),(384,2677,'_purchase_note',''),(385,2677,'_featured','no'),(386,2677,'_weight','0.3'),(387,2677,'_length',''),(388,2677,'_width','50'),(389,2677,'_height','60'),(390,2677,'_sku','2'),(391,2677,'_product_attributes','a:0:{}'),(392,2677,'_regular_price','25.99'),(393,2677,'_sale_price','15.99'),(394,2677,'_sale_price_dates_from','1453852800'),(395,2677,'_sale_price_dates_to',''),(396,2677,'_price','15.99'),(397,2677,'_sold_individually',''),(398,2677,'_manage_stock','no'),(399,2677,'_backorders','no'),(400,2677,'_stock',''),(401,2677,'_upsell_ids','a:0:{}'),(402,2677,'_crosssell_ids','a:0:{}'),(403,2677,'_product_version','2.6.7'),(404,2677,'_product_image_gallery','2759'),(405,2677,'slide_template','default'),(406,2677,'_dp_original','2676'),(408,2677,'_wc_rating_count','a:0:{}'),(409,2677,'_wc_average_rating','0'),(410,2677,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(411,2677,'_wc_review_count','0'),(412,2679,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(413,2679,'_visibility','visible'),(414,2679,'_stock_status','instock'),(415,2679,'total_sales','0'),(416,2679,'_downloadable','no'),(417,2679,'_virtual','no'),(418,2679,'_purchase_note',''),(419,2679,'_featured','no'),(420,2679,'_weight','0.3'),(421,2679,'_length',''),(422,2679,'_width','50'),(423,2679,'_height','60'),(424,2679,'_sku','2'),(425,2679,'_product_attributes','a:0:{}'),(426,2679,'_regular_price','9.99'),(427,2679,'_sale_price',''),(428,2679,'_sale_price_dates_from',''),(429,2679,'_sale_price_dates_to',''),(430,2679,'_price','9.99'),(431,2679,'_sold_individually',''),(432,2679,'_manage_stock','no'),(433,2679,'_backorders','no'),(434,2679,'_stock',''),(435,2679,'_upsell_ids','a:0:{}'),(436,2679,'_crosssell_ids','a:0:{}'),(437,2679,'_product_version','2.6.7'),(438,2679,'_product_image_gallery','2761'),(439,2679,'slide_template','default'),(440,2679,'_dp_original','2677'),(442,2679,'_wc_rating_count','a:0:{}'),(443,2679,'_wc_average_rating','0'),(444,2679,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(445,2679,'_wc_review_count','0'),(446,2681,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(447,2681,'_visibility','visible'),(448,2681,'_stock_status','instock'),(449,2681,'total_sales','1'),(450,2681,'_downloadable','no'),(451,2681,'_virtual','no'),(452,2681,'_purchase_note',''),(453,2681,'_featured','no'),(454,2681,'_weight','0.3'),(455,2681,'_length',''),(456,2681,'_width','50'),(457,2681,'_height','60'),(458,2681,'_sku','2'),(459,2681,'_product_attributes','a:0:{}'),(460,2681,'_regular_price','19.99'),(461,2681,'_sale_price',''),(462,2681,'_sale_price_dates_from',''),(463,2681,'_sale_price_dates_to',''),(464,2681,'_price','19.99'),(465,2681,'_sold_individually',''),(466,2681,'_manage_stock','no'),(467,2681,'_backorders','no'),(468,2681,'_stock',''),(469,2681,'_upsell_ids','a:0:{}'),(470,2681,'_crosssell_ids','a:0:{}'),(471,2681,'_product_version','2.6.7'),(472,2681,'_product_image_gallery',''),(473,2681,'slide_template','default'),(474,2681,'_dp_original','2679'),(476,2681,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(477,2681,'_wc_rating_count','a:0:{}'),(478,2681,'_wc_average_rating','0'),(479,2681,'_wc_review_count','0'),(480,2682,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(481,2682,'_visibility','visible'),(482,2682,'_stock_status','instock'),(483,2682,'total_sales','1'),(484,2682,'_downloadable','no'),(485,2682,'_virtual','no'),(486,2682,'_purchase_note',''),(487,2682,'_featured','no'),(488,2682,'_weight','0.3'),(489,2682,'_length','28'),(490,2682,'_width','18'),(491,2682,'_height','30'),(492,2682,'_sku','8'),(493,2682,'_product_attributes','a:0:{}'),(494,2682,'_regular_price','8.99'),(495,2682,'_sale_price',''),(496,2682,'_sale_price_dates_from',''),(497,2682,'_sale_price_dates_to',''),(498,2682,'_price','8.99'),(499,2682,'_sold_individually',''),(500,2682,'_manage_stock','no'),(501,2682,'_backorders','no'),(502,2682,'_stock',''),(503,2682,'_upsell_ids','a:0:{}'),(504,2682,'_crosssell_ids','a:0:{}'),(505,2682,'_product_version','2.6.7'),(506,2682,'_product_image_gallery','2745,2746'),(507,2682,'slide_template','default'),(508,2682,'_dp_original','2681'),(510,2682,'_wc_rating_count','a:0:{}'),(511,2682,'_wc_average_rating','0'),(512,2682,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(513,2682,'_wc_review_count','0'),(514,2683,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(515,2683,'_visibility','visible'),(516,2683,'_stock_status','instock'),(517,2683,'total_sales','5'),(518,2683,'_downloadable','no'),(519,2683,'_virtual','no'),(520,2683,'_purchase_note',''),(521,2683,'_featured','no'),(522,2683,'_weight','0.1'),(523,2683,'_length','10'),(524,2683,'_width','8'),(525,2683,'_height',''),(526,2683,'_sku','8'),(527,2683,'_product_attributes','a:0:{}'),(528,2683,'_regular_price','8.99'),(529,2683,'_sale_price',''),(530,2683,'_sale_price_dates_from',''),(531,2683,'_sale_price_dates_to',''),(532,2683,'_price','8.99'),(533,2683,'_sold_individually',''),(534,2683,'_manage_stock','no'),(535,2683,'_backorders','no'),(536,2683,'_stock',''),(537,2683,'_upsell_ids','a:0:{}'),(538,2683,'_crosssell_ids','a:0:{}'),(539,2683,'_product_version','2.6.7'),(540,2683,'_product_image_gallery',''),(541,2683,'slide_template','default'),(542,2683,'_dp_original','2682'),(544,2683,'_wc_rating_count','a:0:{}'),(545,2683,'_wc_average_rating','0'),(546,2683,'_wc_review_count','0'),(547,2683,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(548,2684,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(549,2684,'_visibility','visible'),(550,2684,'_stock_status','instock'),(551,2684,'total_sales','4'),(552,2684,'_downloadable','no'),(553,2684,'_virtual','no'),(554,2684,'_purchase_note',''),(555,2684,'_featured','no'),(556,2684,'_weight','0.1'),(557,2684,'_length','10'),(558,2684,'_width','8'),(559,2684,'_height',''),(560,2684,'_sku','8'),(561,2684,'_product_attributes','a:0:{}'),(562,2684,'_regular_price','8.99'),(563,2684,'_sale_price',''),(564,2684,'_sale_price_dates_from',''),(565,2684,'_sale_price_dates_to',''),(566,2684,'_price','8.99'),(567,2684,'_sold_individually',''),(568,2684,'_manage_stock','no'),(569,2684,'_backorders','no'),(570,2684,'_stock',''),(571,2684,'_upsell_ids','a:0:{}'),(572,2684,'_crosssell_ids','a:0:{}'),(573,2684,'_product_version','2.6.7'),(574,2684,'_product_image_gallery','2748,2750'),(575,2684,'slide_template','default'),(576,2684,'_dp_original','2683'),(578,2684,'_wc_rating_count','a:0:{}'),(579,2684,'_wc_average_rating','0'),(580,2684,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(581,2684,'_wc_review_count','0'),(582,2738,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(583,2738,'_visibility','visible'),(584,2738,'_stock_status','instock'),(585,2738,'total_sales','1'),(586,2738,'_downloadable','no'),(587,2738,'_virtual','no'),(588,2738,'_purchase_note',''),(589,2738,'_featured','no'),(590,2738,'_weight','0.325'),(591,2738,'_length','50'),(592,2738,'_width','70'),(593,2738,'_height',''),(594,2738,'_sku','11'),(595,2738,'_product_attributes','a:0:{}'),(596,2738,'_regular_price','21.99'),(597,2738,'_sale_price','14.99'),(598,2738,'_sale_price_dates_from',''),(599,2738,'_sale_price_dates_to',''),(600,2738,'_price','14.99'),(601,2738,'_sold_individually',''),(602,2738,'_manage_stock','no'),(603,2738,'_backorders','no'),(604,2738,'_stock',''),(605,2738,'_upsell_ids','a:0:{}'),(606,2738,'_crosssell_ids','a:0:{}'),(607,2738,'_product_version','2.6.7'),(608,2738,'_product_image_gallery','2752'),(609,2738,'slide_template','default'),(610,2738,'_dp_original','2684'),(612,2738,'_wc_rating_count','a:0:{}'),(613,2738,'_wc_average_rating','0'),(614,2738,'_wc_review_count','0'),(615,2738,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(1730,2894,'_wp_attached_file','2018/07/cropped-favicon-1.png'),(1731,2894,'_wp_attachment_context','site-icon'),(1732,2894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2018/07/cropped-favicon-1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-512x420.png\";s:5:\"width\";i:512;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-420x512.png\";s:5:\"width\";i:420;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:29:\"cropped-favicon-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2626,3084,'_menu_item_type','custom'),(2627,3084,'_menu_item_menu_item_parent','0'),(2628,3084,'_menu_item_object_id','2887'),(2629,3084,'_menu_item_object','custom'),(2630,3084,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2631,3084,'_menu_item_url','#Welcome'),(2632,3084,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2657,3089,'_menu_item_type','custom'),(2658,3089,'_menu_item_menu_item_parent','0'),(2659,3089,'_menu_item_object_id','2888'),(2660,3089,'_menu_item_object','custom'),(2661,3089,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2662,3089,'_menu_item_url','#Works'),(2663,3089,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2682,3093,'_menu_item_type','custom'),(2683,3093,'_menu_item_menu_item_parent','0'),(2684,3093,'_menu_item_object_id','2889'),(2685,3093,'_menu_item_object','custom'),(2686,3093,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2687,3093,'_menu_item_url','#Gallery'),(2688,3093,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2701,3096,'_menu_item_type','custom'),(2702,3096,'_menu_item_menu_item_parent','0'),(2703,3096,'_menu_item_object_id','2683'),(2704,3096,'_menu_item_object','custom'),(2705,3096,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2706,3096,'_menu_item_url','#about'),(2707,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2708,3097,'_menu_item_type','custom'),(2709,3097,'_menu_item_menu_item_parent','0'),(2710,3097,'_menu_item_object_id','2890'),(2711,3097,'_menu_item_object','custom'),(2712,3097,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2713,3097,'_menu_item_url','#Testimonials'),(2714,3097,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2715,3098,'_menu_item_type','custom'),(2716,3098,'_menu_item_menu_item_parent','0'),(2717,3098,'_menu_item_object_id','2937'),(2718,3098,'_menu_item_object','custom'),(2719,3098,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2720,3098,'_menu_item_url','#gallery-post'),(2721,3098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2728,3100,'_menu_item_type','custom'),(2729,3100,'_menu_item_menu_item_parent','0'),(2730,3100,'_menu_item_object_id','2891'),(2731,3100,'_menu_item_object','custom'),(2732,3100,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2733,3100,'_menu_item_url','#Services'),(2734,3100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2735,3101,'_menu_item_type','custom'),(2736,3101,'_menu_item_menu_item_parent','0'),(2737,3101,'_menu_item_object_id','2684'),(2738,3101,'_menu_item_object','custom'),(2739,3101,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2740,3101,'_menu_item_url','#portfolio'),(2741,3101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2742,3102,'_menu_item_type','custom'),(2743,3102,'_menu_item_menu_item_parent','0'),(2744,3102,'_menu_item_object_id','2938'),(2745,3102,'_menu_item_object','custom'),(2746,3102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2747,3102,'_menu_item_url','#wp-gallery'),(2748,3102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2755,3104,'_menu_item_type','custom'),(2756,3104,'_menu_item_menu_item_parent','0'),(2757,3104,'_menu_item_object_id','2892'),(2758,3104,'_menu_item_object','custom'),(2759,3104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2760,3104,'_menu_item_url','#Video'),(2761,3104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2762,3105,'_menu_item_type','custom'),(2763,3105,'_menu_item_menu_item_parent','0'),(2764,3105,'_menu_item_object_id','2685'),(2765,3105,'_menu_item_object','custom'),(2766,3105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2767,3105,'_menu_item_url','#get-social'),(2768,3105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2769,3106,'_menu_item_type','custom'),(2770,3106,'_menu_item_menu_item_parent','0'),(2771,3106,'_menu_item_object_id','2939'),(2772,3106,'_menu_item_object','custom'),(2773,3106,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2774,3106,'_menu_item_url','#team-slider'),(2775,3106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2782,3108,'_menu_item_type','custom'),(2783,3108,'_menu_item_menu_item_parent','0'),(2784,3108,'_menu_item_object_id','2893'),(2785,3108,'_menu_item_object','custom'),(2786,3108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2787,3108,'_menu_item_url','#Team'),(2788,3108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2789,3109,'_menu_item_type','custom'),(2790,3109,'_menu_item_menu_item_parent','0'),(2791,3109,'_menu_item_object_id','2686'),(2792,3109,'_menu_item_object','custom'),(2793,3109,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2794,3109,'_menu_item_url','#testimonials'),(2795,3109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2796,3110,'_menu_item_type','custom'),(2797,3110,'_menu_item_menu_item_parent','0'),(2798,3110,'_menu_item_object_id','2940'),(2799,3110,'_menu_item_object','custom'),(2800,3110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2801,3110,'_menu_item_url','#vimeo-video'),(2802,3110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2809,3112,'_menu_item_type','custom'),(2810,3112,'_menu_item_menu_item_parent','0'),(2811,3112,'_menu_item_object_id','2894'),(2812,3112,'_menu_item_object','custom'),(2813,3112,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2814,3112,'_menu_item_url','#Buy'),(2815,3112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2816,3113,'_menu_item_type','custom'),(2817,3113,'_menu_item_menu_item_parent','0'),(2818,3113,'_menu_item_object_id','2687'),(2819,3113,'_menu_item_object','custom'),(2820,3113,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2821,3113,'_menu_item_url','#address'),(2822,3113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2823,3114,'_menu_item_type','custom'),(2824,3114,'_menu_item_menu_item_parent','0'),(2825,3114,'_menu_item_object_id','2941'),(2826,3114,'_menu_item_object','custom'),(2827,3114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2828,3114,'_menu_item_url','#testimonial'),(2829,3114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2830,3115,'_menu_item_type','custom'),(2831,3115,'_menu_item_menu_item_parent','0'),(2832,3115,'_menu_item_object_id','2895'),(2833,3115,'_menu_item_object','custom'),(2834,3115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2835,3115,'_menu_item_url','#'),(2836,3115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2837,3116,'_menu_item_type','custom'),(2838,3116,'_menu_item_menu_item_parent','0'),(2839,3116,'_menu_item_object_id','2688'),(2840,3116,'_menu_item_object','custom'),(2841,3116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2842,3116,'_menu_item_url','#'),(2843,3116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2844,3117,'_menu_item_type','custom'),(2845,3117,'_menu_item_menu_item_parent','0'),(2846,3117,'_menu_item_object_id','2942'),(2847,3117,'_menu_item_object','custom'),(2848,3117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2849,3117,'_menu_item_url','#contact'),(2850,3117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2857,3119,'_menu_item_type','custom'),(2858,3119,'_menu_item_menu_item_parent','0'),(2859,3119,'_menu_item_object_id','2944'),(2860,3119,'_menu_item_object','custom'),(2861,3119,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2862,3119,'_menu_item_url','#'),(2863,3119,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3012,3145,'_menu_item_type','custom'),(3013,3145,'_menu_item_menu_item_parent','0'),(3014,3145,'_menu_item_object_id','2887'),(3015,3145,'_menu_item_object','custom'),(3016,3145,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3017,3145,'_menu_item_url','#Welcome'),(3018,3145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3043,3150,'_menu_item_type','custom'),(3044,3150,'_menu_item_menu_item_parent','0'),(3045,3150,'_menu_item_object_id','2888'),(3046,3150,'_menu_item_object','custom'),(3047,3150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3048,3150,'_menu_item_url','#Works'),(3049,3150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3068,3154,'_menu_item_type','custom'),(3069,3154,'_menu_item_menu_item_parent','0'),(3070,3154,'_menu_item_object_id','2889'),(3071,3154,'_menu_item_object','custom'),(3072,3154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3073,3154,'_menu_item_url','#Gallery'),(3074,3154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3087,3157,'_menu_item_type','custom'),(3088,3157,'_menu_item_menu_item_parent','0'),(3089,3157,'_menu_item_object_id','2683'),(3090,3157,'_menu_item_object','custom'),(3091,3157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3092,3157,'_menu_item_url','#about'),(3093,3157,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3094,3158,'_menu_item_type','custom'),(3095,3158,'_menu_item_menu_item_parent','0'),(3096,3158,'_menu_item_object_id','2890'),(3097,3158,'_menu_item_object','custom'),(3098,3158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3099,3158,'_menu_item_url','#Testimonials'),(3100,3158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3101,3159,'_menu_item_type','custom'),(3102,3159,'_menu_item_menu_item_parent','0'),(3103,3159,'_menu_item_object_id','2937'),(3104,3159,'_menu_item_object','custom'),(3105,3159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3106,3159,'_menu_item_url','#gallery-post'),(3107,3159,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3114,3161,'_menu_item_type','custom'),(3115,3161,'_menu_item_menu_item_parent','0'),(3116,3161,'_menu_item_object_id','2891'),(3117,3161,'_menu_item_object','custom'),(3118,3161,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3119,3161,'_menu_item_url','#Services'),(3120,3161,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3121,3162,'_menu_item_type','custom'),(3122,3162,'_menu_item_menu_item_parent','0'),(3123,3162,'_menu_item_object_id','2684'),(3124,3162,'_menu_item_object','custom'),(3125,3162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3126,3162,'_menu_item_url','#portfolio'),(3127,3162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3128,3163,'_menu_item_type','custom'),(3129,3163,'_menu_item_menu_item_parent','0'),(3130,3163,'_menu_item_object_id','2938'),(3131,3163,'_menu_item_object','custom'),(3132,3163,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3133,3163,'_menu_item_url','#wp-gallery'),(3134,3163,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3141,3165,'_menu_item_type','custom'),(3142,3165,'_menu_item_menu_item_parent','0'),(3143,3165,'_menu_item_object_id','2892'),(3144,3165,'_menu_item_object','custom'),(3145,3165,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3146,3165,'_menu_item_url','#Video'),(3147,3165,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3148,3166,'_menu_item_type','custom'),(3149,3166,'_menu_item_menu_item_parent','0'),(3150,3166,'_menu_item_object_id','2685'),(3151,3166,'_menu_item_object','custom'),(3152,3166,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3153,3166,'_menu_item_url','#get-social'),(3154,3166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3155,3167,'_menu_item_type','custom'),(3156,3167,'_menu_item_menu_item_parent','0'),(3157,3167,'_menu_item_object_id','2939'),(3158,3167,'_menu_item_object','custom'),(3159,3167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3160,3167,'_menu_item_url','#team-slider'),(3161,3167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3168,3169,'_menu_item_type','custom'),(3169,3169,'_menu_item_menu_item_parent','0'),(3170,3169,'_menu_item_object_id','2893'),(3171,3169,'_menu_item_object','custom'),(3172,3169,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3173,3169,'_menu_item_url','#Team'),(3174,3169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3175,3170,'_menu_item_type','custom'),(3176,3170,'_menu_item_menu_item_parent','0'),(3177,3170,'_menu_item_object_id','2686'),(3178,3170,'_menu_item_object','custom'),(3179,3170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3180,3170,'_menu_item_url','#testimonials'),(3181,3170,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3182,3171,'_menu_item_type','custom'),(3183,3171,'_menu_item_menu_item_parent','0'),(3184,3171,'_menu_item_object_id','2940'),(3185,3171,'_menu_item_object','custom'),(3186,3171,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3187,3171,'_menu_item_url','#vimeo-video'),(3188,3171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3195,3173,'_menu_item_type','custom'),(3196,3173,'_menu_item_menu_item_parent','0'),(3197,3173,'_menu_item_object_id','2894'),(3198,3173,'_menu_item_object','custom'),(3199,3173,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3200,3173,'_menu_item_url','#Buy'),(3201,3173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3202,3174,'_menu_item_type','custom'),(3203,3174,'_menu_item_menu_item_parent','0'),(3204,3174,'_menu_item_object_id','2687'),(3205,3174,'_menu_item_object','custom'),(3206,3174,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3207,3174,'_menu_item_url','#address'),(3208,3174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3209,3175,'_menu_item_type','custom'),(3210,3175,'_menu_item_menu_item_parent','0'),(3211,3175,'_menu_item_object_id','2941'),(3212,3175,'_menu_item_object','custom'),(3213,3175,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3214,3175,'_menu_item_url','#testimonial'),(3215,3175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3216,3176,'_menu_item_type','custom'),(3217,3176,'_menu_item_menu_item_parent','0'),(3218,3176,'_menu_item_object_id','2895'),(3219,3176,'_menu_item_object','custom'),(3220,3176,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3221,3176,'_menu_item_url','#'),(3222,3176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3223,3177,'_menu_item_type','custom'),(3224,3177,'_menu_item_menu_item_parent','0'),(3225,3177,'_menu_item_object_id','2688'),(3226,3177,'_menu_item_object','custom'),(3227,3177,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3228,3177,'_menu_item_url','#'),(3229,3177,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3230,3178,'_menu_item_type','custom'),(3231,3178,'_menu_item_menu_item_parent','0'),(3232,3178,'_menu_item_object_id','2942'),(3233,3178,'_menu_item_object','custom'),(3234,3178,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3235,3178,'_menu_item_url','#contact'),(3236,3178,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3243,3180,'_menu_item_type','custom'),(3244,3180,'_menu_item_menu_item_parent','0'),(3245,3180,'_menu_item_object_id','2944'),(3246,3180,'_menu_item_object','custom'),(3247,3180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3248,3180,'_menu_item_url','#'),(3249,3180,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3394,3205,'_menu_item_type','custom'),(3395,3205,'_menu_item_menu_item_parent','0'),(3396,3205,'_menu_item_object_id','2887'),(3397,3205,'_menu_item_object','custom'),(3398,3205,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3399,3205,'_menu_item_url','#Welcome'),(3400,3205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3425,3210,'_menu_item_type','custom'),(3426,3210,'_menu_item_menu_item_parent','0'),(3427,3210,'_menu_item_object_id','2888'),(3428,3210,'_menu_item_object','custom'),(3429,3210,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3430,3210,'_menu_item_url','#Works'),(3431,3210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3450,3214,'_menu_item_type','custom'),(3451,3214,'_menu_item_menu_item_parent','0'),(3452,3214,'_menu_item_object_id','2889'),(3453,3214,'_menu_item_object','custom'),(3454,3214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3455,3214,'_menu_item_url','#Gallery'),(3456,3214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3469,3217,'_menu_item_type','custom'),(3470,3217,'_menu_item_menu_item_parent','0'),(3471,3217,'_menu_item_object_id','2683'),(3472,3217,'_menu_item_object','custom'),(3473,3217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3474,3217,'_menu_item_url','#about'),(3475,3217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3476,3218,'_menu_item_type','custom'),(3477,3218,'_menu_item_menu_item_parent','0'),(3478,3218,'_menu_item_object_id','2890'),(3479,3218,'_menu_item_object','custom'),(3480,3218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3481,3218,'_menu_item_url','#Testimonials'),(3482,3218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3483,3219,'_menu_item_type','custom'),(3484,3219,'_menu_item_menu_item_parent','0'),(3485,3219,'_menu_item_object_id','2937'),(3486,3219,'_menu_item_object','custom'),(3487,3219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3488,3219,'_menu_item_url','#gallery-post'),(3489,3219,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3496,3221,'_menu_item_type','custom'),(3497,3221,'_menu_item_menu_item_parent','0'),(3498,3221,'_menu_item_object_id','2891'),(3499,3221,'_menu_item_object','custom'),(3500,3221,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3501,3221,'_menu_item_url','#Services'),(3502,3221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3503,3222,'_menu_item_type','custom'),(3504,3222,'_menu_item_menu_item_parent','0'),(3505,3222,'_menu_item_object_id','2684'),(3506,3222,'_menu_item_object','custom'),(3507,3222,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3508,3222,'_menu_item_url','#portfolio'),(3509,3222,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3510,3223,'_menu_item_type','custom'),(3511,3223,'_menu_item_menu_item_parent','0'),(3512,3223,'_menu_item_object_id','2938'),(3513,3223,'_menu_item_object','custom'),(3514,3223,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3515,3223,'_menu_item_url','#wp-gallery'),(3516,3223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3523,3225,'_menu_item_type','custom'),(3524,3225,'_menu_item_menu_item_parent','0'),(3525,3225,'_menu_item_object_id','2892'),(3526,3225,'_menu_item_object','custom'),(3527,3225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3528,3225,'_menu_item_url','#Video'),(3529,3225,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3530,3226,'_menu_item_type','custom'),(3531,3226,'_menu_item_menu_item_parent','0'),(3532,3226,'_menu_item_object_id','2685'),(3533,3226,'_menu_item_object','custom'),(3534,3226,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3535,3226,'_menu_item_url','#get-social'),(3536,3226,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3537,3227,'_menu_item_type','custom'),(3538,3227,'_menu_item_menu_item_parent','0'),(3539,3227,'_menu_item_object_id','2939'),(3540,3227,'_menu_item_object','custom'),(3541,3227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3542,3227,'_menu_item_url','#team-slider'),(3543,3227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3550,3229,'_menu_item_type','custom'),(3551,3229,'_menu_item_menu_item_parent','0'),(3552,3229,'_menu_item_object_id','2893'),(3553,3229,'_menu_item_object','custom'),(3554,3229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3555,3229,'_menu_item_url','#Team'),(3556,3229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3557,3230,'_menu_item_type','custom'),(3558,3230,'_menu_item_menu_item_parent','0'),(3559,3230,'_menu_item_object_id','2686'),(3560,3230,'_menu_item_object','custom'),(3561,3230,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3562,3230,'_menu_item_url','#testimonials'),(3563,3230,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3564,3231,'_menu_item_type','custom'),(3565,3231,'_menu_item_menu_item_parent','0'),(3566,3231,'_menu_item_object_id','2940'),(3567,3231,'_menu_item_object','custom'),(3568,3231,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3569,3231,'_menu_item_url','#vimeo-video'),(3570,3231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3577,3233,'_menu_item_type','custom'),(3578,3233,'_menu_item_menu_item_parent','0'),(3579,3233,'_menu_item_object_id','2894'),(3580,3233,'_menu_item_object','custom'),(3581,3233,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3582,3233,'_menu_item_url','#Buy'),(3583,3233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3584,3234,'_menu_item_type','custom'),(3585,3234,'_menu_item_menu_item_parent','0'),(3586,3234,'_menu_item_object_id','2687'),(3587,3234,'_menu_item_object','custom'),(3588,3234,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3589,3234,'_menu_item_url','#address'),(3590,3234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3591,3235,'_menu_item_type','custom'),(3592,3235,'_menu_item_menu_item_parent','0'),(3593,3235,'_menu_item_object_id','2941'),(3594,3235,'_menu_item_object','custom'),(3595,3235,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3596,3235,'_menu_item_url','#testimonial'),(3597,3235,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3598,3236,'_menu_item_type','custom'),(3599,3236,'_menu_item_menu_item_parent','0'),(3600,3236,'_menu_item_object_id','2895'),(3601,3236,'_menu_item_object','custom'),(3602,3236,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3603,3236,'_menu_item_url','#'),(3604,3236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3605,3237,'_menu_item_type','custom'),(3606,3237,'_menu_item_menu_item_parent','0'),(3607,3237,'_menu_item_object_id','2688'),(3608,3237,'_menu_item_object','custom'),(3609,3237,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3610,3237,'_menu_item_url','#'),(3611,3237,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3612,3238,'_menu_item_type','custom'),(3613,3238,'_menu_item_menu_item_parent','0'),(3614,3238,'_menu_item_object_id','2942'),(3615,3238,'_menu_item_object','custom'),(3616,3238,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3617,3238,'_menu_item_url','#contact'),(3618,3238,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3625,3240,'_menu_item_type','custom'),(3626,3240,'_menu_item_menu_item_parent','0'),(3627,3240,'_menu_item_object_id','2944'),(3628,3240,'_menu_item_object','custom'),(3629,3240,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3630,3240,'_menu_item_url','#'),(3631,3240,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3778,3266,'_menu_item_type','custom'),(3779,3266,'_menu_item_menu_item_parent','0'),(3780,3266,'_menu_item_object_id','2887'),(3781,3266,'_menu_item_object','custom'),(3782,3266,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3783,3266,'_menu_item_url','#Welcome'),(3784,3266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3809,3271,'_menu_item_type','custom'),(3810,3271,'_menu_item_menu_item_parent','0'),(3811,3271,'_menu_item_object_id','2888'),(3812,3271,'_menu_item_object','custom'),(3813,3271,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3814,3271,'_menu_item_url','#Works'),(3815,3271,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3834,3275,'_menu_item_type','custom'),(3835,3275,'_menu_item_menu_item_parent','0'),(3836,3275,'_menu_item_object_id','2889'),(3837,3275,'_menu_item_object','custom'),(3838,3275,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3839,3275,'_menu_item_url','#Gallery'),(3840,3275,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3853,3278,'_menu_item_type','custom'),(3854,3278,'_menu_item_menu_item_parent','0'),(3855,3278,'_menu_item_object_id','2683'),(3856,3278,'_menu_item_object','custom'),(3857,3278,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3858,3278,'_menu_item_url','#about'),(3859,3278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3860,3279,'_menu_item_type','custom'),(3861,3279,'_menu_item_menu_item_parent','0'),(3862,3279,'_menu_item_object_id','2890'),(3863,3279,'_menu_item_object','custom'),(3864,3279,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3865,3279,'_menu_item_url','#Testimonials'),(3866,3279,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3867,3280,'_menu_item_type','custom'),(3868,3280,'_menu_item_menu_item_parent','0'),(3869,3280,'_menu_item_object_id','2937'),(3870,3280,'_menu_item_object','custom'),(3871,3280,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3872,3280,'_menu_item_url','#gallery-post'),(3873,3280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3880,3282,'_menu_item_type','custom'),(3881,3282,'_menu_item_menu_item_parent','0'),(3882,3282,'_menu_item_object_id','2891'),(3883,3282,'_menu_item_object','custom'),(3884,3282,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3885,3282,'_menu_item_url','#Services'),(3886,3282,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3887,3283,'_menu_item_type','custom'),(3888,3283,'_menu_item_menu_item_parent','0'),(3889,3283,'_menu_item_object_id','2684'),(3890,3283,'_menu_item_object','custom'),(3891,3283,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3892,3283,'_menu_item_url','#portfolio'),(3893,3283,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3894,3284,'_menu_item_type','custom'),(3895,3284,'_menu_item_menu_item_parent','0'),(3896,3284,'_menu_item_object_id','2938'),(3897,3284,'_menu_item_object','custom'),(3898,3284,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3899,3284,'_menu_item_url','#wp-gallery'),(3900,3284,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3907,3286,'_menu_item_type','custom'),(3908,3286,'_menu_item_menu_item_parent','0'),(3909,3286,'_menu_item_object_id','2892'),(3910,3286,'_menu_item_object','custom'),(3911,3286,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3912,3286,'_menu_item_url','#Video'),(3913,3286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3914,3287,'_menu_item_type','custom'),(3915,3287,'_menu_item_menu_item_parent','0'),(3916,3287,'_menu_item_object_id','2685'),(3917,3287,'_menu_item_object','custom'),(3918,3287,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3919,3287,'_menu_item_url','#get-social'),(3920,3287,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3921,3288,'_menu_item_type','custom'),(3922,3288,'_menu_item_menu_item_parent','0'),(3923,3288,'_menu_item_object_id','2939'),(3924,3288,'_menu_item_object','custom'),(3925,3288,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3926,3288,'_menu_item_url','#team-slider'),(3927,3288,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3934,3290,'_menu_item_type','custom'),(3935,3290,'_menu_item_menu_item_parent','0'),(3936,3290,'_menu_item_object_id','2893'),(3937,3290,'_menu_item_object','custom'),(3938,3290,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3939,3290,'_menu_item_url','#Team'),(3940,3290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3941,3291,'_menu_item_type','custom'),(3942,3291,'_menu_item_menu_item_parent','0'),(3943,3291,'_menu_item_object_id','2686'),(3944,3291,'_menu_item_object','custom'),(3945,3291,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3946,3291,'_menu_item_url','#testimonials'),(3947,3291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3948,3292,'_menu_item_type','custom'),(3949,3292,'_menu_item_menu_item_parent','0'),(3950,3292,'_menu_item_object_id','2940'),(3951,3292,'_menu_item_object','custom'),(3952,3292,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3953,3292,'_menu_item_url','#vimeo-video'),(3954,3292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3961,3294,'_menu_item_type','custom'),(3962,3294,'_menu_item_menu_item_parent','0'),(3963,3294,'_menu_item_object_id','2894'),(3964,3294,'_menu_item_object','custom'),(3965,3294,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3966,3294,'_menu_item_url','#Buy'),(3967,3294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3968,3295,'_menu_item_type','custom'),(3969,3295,'_menu_item_menu_item_parent','0'),(3970,3295,'_menu_item_object_id','2687'),(3971,3295,'_menu_item_object','custom'),(3972,3295,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3973,3295,'_menu_item_url','#address'),(3974,3295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3975,3296,'_menu_item_type','custom'),(3976,3296,'_menu_item_menu_item_parent','0'),(3977,3296,'_menu_item_object_id','2941'),(3978,3296,'_menu_item_object','custom'),(3979,3296,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3980,3296,'_menu_item_url','#testimonial'),(3981,3296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3982,3297,'_menu_item_type','custom'),(3983,3297,'_menu_item_menu_item_parent','0'),(3984,3297,'_menu_item_object_id','2895'),(3985,3297,'_menu_item_object','custom'),(3986,3297,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3987,3297,'_menu_item_url','#'),(3988,3297,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3989,3298,'_menu_item_type','custom'),(3990,3298,'_menu_item_menu_item_parent','0'),(3991,3298,'_menu_item_object_id','2688'),(3992,3298,'_menu_item_object','custom'),(3993,3298,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3994,3298,'_menu_item_url','#'),(3995,3298,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3996,3299,'_menu_item_type','custom'),(3997,3299,'_menu_item_menu_item_parent','0'),(3998,3299,'_menu_item_object_id','2942'),(3999,3299,'_menu_item_object','custom'),(4000,3299,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4001,3299,'_menu_item_url','#contact'),(4002,3299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4009,3301,'_menu_item_type','custom'),(4010,3301,'_menu_item_menu_item_parent','0'),(4011,3301,'_menu_item_object_id','2944'),(4012,3301,'_menu_item_object','custom'),(4013,3301,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4014,3301,'_menu_item_url','#'),(4015,3301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4162,3327,'_menu_item_type','custom'),(4163,3327,'_menu_item_menu_item_parent','0'),(4164,3327,'_menu_item_object_id','2887'),(4165,3327,'_menu_item_object','custom'),(4166,3327,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4167,3327,'_menu_item_url','#Welcome'),(4168,3327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4193,3332,'_menu_item_type','custom'),(4194,3332,'_menu_item_menu_item_parent','0'),(4195,3332,'_menu_item_object_id','2888'),(4196,3332,'_menu_item_object','custom'),(4197,3332,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4198,3332,'_menu_item_url','#Works'),(4199,3332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4218,3336,'_menu_item_type','custom'),(4219,3336,'_menu_item_menu_item_parent','0'),(4220,3336,'_menu_item_object_id','2889'),(4221,3336,'_menu_item_object','custom'),(4222,3336,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4223,3336,'_menu_item_url','#Gallery'),(4224,3336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4237,3339,'_menu_item_type','custom'),(4238,3339,'_menu_item_menu_item_parent','0'),(4239,3339,'_menu_item_object_id','2683'),(4240,3339,'_menu_item_object','custom'),(4241,3339,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4242,3339,'_menu_item_url','#about'),(4243,3339,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4244,3340,'_menu_item_type','custom'),(4245,3340,'_menu_item_menu_item_parent','0'),(4246,3340,'_menu_item_object_id','2890'),(4247,3340,'_menu_item_object','custom'),(4248,3340,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4249,3340,'_menu_item_url','#Testimonials'),(4250,3340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4251,3341,'_menu_item_type','custom'),(4252,3341,'_menu_item_menu_item_parent','0'),(4253,3341,'_menu_item_object_id','2937'),(4254,3341,'_menu_item_object','custom'),(4255,3341,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4256,3341,'_menu_item_url','#gallery-post'),(4257,3341,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4264,3343,'_menu_item_type','custom'),(4265,3343,'_menu_item_menu_item_parent','0'),(4266,3343,'_menu_item_object_id','2891'),(4267,3343,'_menu_item_object','custom'),(4268,3343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4269,3343,'_menu_item_url','#Services'),(4270,3343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4271,3344,'_menu_item_type','custom'),(4272,3344,'_menu_item_menu_item_parent','0'),(4273,3344,'_menu_item_object_id','2684'),(4274,3344,'_menu_item_object','custom'),(4275,3344,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4276,3344,'_menu_item_url','#portfolio'),(4277,3344,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4278,3345,'_menu_item_type','custom'),(4279,3345,'_menu_item_menu_item_parent','0'),(4280,3345,'_menu_item_object_id','2938'),(4281,3345,'_menu_item_object','custom'),(4282,3345,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4283,3345,'_menu_item_url','#wp-gallery'),(4284,3345,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4291,3347,'_menu_item_type','custom'),(4292,3347,'_menu_item_menu_item_parent','0'),(4293,3347,'_menu_item_object_id','2892'),(4294,3347,'_menu_item_object','custom'),(4295,3347,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4296,3347,'_menu_item_url','#Video'),(4297,3347,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4298,3348,'_menu_item_type','custom'),(4299,3348,'_menu_item_menu_item_parent','0'),(4300,3348,'_menu_item_object_id','2685'),(4301,3348,'_menu_item_object','custom'),(4302,3348,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4303,3348,'_menu_item_url','#get-social'),(4304,3348,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4305,3349,'_menu_item_type','custom'),(4306,3349,'_menu_item_menu_item_parent','0'),(4307,3349,'_menu_item_object_id','2939'),(4308,3349,'_menu_item_object','custom'),(4309,3349,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4310,3349,'_menu_item_url','#team-slider'),(4311,3349,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4318,3351,'_menu_item_type','custom'),(4319,3351,'_menu_item_menu_item_parent','0'),(4320,3351,'_menu_item_object_id','2893'),(4321,3351,'_menu_item_object','custom'),(4322,3351,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4323,3351,'_menu_item_url','#Team'),(4324,3351,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4325,3352,'_menu_item_type','custom'),(4326,3352,'_menu_item_menu_item_parent','0'),(4327,3352,'_menu_item_object_id','2686'),(4328,3352,'_menu_item_object','custom'),(4329,3352,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4330,3352,'_menu_item_url','#testimonials'),(4331,3352,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4332,3353,'_menu_item_type','custom'),(4333,3353,'_menu_item_menu_item_parent','0'),(4334,3353,'_menu_item_object_id','2940'),(4335,3353,'_menu_item_object','custom'),(4336,3353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4337,3353,'_menu_item_url','#vimeo-video'),(4338,3353,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4345,3355,'_menu_item_type','custom'),(4346,3355,'_menu_item_menu_item_parent','0'),(4347,3355,'_menu_item_object_id','2894'),(4348,3355,'_menu_item_object','custom'),(4349,3355,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4350,3355,'_menu_item_url','#Buy'),(4351,3355,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4352,3356,'_menu_item_type','custom'),(4353,3356,'_menu_item_menu_item_parent','0'),(4354,3356,'_menu_item_object_id','2687'),(4355,3356,'_menu_item_object','custom'),(4356,3356,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4357,3356,'_menu_item_url','#address'),(4358,3356,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4359,3357,'_menu_item_type','custom'),(4360,3357,'_menu_item_menu_item_parent','0'),(4361,3357,'_menu_item_object_id','2941'),(4362,3357,'_menu_item_object','custom'),(4363,3357,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4364,3357,'_menu_item_url','#testimonial'),(4365,3357,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4366,3358,'_menu_item_type','custom'),(4367,3358,'_menu_item_menu_item_parent','0'),(4368,3358,'_menu_item_object_id','2895'),(4369,3358,'_menu_item_object','custom'),(4370,3358,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4371,3358,'_menu_item_url','#'),(4372,3358,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4373,3359,'_menu_item_type','custom'),(4374,3359,'_menu_item_menu_item_parent','0'),(4375,3359,'_menu_item_object_id','2688'),(4376,3359,'_menu_item_object','custom'),(4377,3359,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4378,3359,'_menu_item_url','#'),(4379,3359,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4380,3360,'_menu_item_type','custom'),(4381,3360,'_menu_item_menu_item_parent','0'),(4382,3360,'_menu_item_object_id','2942'),(4383,3360,'_menu_item_object','custom'),(4384,3360,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4385,3360,'_menu_item_url','#contact'),(4386,3360,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4393,3362,'_menu_item_type','custom'),(4394,3362,'_menu_item_menu_item_parent','0'),(4395,3362,'_menu_item_object_id','2944'),(4396,3362,'_menu_item_object','custom'),(4397,3362,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4398,3362,'_menu_item_url','#'),(4399,3362,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4744,3421,'team_title','Public Relations'),(4745,3421,'skills','[progress_bar label=\"Graphic Design\" color=\"#ec008c\" percentage=\"80\"]\r\n[progress_bar label=\"Web Design\" color=\"#9437e3\" percentage=\"58\"]\r\n[progress_bar label=\"jQuery\" color=\"#f1972c\" percentage=\"69\"]'),(4746,3421,'social','[team-social label=\"Twitter\" link=\"http://twitter.com/themify\" icon=\"twitter\"]\r\n\r\n[team-social label=\"Facebook\" link=\"http://facebook.com/themify\" icon=\"facebook\"]\r\n\r\n[team-social label=\"Pinterest\" link=\"http://pinterest.com/\" icon=\"pinterest\"]'),(4747,3421,'builder_switch_frontend','0'),(4748,3421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4750,3421,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4751,3422,'team_title','Web Designer'),(4752,3422,'skills','[progress_bar label=\"Logo Design\" color=\"#088c72\" percentage=\"74\"]\r\n[progress_bar label=\"Creativity\" color=\"#f34941\" percentage=\"83\"]\r\n[progress_bar label=\"Technical\" color=\"#ec008c\" percentage=\"67\"]'),(4753,3422,'social','[team-social label=\"Twitter\" link=\"http://twitter.com/themify\" icon=\"twitter\"]\r\n\r\n[team-social label=\"Facebook\" link=\"http://facebook.com/themify\" icon=\"facebook\"]\r\n\r\n[team-social label=\"Pinterest\" link=\"http://pinterest.com/\" icon=\"pinterest\"]'),(4754,3422,'builder_switch_frontend','0'),(4755,3422,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4757,3422,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4758,3423,'team_title','Project Manager'),(4759,3423,'skills','[progress_bar label=\"Project Management\" color=\"#825ab1\" percentage=\"80\"]\r\n[progress_bar label=\"Marketing\" color=\"#ec008c\" percentage=\"58\"]\r\n[progress_bar label=\"Logistics\" color=\"#9437e3\" percentage=\"69\"]'),(4760,3423,'social','[team-social label=\"Twitter\" link=\"http://twitter.com/themify\" icon=\"twitter\"]\r\n\r\n[team-social label=\"Facebook\" link=\"http://facebook.com/themify\" icon=\"facebook\"]\r\n\r\n[team-social label=\"Pinterest\" link=\"http://www.youtube.com/user/themifyme\" icon=\"youtube\"]'),(4761,3423,'builder_switch_frontend','0'),(4762,3423,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4764,3423,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4765,3424,'team_title','Research'),(4766,3424,'skills','[progress_bar label=\"Project Management\" color=\"#825ab1\" percentage=\"80\"]\r\n[progress_bar label=\"Marketing\" color=\"#088c72\" percentage=\"58\"]\r\n[progress_bar label=\"Logistics\" color=\"#f34941\" percentage=\"69\"]'),(4767,3424,'social','[team-social label=\"Twitter\" link=\"http://twitter.com/themify\" icon=\"twitter\"]\r\n\r\n[team-social label=\"Facebook\" link=\"http://facebook.com/themify\" icon=\"facebook\"]\r\n\r\n[team-social label=\"Pinterest\" link=\"http://pinterest.com/\" icon=\"pinterest\"]'),(4768,3424,'builder_switch_frontend','0'),(4769,3424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4771,3424,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4772,3425,'team_title','Web Designer'),(4773,3425,'skills','[progress_bar label=\"Coding\" color=\"#f34941\" percentage=\"83\"]\r\n[progress_bar label=\"Public Relation\" color=\"#088c72\" percentage=\"34\"]\r\n[progress_bar label=\"Writing\" color=\"#ec008c\" percentage=\"67\"]'),(4774,3425,'social','[team-social label=\"Twitter\" link=\"http://twitter.com/themify\" icon=\"twitter\"]\r\n\r\n[team-social label=\"Facebook\" link=\"http://facebook.com/themify\" icon=\"facebook\"]\r\n\r\n[team-social label=\"Pinterest\" link=\"http://pinterest.com/\" icon=\"pinterest\"]'),(4775,3425,'builder_switch_frontend','0'),(4776,3425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4778,3425,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4779,3426,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4781,3426,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4782,3427,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4784,3427,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4785,3428,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4787,3428,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4788,3429,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4790,3429,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4791,3430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4793,3430,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4794,3431,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4796,3431,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4797,3432,'testimonial_name','Mike Canlas'),(4798,3432,'testimonial_title','Owner'),(4799,3432,'external_link','https://themify.me/'),(4800,3432,'builder_switch_frontend','0'),(4801,3432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4803,3432,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4804,3433,'testimonial_name','Amanda Elric'),(4805,3433,'testimonial_title','Manager, Themify'),(4806,3433,'external_link','https://themify.me/'),(4807,3433,'builder_switch_frontend','0'),(4808,3433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4810,3433,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4811,3434,'testimonial_name','Diana Jones'),(4812,3434,'testimonial_title','CEO, Nice Company'),(4813,3434,'external_link','https://themify.me/'),(4814,3434,'builder_switch_frontend','0'),(4815,3434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4817,3434,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4818,3435,'testimonial_name','Janet'),(4819,3435,'testimonial_title','Designer'),(4820,3435,'external_link','https://themify.me'),(4821,3435,'builder_switch_frontend','0'),(4822,3435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4824,3435,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4825,3436,'testimonial_name','Vanissa'),(4826,3436,'testimonial_title','Manager'),(4827,3436,'external_link','https://themify.me/'),(4828,3436,'builder_switch_frontend','0'),(4829,3436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4831,3436,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4832,3437,'gallery_shortcode','[gallery size=\"large\" ids=\"2165,2162,2179,166,162\"]'),(4833,3437,'builder_switch_frontend','0'),(4834,3437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4836,3437,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4837,3438,'gallery_shortcode','[gallery size=\"large\" ids=\"162,160,159,2179,2168,2165,2162,166,158,148,149,141,144,147,140,85,83,64,1861,1866,1858,1853,1850,1846,1840,1824\"]'),(4838,3438,'builder_switch_frontend','0'),(4839,3438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4841,3438,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4842,3439,'gallery_shortcode','[gallery size=\"large\" ids=\"140,141,74,69,64\"]'),(4843,3439,'builder_switch_frontend','0'),(4844,3439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4846,3439,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4847,3440,'gallery_shortcode','[gallery link=\"file\" ids=\"2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2538\" orderby=\"rand\"]'),(4848,3440,'builder_switch_frontend','0'),(4849,3440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4851,3440,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4852,3441,'gallery_shortcode','[gallery link=\"file\" size=\"large\" ids=\"2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2572,2571\"]'),(4853,3441,'builder_switch_frontend','0'),(4854,3441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4856,3441,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4857,3442,'gallery_shortcode','[gallery link=\"file\" size=\"full\" ids=\"2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2568,2567\"]'),(4858,3442,'builder_switch_frontend','0'),(4859,3442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4861,3442,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4862,3443,'gallery_shortcode','[gallery ids=\"2601,2602,2600,2608,2603,2604,2606,2607,2597\"]'),(4863,3443,'builder_switch_frontend','0'),(4864,3443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4866,3443,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4867,3444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4869,3444,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4870,3445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4872,3445,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4873,3446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4875,3446,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4876,3447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4878,3447,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4879,3448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4881,3448,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4882,3449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4884,3449,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4885,3450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4887,3450,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4888,3451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4890,3451,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4891,3452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4893,3452,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4894,3453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4896,3453,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4897,3454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4899,3454,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4900,3455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4902,3455,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4903,3456,'gallery_shortcode','[gallery ids=\"143,142,144\"]'),(4904,3456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4906,3456,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4907,3457,'gallery_shortcode','[gallery ids=\"1644,218\"]'),(4908,3457,'builder_switch_frontend','0'),(4909,3457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4911,3457,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4912,3458,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4914,3458,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4915,3459,'gallery_shortcode','[gallery link=\"file\" ids=\"152,154,155\"]'),(4916,3459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4918,3459,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4919,3460,'builder_switch_frontend','0'),(4920,3460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4922,3460,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4923,3461,'builder_switch_frontend','0'),(4924,3461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4926,3461,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(4927,3462,'gallery_shortcode','[gallery ids=\"166,212\"]'),(4928,3462,'builder_switch_frontend','0'),(4929,3462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4931,3462,'post_image','https://www.featurestorynews.com/wp-content/uploads/2018/07/unnamed-file-1.jpg'),(6969,4053,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6974,4053,'_themify_tiles','a:2:{i:0;O:8:\"stdClass\":34:{s:4:\"size\";s:12:\"square-large\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:6:\"orange\";s:17:\"button_link_front\";s:29:\"https://www.geniedrinks.co.uk\";s:24:\"button_link_params_front\";s:8:\"lightbox\";s:10:\"icon_front\";s:13:\"fa-area-chart\";s:11:\"image_front\";s:80:\"https://www.featurestorynews.com/wp-content/uploads/2018/08/orange-no-shadow.png\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:17:\"action_text_front\";s:7:\"BUY NOW\";s:17:\"action_link_front\";s:29:\"https://www.geniedrinks.co.uk\";s:18:\"action_param_front\";s:8:\"lightbox\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:6:\"orange\";s:9:\"text_back\";s:646:\"<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Orange</span></h2><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://www.geniedrinks.co.uk\" target=\"_blank\" rel=\"noopener\">Ingredients</a></span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://www.geniedrinks.co.uk\" target=\"_blank\" rel=\"noopener\">Nutritional Values</a></span></p>\";s:16:\"button_link_back\";s:28:\"http://www.geniedrinks.co.uk\";s:23:\"button_link_params_back\";s:1:\"|\";s:9:\"icon_back\";s:13:\"fa-area-chart\";s:10:\"image_back\";s:28:\"http://www.geniedrinks.co.uk\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:16:\"action_text_back\";s:7:\"BUY NOW\";s:16:\"action_link_back\";s:29:\"https://www.geniedrinks.co.uk\";s:17:\"action_param_back\";s:8:\"lightbox\";s:13:\"tile_autoflip\";s:1:\"0\";s:11:\"flip_effect\";s:15:\"flip-horizontal\";}i:1;O:8:\"stdClass\":34:{s:4:\"size\";s:12:\"square-large\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:6:\"orange\";s:17:\"button_link_front\";s:29:\"https://www.geniedrinks.co.uk\";s:24:\"button_link_params_front\";s:8:\"lightbox\";s:10:\"icon_front\";s:13:\"fa-area-chart\";s:11:\"image_front\";s:80:\"https://www.featurestorynews.com/wp-content/uploads/2018/08/orange-no-shadow.png\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:17:\"action_text_front\";s:7:\"BUY NOW\";s:17:\"action_link_front\";s:29:\"https://www.geniedrinks.co.uk\";s:18:\"action_param_front\";s:8:\"lightbox\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:6:\"orange\";s:9:\"text_back\";s:646:\"<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Orange</span></h2><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://www.geniedrinks.co.uk\" target=\"_blank\" rel=\"noopener\">Ingredients</a></span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://www.geniedrinks.co.uk\" target=\"_blank\" rel=\"noopener\">Nutritional Values</a></span></p>\";s:16:\"button_link_back\";s:28:\"http://www.geniedrinks.co.uk\";s:23:\"button_link_params_back\";s:1:\"|\";s:9:\"icon_back\";s:13:\"fa-area-chart\";s:10:\"image_back\";s:28:\"http://www.geniedrinks.co.uk\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:16:\"action_text_back\";s:7:\"BUY NOW\";s:16:\"action_link_back\";s:29:\"https://www.geniedrinks.co.uk\";s:17:\"action_param_back\";s:8:\"lightbox\";s:13:\"tile_autoflip\";s:1:\"0\";s:11:\"flip_effect\";s:15:\"flip-horizontal\";}}'),(6975,4053,'_edit_last','1'),(6978,4053,'tf_tiles_fluid_tiles','yes'),(6979,4053,'_edit_lock','1537815794:1'),(7044,23,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7045,23,'_themify_tiles',''),(7046,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7047,36,'_themify_tiles',''),(7048,43,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7049,43,'_themify_tiles','a:12:{i:0;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:30:\"<h4>Horiz. Flip Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:6:\"4D7DE1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:27:\"<h4>2 Second Auto Flip</h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"2\";s:11:\"flip_effect\";s:15:\"flip-horizontal\";s:21:\"background_color_back\";s:8:\"db23a7_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:1;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:5:\"blank\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:33:\"<h4>Fade-in Right Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"f0131a_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:21:\"<h4>Fade-in Down</h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"3\";s:11:\"flip_effect\";s:10:\"fadeInDown\";s:21:\"background_color_back\";s:8:\"1a9120_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:2;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:30:\"<h4>Vert. Flip Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"000000_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:20:\"<h4>5 Auto Flip</h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"5\";s:11:\"flip_effect\";s:13:\"flip-vertical\";s:21:\"background_color_back\";s:8:\"21acdb_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:3;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:33:\"<h4>Fade-in Right Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"db4650_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:22:\"<h4>Fade-in Right</h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"0\";s:11:\"flip_effect\";s:11:\"fadeInRight\";s:21:\"background_color_back\";s:8:\"d3de54_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:4;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:5:\"blank\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:31:\"<h4>Fade-in Left Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"236e10_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:48:\"<h4>3 Second Auto Flip Fade-in Up Animation</h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"3\";s:11:\"flip_effect\";s:8:\"fadeInUp\";s:21:\"background_color_back\";s:8:\"ff0009_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:5;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:31:\"<h4>Fade-in Left Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"236e10_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:27:\"<h4>5 Second Auto Flip</h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"5\";s:11:\"flip_effect\";s:10:\"fadeInDown\";s:21:\"background_color_back\";s:8:\"d6d6d6_1\";s:15:\"text_color_back\";s:8:\"000000_1\";s:15:\"link_color_back\";s:8:\"000000_1\";}i:6;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:30:\"<h4>Zoom-In Up Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"ff6600_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:29:\"<h4>6 Second Auto Flip </h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"6\";s:11:\"flip_effect\";s:8:\"zoomInUp\";s:21:\"background_color_back\";s:8:\"4c94c4_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:7;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:5:\"blank\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:31:\"<h4>Zoom-In Left Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"2c5cde_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:33:\"<h4>Blank Tile 4 Auto Flip </h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"4\";s:11:\"flip_effect\";s:15:\"flip-horizontal\";s:21:\"background_color_back\";s:8:\"2aa689_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:8;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:31:\"<h4>Zoom-In Left Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"2c5cde_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:24:\"<h4>No Auto Flip </h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"0\";s:11:\"flip_effect\";s:10:\"zoomInLeft\";s:21:\"background_color_back\";s:8:\"2ba0a6_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:9;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:32:\"<h4>Zoom-In Right Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"8a2ade_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:22:\"<h4>3 Auto Flip </h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"3\";s:11:\"flip_effect\";s:11:\"zoomInRight\";s:21:\"background_color_back\";s:8:\"a66128_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:10;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:5:\"blank\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:31:\"<h4>Zoom-In Down Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"de8928_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:30:\"<h4>2 Second Auto Flip </h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"2\";s:11:\"flip_effect\";s:10:\"fadeInLeft\";s:21:\"background_color_back\";s:8:\"056185_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}i:11;O:8:\"stdClass\":33:{s:4:\"size\";s:12:\"square-small\";s:10:\"type_front\";s:4:\"text\";s:11:\"color_front\";s:7:\"default\";s:10:\"text_front\";s:31:\"<h4>Zoom-In Down Animation</h4>\";s:24:\"button_link_params_front\";s:1:\"|\";s:15:\"icon_type_front\";s:4:\"icon\";s:22:\"gallery_autoplay_front\";s:3:\"off\";s:24:\"gallery_hide_timer_front\";s:2:\"no\";s:14:\"type_map_front\";s:7:\"ROADMAP\";s:14:\"zoom_map_front\";s:1:\"7\";s:21:\"scrollwheel_map_front\";s:6:\"enable\";s:19:\"draggable_map_front\";s:6:\"enable\";s:18:\"action_param_front\";s:1:\"|\";s:22:\"background_color_front\";s:8:\"de8928_1\";s:16:\"text_color_front\";s:8:\"ffffff_1\";s:16:\"link_color_front\";s:8:\"ffffff_1\";s:9:\"type_back\";s:4:\"text\";s:10:\"color_back\";s:7:\"default\";s:9:\"text_back\";s:22:\"<h4>6 Auto Flip </h4>\";s:23:\"button_link_params_back\";s:1:\"|\";s:14:\"icon_type_back\";s:4:\"icon\";s:21:\"gallery_autoplay_back\";s:3:\"off\";s:23:\"gallery_hide_timer_back\";s:2:\"no\";s:13:\"type_map_back\";s:7:\"ROADMAP\";s:13:\"zoom_map_back\";s:1:\"7\";s:20:\"scrollwheel_map_back\";s:6:\"enable\";s:18:\"draggable_map_back\";s:6:\"enable\";s:17:\"action_param_back\";s:1:\"|\";s:13:\"tile_autoflip\";s:1:\"6\";s:11:\"flip_effect\";s:11:\"zoomInRight\";s:21:\"background_color_back\";s:8:\"077f85_1\";s:15:\"text_color_back\";s:8:\"ffffff_1\";s:15:\"link_color_back\";s:8:\"ffffff_1\";}}'),(7050,43,'_edit_last','1'),(7086,36,'_edit_lock','1535030104:1'),(7087,23,'_edit_lock','1535037760:1'),(7088,43,'_edit_lock','1535037898:1'),(7197,4053,'custom_post_themify_tile_single','sidebar-none'),(7198,4053,'content_width','full_width'),(7210,4053,'tf_tiles_gutter','0'),(11009,5975,'_form','<label> First Name (required)\n [text* first-name] </label>\n\n<label> Last Name (required)\n [text* last-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Phone number (optional)\n[tel tel-760] </label>\n\n<label> Subject (optional)\n [text your-subject] </label>\n\n<label> Your Message (required)\n [textarea your-message] </label>\n\n[submit \"Send\"]\n\n[hidden destination-email default:shortcode_attr]'),(11010,5975,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:16:\"\"[your-subject]\"\";s:6:\"sender\";s:30:\"<noreply@featurestorynews.com>\";s:9:\"recipient\";s:19:\"[destination-email]\";s:4:\"body\";s:192:\"From: [first-name] [last-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n[tel-760]\n-- \nThis e-mail was sent from a contact form on (https://www.featurestorynews.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(11011,5975,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:16:\"\"[your-subject]\"\";s:6:\"sender\";s:26:\"<nic@featurestorynews.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:113:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on (https://www.featurestorynews.com)\";s:18:\"additional_headers\";s:34:\"Reply-To: nic@featurestorynews.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(11012,5975,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(11013,5975,'_additional_settings',''),(11014,5975,'_locale','en_GB'),(11071,69,'_wp_page_template','default'),(11072,69,'slide_template','default'),(11073,69,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(11074,69,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11076,5986,'fw:opt:ext:pb:page-builder:json','[]'),(11077,5986,'fw_options','a:29:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:19:\"titlebar_text_color\";s:0:\"\";s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";}'),(11097,5988,'_wp_attached_file','2018/09/cropped-labeleight-logo.png'),(11098,5988,'_wp_attachment_context','site-icon'),(11099,5988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:35:\"2018/09/cropped-labeleight-logo.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"cropped-labeleight-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-512x420.png\";s:5:\"width\";i:512;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-420x512.png\";s:5:\"width\";i:420;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:35:\"cropped-labeleight-logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:33:\"cropped-labeleight-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11175,738,'_menu_item_type','custom'),(11176,738,'_menu_item_menu_item_parent','0'),(11177,738,'_menu_item_object_id','738'),(11178,738,'_menu_item_object','custom'),(11179,738,'_menu_item_target',''),(11180,738,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11181,738,'_menu_item_xfn',''),(11182,738,'_menu_item_url','https://www.featurestorynews.com/fsn-live'),(11183,738,'mega-menu','a:0:{}'),(11184,740,'_menu_item_type','custom'),(11185,740,'_menu_item_menu_item_parent','0'),(11186,740,'_menu_item_object_id','740'),(11187,740,'_menu_item_object','custom'),(11188,740,'_menu_item_target',''),(11189,740,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11190,740,'_menu_item_xfn',''),(11191,740,'_menu_item_url','https://www.featurestorynews.com/contact-fsn/'),(11192,740,'mega-menu','a:0:{}'),(11193,741,'_menu_item_type','custom'),(11194,741,'_menu_item_menu_item_parent','0'),(11195,741,'_menu_item_object_id','741'),(11196,741,'_menu_item_object','custom'),(11197,741,'_menu_item_target',''),(11198,741,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11199,741,'_menu_item_xfn',''),(11200,741,'_menu_item_url','https://www.featurestorynews.com/full-bureau-listing/'),(11201,741,'mega-menu','a:0:{}'),(11202,758,'_menu_item_type','custom'),(11203,758,'_menu_item_menu_item_parent','0'),(11204,758,'_menu_item_object_id','758'),(11205,758,'_menu_item_object','custom'),(11206,758,'_menu_item_target',''),(11207,758,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11208,758,'_menu_item_xfn',''),(11209,758,'_menu_item_url','http://featurestorynews.com'),(11210,758,'mega-menu','a:0:{}'),(11211,958,'_menu_item_type','custom'),(11212,958,'_menu_item_menu_item_parent','0'),(11213,958,'_menu_item_object_id','958'),(11214,958,'_menu_item_object','custom'),(11215,958,'_menu_item_target',''),(11216,958,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11217,958,'_menu_item_xfn',''),(11218,958,'_menu_item_url','http://featurestorynews.com/latest-coverage'),(11219,958,'mega-menu','a:0:{}'),(11238,1753,'_menu_item_type','custom'),(11239,1753,'_menu_item_menu_item_parent','0'),(11240,1753,'_menu_item_object_id','1753'),(11241,1753,'_menu_item_object','custom'),(11242,1753,'_menu_item_target',''),(11243,1753,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11244,1753,'_menu_item_xfn',''),(11245,1753,'_menu_item_url','http://subscribe.featurestorynews.com/ht/d/Home/TPL/myhome/pid/208'),(11246,1753,'mega-menu','a:0:{}'),(11297,363,'_product_attributes','a:1:{s:7:\"flowers\";a:6:{s:4:\"name\";s:7:\"Flowers\";s:5:\"value\";s:2:\"35\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(11298,363,'_visibility','visible'),(11299,363,'_stock_status','instock'),(11300,363,'total_sales','0'),(11301,363,'_downloadable','no'),(11302,363,'_virtual','no'),(11303,363,'_purchase_note',''),(11304,363,'_featured','no'),(11305,363,'_weight',''),(11306,363,'_length',''),(11307,363,'_width',''),(11308,363,'_height',''),(11309,363,'_sku','1'),(11310,363,'_regular_price','8.99'),(11311,363,'_sale_price',''),(11312,363,'_sale_price_dates_from',''),(11313,363,'_sale_price_dates_to',''),(11314,363,'_price','8.99'),(11315,363,'_sold_individually',''),(11316,363,'_manage_stock','no'),(11317,363,'_backorders','no'),(11318,363,'_stock',''),(11319,363,'_upsell_ids','a:0:{}'),(11320,363,'_crosssell_ids','a:0:{}'),(11321,363,'_product_version','2.5.5'),(11322,363,'_product_image_gallery',''),(11323,363,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(11324,363,'slide_template','default'),(11325,363,'_wc_rating_count','a:0:{}'),(11326,363,'_wc_average_rating','0'),(11327,363,'_wc_review_count','0'),(11328,368,'_product_attributes','a:1:{s:7:\"flowers\";a:6:{s:4:\"name\";s:7:\"Flowers\";s:5:\"value\";s:2:\"10\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(11329,368,'_visibility','visible'),(11330,368,'_stock_status','instock'),(11331,368,'total_sales','0'),(11332,368,'_downloadable','no'),(11333,368,'_virtual','no'),(11334,368,'_purchase_note',''),(11335,368,'_featured','no'),(11336,368,'_weight',''),(11337,368,'_length',''),(11338,368,'_width',''),(11339,368,'_height',''),(11340,368,'_sku','1'),(11341,368,'_regular_price','16.99'),(11342,368,'_sale_price','7.99'),(11343,368,'_sale_price_dates_from',''),(11344,368,'_sale_price_dates_to',''),(11345,368,'_price','7.99'),(11346,368,'_sold_individually',''),(11347,368,'_manage_stock','no'),(11348,368,'_backorders','no'),(11349,368,'_stock',''),(11350,368,'_upsell_ids','a:0:{}'),(11351,368,'_crosssell_ids','a:0:{}'),(11352,368,'_product_version','2.5.5'),(11353,368,'_product_image_gallery',''),(11354,368,'fw_options','a:2:{s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(11355,368,'slide_template','default'),(11356,368,'_wc_rating_count','a:0:{}'),(11357,368,'_wc_average_rating','0'),(11358,368,'_wc_review_count','0'),(11359,368,'_dp_original','363'),(11360,368,'_wp_old_slug','flower-bouquets-one-2'),(11538,262,'_wpb_shortcodes_custom_css','.vc_custom_1575383289201{padding-top: 10% !important;padding-bottom: 10% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1576006260826{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11539,262,'_wp_page_template','default'),(11540,262,'slide_template','default'),(11541,262,'_wpb_vc_js_status','true'),(11542,262,'_wpb_shortcodes_custom_css','.vc_custom_1575383289201{padding-top: 10% !important;padding-bottom: 10% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1576006260826{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11544,262,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11545,262,'fw:opt:ext:pb:page-builder:json','[]'),(11564,262,'_edit_lock','1576006270:1'),(11567,262,'_edit_last','1'),(11568,6010,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11569,6010,'fw:opt:ext:pb:page-builder:json','[]'),(11570,6010,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";}'),(11571,6011,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11572,6011,'fw:opt:ext:pb:page-builder:json','[]'),(11573,6011,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11574,6012,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11575,6012,'fw:opt:ext:pb:page-builder:json','[]'),(11576,6012,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11577,6013,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11578,6013,'fw:opt:ext:pb:page-builder:json','[]'),(11579,6013,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11580,6014,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11581,6014,'fw:opt:ext:pb:page-builder:json','[]'),(11582,6014,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11583,6015,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11584,6015,'fw:opt:ext:pb:page-builder:json','[]'),(11585,6015,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11586,6016,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11587,6016,'fw:opt:ext:pb:page-builder:json','[]'),(11588,6016,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11589,6017,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11590,6017,'fw:opt:ext:pb:page-builder:json','[]'),(11591,6017,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11592,6018,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11593,6018,'fw:opt:ext:pb:page-builder:json','[]'),(11594,6018,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11595,6019,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11596,6019,'fw:opt:ext:pb:page-builder:json','[]'),(11597,6019,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11598,6020,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11599,6020,'fw:opt:ext:pb:page-builder:json','[]'),(11600,6020,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11601,6021,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11602,6021,'fw:opt:ext:pb:page-builder:json','[]'),(11603,6021,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11604,6022,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11605,6022,'fw:opt:ext:pb:page-builder:json','[]'),(11606,6022,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11607,6023,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11608,6023,'fw:opt:ext:pb:page-builder:json','[]'),(11609,6023,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11610,6024,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11611,6024,'fw:opt:ext:pb:page-builder:json','[]'),(11612,6024,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11625,6031,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11626,6031,'fw:opt:ext:pb:page-builder:json','[]'),(11627,6031,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11630,6033,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11631,6033,'fw:opt:ext:pb:page-builder:json','[]'),(11632,6033,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11633,6034,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11634,6034,'fw:opt:ext:pb:page-builder:json','[]'),(11635,6034,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11636,6035,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11637,6035,'fw:opt:ext:pb:page-builder:json','[]'),(11638,6035,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11639,6036,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11640,6036,'fw:opt:ext:pb:page-builder:json','[]'),(11641,6036,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11642,6037,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11643,6037,'fw:opt:ext:pb:page-builder:json','[]'),(11644,6037,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11645,6038,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11646,6038,'fw:opt:ext:pb:page-builder:json','[]'),(11647,6038,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11648,6039,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11649,6039,'fw:opt:ext:pb:page-builder:json','[]'),(11650,6039,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11651,6040,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11652,6040,'fw:opt:ext:pb:page-builder:json','[]'),(11653,6040,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11654,6041,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11655,6041,'fw:opt:ext:pb:page-builder:json','[]'),(11656,6041,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11657,6042,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11658,6042,'fw:opt:ext:pb:page-builder:json','[]'),(11659,6042,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11664,6045,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11665,6045,'fw:opt:ext:pb:page-builder:json','[]'),(11666,6045,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11667,6046,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11668,6046,'fw:opt:ext:pb:page-builder:json','[]'),(11669,6046,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11672,6048,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11673,6048,'fw:opt:ext:pb:page-builder:json','[]'),(11674,6048,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11675,6049,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11676,6049,'fw:opt:ext:pb:page-builder:json','[]'),(11677,6049,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11678,6050,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11679,6050,'fw:opt:ext:pb:page-builder:json','[]'),(11680,6050,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11681,6051,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11682,6051,'fw:opt:ext:pb:page-builder:json','[]'),(11683,6051,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11684,6052,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11685,6052,'fw:opt:ext:pb:page-builder:json','[]'),(11686,6052,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11691,6055,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11692,6055,'fw:opt:ext:pb:page-builder:json','[]'),(11693,6055,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11694,6056,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534247211417{margin-top: -170px !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11695,6056,'fw:opt:ext:pb:page-builder:json','[]'),(11696,6056,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11697,6057,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11698,6057,'fw:opt:ext:pb:page-builder:json','[]'),(11699,6057,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11700,6058,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1565346144010{padding-top: 80px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11701,6058,'fw:opt:ext:pb:page-builder:json','[]'),(11702,6058,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11703,6059,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1565346144010{padding-top: 80px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11704,6059,'fw:opt:ext:pb:page-builder:json','[]'),(11705,6059,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11706,6060,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11707,6060,'fw:opt:ext:pb:page-builder:json','[]'),(11708,6060,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11709,6061,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11710,6061,'fw:opt:ext:pb:page-builder:json','[]'),(11711,6061,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11712,6062,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11713,6062,'fw:opt:ext:pb:page-builder:json','[]'),(11714,6062,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11715,6063,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11716,6063,'fw:opt:ext:pb:page-builder:json','[]'),(11717,6063,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11718,6064,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11719,6064,'fw:opt:ext:pb:page-builder:json','[]'),(11720,6064,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11721,6065,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11722,6065,'fw:opt:ext:pb:page-builder:json','[]'),(11723,6065,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11724,6066,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11725,6066,'fw:opt:ext:pb:page-builder:json','[]'),(11726,6066,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11727,6067,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11728,6067,'fw:opt:ext:pb:page-builder:json','[]'),(11729,6067,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11730,6068,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11731,6068,'fw:opt:ext:pb:page-builder:json','[]'),(11732,6068,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11733,6069,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11734,6069,'fw:opt:ext:pb:page-builder:json','[]'),(11735,6069,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11736,6070,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11737,6070,'fw:opt:ext:pb:page-builder:json','[]'),(11738,6070,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11739,6071,'_wp_attached_file','2018/03/image.png'),(11740,6071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:378;s:6:\"height\";i:144;s:4:\"file\";s:17:\"2018/03/image.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"image-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"image-350x133.png\";s:5:\"width\";i:350;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"image-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"image-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11741,6072,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11742,6072,'fw:opt:ext:pb:page-builder:json','[]'),(11743,6072,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11744,6073,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11745,6073,'fw:opt:ext:pb:page-builder:json','[]'),(11746,6073,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11747,6074,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11748,6074,'fw:opt:ext:pb:page-builder:json','[]'),(11749,6074,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11750,6075,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11751,6075,'fw:opt:ext:pb:page-builder:json','[]'),(11752,6075,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11755,6077,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11756,6077,'fw:opt:ext:pb:page-builder:json','[]'),(11757,6077,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11758,6078,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11759,6078,'fw:opt:ext:pb:page-builder:json','[]'),(11760,6078,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11761,6079,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11762,6079,'fw:opt:ext:pb:page-builder:json','[]'),(11763,6079,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11764,6080,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11765,6080,'fw:opt:ext:pb:page-builder:json','[]'),(11766,6080,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11767,6081,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1534263446419{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11768,6081,'fw:opt:ext:pb:page-builder:json','[]'),(11769,6081,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11770,6082,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358434804{padding-top: 100px !important;padding-bottom: 50px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11771,6082,'fw:opt:ext:pb:page-builder:json','[]'),(11772,6082,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11773,6083,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358512647{padding-top: 80px !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11774,6083,'fw:opt:ext:pb:page-builder:json','[]'),(11775,6083,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11776,6084,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11777,6084,'fw:opt:ext:pb:page-builder:json','[]'),(11778,6084,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11779,6085,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565358727842{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11780,6085,'fw:opt:ext:pb:page-builder:json','[]'),(11781,6085,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11782,6086,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11783,6086,'fw:opt:ext:pb:page-builder:json','[]'),(11784,6086,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11785,6087,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11786,6087,'fw:opt:ext:pb:page-builder:json','[]'),(11787,6087,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11788,6088,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11789,6088,'fw:opt:ext:pb:page-builder:json','[]'),(11790,6088,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11791,6089,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11792,6089,'fw:opt:ext:pb:page-builder:json','[]'),(11793,6089,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11794,6090,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11795,6090,'fw:opt:ext:pb:page-builder:json','[]'),(11796,6090,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11797,6091,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11798,6091,'fw:opt:ext:pb:page-builder:json','[]'),(11799,6091,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11800,6092,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534263592802{padding-bottom: 100px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}.vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11801,6092,'fw:opt:ext:pb:page-builder:json','[]'),(11802,6092,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11803,69,'_edit_lock','1569941461:1'),(11806,69,'_edit_last','1'),(11807,69,'_wpb_vc_js_status','true'),(11808,6094,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"67c3d8dc4cd629b65b6e41f5a6166b7a\",\"width\":\"full\",\"padding\":\"0px 0px 0px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"full\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":\"\",\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"border_radius\":\"\",\"p_width\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"id\":\"ff0ee00c6b633cf51aeefdbea3e57621\",\"padding\":\"100px 15px 100px 15px\",\"padding_mobile\":{\"padding_mobile\":\"on\",\"on\":{\"padding\":\"70px 15px 70px 15px\"}},\"shadow\":\"disabled\",\"shadow_hover\":\"disabled\",\"class\":\"\",\"background_color\":\"#48aed4\",\"background_image\":{\"attachment_id\":\"94\",\"url\":\"\\/\\/jevelin.shufflehound.com\\/coming-soon\\/wp-content\\/uploads\\/sites\\/16\\/2018\\/03\\/left-side.jpg\"},\"background_image_hover\":\"\",\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\",\"background_image_position\":\"center center\"},\"parallax\":{\"parallax_options\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"border_left\":\"\",\"border_left_responsive\":false,\"border_right\":\"\",\"border_right_responsive\":false,\"border_top\":\"\",\"border_top_responsive\":false,\"border_bottom\":\"\",\"border_bottom_responsive\":false,\"p_align\":\"left\",\"p_width\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 15px 0px 15px\"}},\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"border_radius\":\"\",\"background_padding\":\"off\",\"p_align_responsive\":\"center\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"countdown\",\"atts\":{\"id\":\"c90b1b45f4864d2ce63061600bf3bb25\",\"date\":\"2019\\/12\\/31 12:00\",\"style\":\"style1\",\"size\":\"medium\",\"alignment\":\"center\",\"number_color\":\"#ffffff\",\"title_color\":\"#ffffff\",\"border_color\":\"rgba(255,255,255,0)\",\"bold\":\"bold\",\"title_size\":\"13px\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"id\":\"3bdc8979d964274ff52cad093bcb0485\",\"padding\":\"0px 45px 30px 45px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"0px 15px 0px 15px\"}},\"shadow\":\"disabled\",\"shadow_hover\":\"disabled\",\"class\":\"\",\"background_color\":\"\",\"background_image\":\"\",\"background_image_hover\":\"\",\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\",\"background_image_position\":\"center center\"},\"parallax\":{\"parallax_options\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"border_left\":\"\",\"border_left_responsive\":false,\"border_right\":\"\",\"border_right_responsive\":false,\"border_top\":\"\",\"border_top_responsive\":false,\"border_bottom\":\"\",\"border_bottom_responsive\":false,\"p_align\":\"center\",\"p_width\":\"650\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 15px 0px 15px\"}},\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"border_radius\":\"\",\"background_padding\":\"off\",\"p_align_responsive\":\"center\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"5b366fa517dc23decb217c1f667910e2\",\"height\":\"150px\",\"mobile\":{\"mobile\":\"on\",\"on\":{\"height\":\"80px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"single_image\",\"atts\":{\"id\":\"913c333abcab29bfbe4fbcfcfdc41d2d\",\"image\":{\"attachment_id\":\"90\",\"url\":\"\\/\\/jevelin.shufflehound.com\\/coming-soon\\/wp-content\\/uploads\\/sites\\/16\\/2018\\/03\\/coming-soon-logo.png\"},\"url\":\"\",\"alignment\":\"center\",\"size\":\"large\",\"radius\":0,\"lightbox\":false,\"shadow\":\"disabled\",\"overlay\":{\"overlay\":\"disabled\",\"overlay1\":{\"button_name\":\"This is button\",\"button_icon\":\"ti-check\"}},\"popover\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"image_hover\":\"\",\"lazy\":\"default\",\"inline_element\":\"disabled\",\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"5bd470234083b406b44c7bd16ebec8f3\",\"height\":\"130px\",\"mobile\":{\"mobile\":\"on\",\"on\":{\"height\":\"70px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"heading_simple\",\"atts\":{\"id\":\"22244cbce3777b69a5abe1c670eac19f\",\"content\":\"STAY TUNED\",\"heading\":\"h3\",\"alignment\":\"center\",\"color_text\":\"\",\"margin\":\"0px 0px 15px 0px\",\"font\":\"heading\",\"weight\":\"700\",\"italic\":false,\"size\":{\"size\":\"xs\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"12px\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"color_text_hover\":\"\",\"hover_element\":\"heading\",\"link\":\"\",\"link_target\":\"_self\",\"inline_element\":\"disabled\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"heading_simple\",\"atts\":{\"id\":\"290902c9a44c4511cbb7283eef0d0591\",\"content\":\"We Will Launch Soon\",\"heading\":\"h1\",\"alignment\":\"center\",\"color_text\":\"\",\"margin\":\"0px 0px 15px 0px\",\"font\":\"heading\",\"weight\":\"900\",\"italic\":false,\"size\":{\"size\":\"xxl\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"color_text_hover\":\"\",\"hover_element\":\"heading\",\"link\":\"\",\"link_target\":\"_self\",\"inline_element\":\"disabled\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"282ff3e5ef09332ae766846b79fa7d6f\",\"content\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px; color: #a3a3a3;\\\">Subscribe to get notification as soon as we launch!<\\/span><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"50085c959c8d0544ec84b9dd2f827d36\",\"height\":\"20px\",\"mobile\":{\"mobile\":\"off\",\"on\":{\"height\":\"20px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"contact_form_7\",\"atts\":{\"id\":\"34f40978304de81a42e14c9e2bf93c6e\",\"form_id\":\"98\",\"style\":\"style2\"}},{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"f45babcf89777f27143168697e7b2907\",\"height\":\"180px\",\"mobile\":{\"mobile\":\"on\",\"on\":{\"height\":\"60px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"icon_group\",\"atts\":{\"id\":\"938b0c15755a51213d32a06402356dc5\",\"icons\":[{\"icon\":\"icon-social-facebook\",\"link\":\"#\"},{\"icon\":\"icon-social-twitter\",\"link\":\"#\"},{\"icon\":\"icon-social-instagram\",\"link\":\"#\"},{\"icon\":\"icon-social-youtube\",\"link\":\"#\"},{\"icon\":\"icon-social-pinterest\",\"link\":\"#\"}],\"alignment\":\"center\",\"style\":\"style3\",\"icon_color\":\"#b9b9b9\",\"icon_hover_color\":\"\",\"width\":\"\",\"padding\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"ef1734d45da71c0123df9eae261dfa3d\",\"height\":\"20px\",\"mobile\":{\"mobile\":\"off\",\"on\":{\"height\":\"20px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"bb0fa0c55879c040c5804e733fad74b7\",\"content\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #979797;\\\"><strong>Phone:<\\/strong> 780 000 298, <strong>E-mail:<\\/strong> brandname@mail.com<\\/span><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\"}}]}]}]'),(11809,6094,'fw_options','a:29:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:19:\"titlebar_text_color\";s:0:\"\";s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";}'),(11810,6095,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}],\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0}},{\"type\":\"section\",\"atts\":{\"id\":\"67c3d8dc4cd629b65b6e41f5a6166b7a\",\"width\":\"full\",\"padding\":\"0px 0px 0px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"full\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":\"\",\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"id\":\"ff0ee00c6b633cf51aeefdbea3e57621\",\"padding\":\"100px 15px 100px 15px\",\"padding_mobile\":{\"padding_mobile\":\"on\",\"on\":{\"padding\":\"70px 15px 70px 15px\"}},\"shadow\":\"disabled\",\"shadow_hover\":\"disabled\",\"border_radius\":\"\",\"class\":\"\",\"background_padding\":\"off\",\"background_color\":\"#48aed4\",\"background_image\":{\"attachment_id\":\"94\",\"url\":\"\\/\\/jevelin.shufflehound.com\\/coming-soon\\/wp-content\\/uploads\\/sites\\/16\\/2018\\/03\\/left-side.jpg\"},\"background_image_hover\":\"\",\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\",\"background_image_position\":\"center center\"},\"parallax\":{\"parallax_options\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"border_left\":\"\",\"border_left_responsive\":false,\"border_right\":\"\",\"border_right_responsive\":false,\"border_top\":\"\",\"border_top_responsive\":false,\"border_bottom\":\"\",\"border_bottom_responsive\":false,\"p_align\":\"left\",\"p_align_responsive\":\"center\",\"p_width\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 15px 0px 15px\"}},\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"countdown\",\"atts\":{\"id\":\"c90b1b45f4864d2ce63061600bf3bb25\",\"date\":\"2019\\/12\\/31 12:00\",\"style\":\"style1\",\"size\":\"medium\",\"alignment\":\"center\",\"number_color\":\"#ffffff\",\"title_color\":\"#ffffff\",\"border_color\":\"rgba(255,255,255,0)\",\"bold\":\"bold\",\"title_size\":\"13px\"}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"id\":\"3bdc8979d964274ff52cad093bcb0485\",\"padding\":\"0px 45px 30px 45px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"0px 15px 0px 15px\"}},\"shadow\":\"disabled\",\"shadow_hover\":\"disabled\",\"border_radius\":\"\",\"class\":\"\",\"background_padding\":\"off\",\"background_color\":\"\",\"background_image\":\"\",\"background_image_hover\":\"\",\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\",\"background_image_position\":\"center center\"},\"parallax\":{\"parallax_options\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"border_left\":\"\",\"border_left_responsive\":false,\"border_right\":\"\",\"border_right_responsive\":false,\"border_top\":\"\",\"border_top_responsive\":false,\"border_bottom\":\"\",\"border_bottom_responsive\":false,\"p_align\":\"center\",\"p_align_responsive\":\"center\",\"p_width\":\"650\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 15px 0px 15px\"}},\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"5b366fa517dc23decb217c1f667910e2\",\"height\":\"150px\",\"mobile\":{\"mobile\":\"on\",\"on\":{\"height\":\"80px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"single_image\",\"atts\":{\"id\":\"913c333abcab29bfbe4fbcfcfdc41d2d\",\"image\":{\"attachment_id\":\"90\",\"url\":\"\\/\\/jevelin.shufflehound.com\\/coming-soon\\/wp-content\\/uploads\\/sites\\/16\\/2018\\/03\\/coming-soon-logo.png\"},\"image_hover\":\"\",\"url\":\"\",\"alignment\":\"center\",\"size\":\"large\",\"radius\":0,\"lightbox\":false,\"shadow\":\"disabled\",\"overlay\":{\"overlay\":\"disabled\",\"overlay1\":{\"button_name\":\"This is button\",\"button_icon\":\"ti-check\"}},\"popover\":\"\",\"lazy\":\"default\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"inline_element\":\"disabled\",\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"5bd470234083b406b44c7bd16ebec8f3\",\"height\":\"130px\",\"mobile\":{\"mobile\":\"on\",\"on\":{\"height\":\"70px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"heading_simple\",\"atts\":{\"id\":\"22244cbce3777b69a5abe1c670eac19f\",\"content\":\"STAY TUNED\",\"heading\":\"h3\",\"alignment\":\"center\",\"color_text\":\"\",\"color_text_hover\":\"\",\"hover_element\":\"heading\",\"link\":\"\",\"link_target\":\"_self\",\"font\":\"heading\",\"weight\":\"700\",\"italic\":false,\"size\":{\"size\":\"xs\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"12px\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"inline_element\":\"disabled\",\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"heading_simple\",\"atts\":{\"id\":\"290902c9a44c4511cbb7283eef0d0591\",\"content\":\"We Will Launch Soon\",\"heading\":\"h1\",\"alignment\":\"center\",\"color_text\":\"\",\"color_text_hover\":\"\",\"hover_element\":\"heading\",\"link\":\"\",\"link_target\":\"_self\",\"font\":\"heading\",\"weight\":\"900\",\"italic\":false,\"size\":{\"size\":\"xxl\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"inline_element\":\"disabled\",\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"282ff3e5ef09332ae766846b79fa7d6f\",\"content\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px; color: #a3a3a3;\\\">Subscribe to get notification as soon as we launch!<\\/span><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"50085c959c8d0544ec84b9dd2f827d36\",\"height\":\"20px\",\"mobile\":{\"mobile\":\"off\",\"on\":{\"height\":\"20px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"contact_form_7\",\"atts\":{\"id\":\"34f40978304de81a42e14c9e2bf93c6e\",\"form_id\":\"98\",\"style\":\"style2\"}},{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"f45babcf89777f27143168697e7b2907\",\"height\":\"180px\",\"mobile\":{\"mobile\":\"on\",\"on\":{\"height\":\"60px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"icon_group\",\"atts\":{\"id\":\"938b0c15755a51213d32a06402356dc5\",\"icons\":[{\"icon\":\"icon-social-facebook\",\"link\":\"#\"},{\"icon\":\"icon-social-twitter\",\"link\":\"#\"},{\"icon\":\"icon-social-instagram\",\"link\":\"#\"},{\"icon\":\"icon-social-youtube\",\"link\":\"#\"},{\"icon\":\"icon-social-pinterest\",\"link\":\"#\"}],\"alignment\":\"center\",\"style\":\"style3\",\"icon_color\":\"#b9b9b9\",\"icon_hover_color\":\"\",\"width\":\"\",\"padding\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"empty_space\",\"atts\":{\"id\":\"ef1734d45da71c0123df9eae261dfa3d\",\"height\":\"20px\",\"mobile\":{\"mobile\":\"off\",\"on\":{\"height\":\"20px\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"bb0fa0c55879c040c5804e733fad74b7\",\"content\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #979797;\\\"><strong>Phone:<\\/strong> 780 000 298, <strong>E-mail:<\\/strong> brandname@mail.com<\\/span><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]}]'),(11811,6095,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11812,6096,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(11813,6096,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11816,6098,'_wpb_shortcodes_custom_css','.vc_custom_1565541868205{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}'),(11817,6098,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(11818,6098,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11819,69,'_wpb_shortcodes_custom_css','.vc_custom_1566575626790{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(11820,6099,'_wpb_shortcodes_custom_css','.vc_custom_1565541952964{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}'),(11821,6099,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(11822,6099,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11823,6100,'_wpb_shortcodes_custom_css','.vc_custom_1565541952964{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}.vc_custom_1565542079087{background-color: #aaaaaa !important;}'),(11824,6100,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(11825,6100,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11826,6101,'_wpb_shortcodes_custom_css','.vc_custom_1565542133282{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}.vc_custom_1565542079087{background-color: #aaaaaa !important;}'),(11827,6101,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(11828,6101,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11829,6102,'_wpb_shortcodes_custom_css','.vc_custom_1565542133282{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}.vc_custom_1565542386582{background-color: #aaaaaa !important;}'),(11830,6102,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(11831,6102,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11832,69,'_wt_css','/* Content */\n#content{\r padding-top:0px !important;\r padding-bottom:0px !important;\r}'),(11833,69,'_wt_styles','/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tccontent] [msize=desktop] */\n #content{padding-top:0px !important} \n/* [rule=padding-bottom] [selector=ypyp-sym-tsymyp-sym-tccontent] [msize=desktop] */\n #content{padding-bottom:0px !important}'),(11834,6103,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11835,6103,'fw:opt:ext:pb:page-builder:json','[]'),(11836,6103,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11837,6104,'_wpb_shortcodes_custom_css','.vc_custom_1565358475540{padding-top: 80px !important;}.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11838,6104,'fw:opt:ext:pb:page-builder:json','[]'),(11839,6104,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11840,6105,'_wpb_shortcodes_custom_css','.vc_custom_1534263569267{padding-top: 90px !important;}.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11841,6105,'fw:opt:ext:pb:page-builder:json','[]'),(11842,6105,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11843,6106,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11844,6106,'fw:opt:ext:pb:page-builder:json','[]'),(11845,6106,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11846,6107,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11847,6107,'fw:opt:ext:pb:page-builder:json','[]'),(11848,6107,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11849,6108,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11850,6108,'fw:opt:ext:pb:page-builder:json','[]'),(11851,6108,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11852,6109,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11853,6109,'fw:opt:ext:pb:page-builder:json','[]'),(11854,6109,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11855,6110,'_wpb_shortcodes_custom_css','.vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11856,6110,'fw:opt:ext:pb:page-builder:json','[]'),(11857,6110,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11858,6111,'_wpb_shortcodes_custom_css','.vc_custom_1565549011566{padding-top: 130px !important;padding-bottom: 130px !important;background-color: #20adc9 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11859,6111,'fw:opt:ext:pb:page-builder:json','[]'),(11860,6111,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11861,6112,'_wpb_shortcodes_custom_css','.vc_custom_1565549065859{padding-top: 50px !important;padding-bottom: 130px !important;background-color: #20adc9 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11862,6112,'fw:opt:ext:pb:page-builder:json','[]'),(11863,6112,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11864,6113,'_wpb_shortcodes_custom_css','.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11865,6113,'fw:opt:ext:pb:page-builder:json','[]'),(11866,6113,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11867,6114,'_wpb_shortcodes_custom_css','.vc_custom_1565549175216{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11868,6114,'fw:opt:ext:pb:page-builder:json','[]'),(11869,6114,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11870,6115,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11871,6115,'fw:opt:ext:pb:page-builder:json','[]'),(11872,6115,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11873,6116,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11874,6116,'fw:opt:ext:pb:page-builder:json','[]'),(11875,6116,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11876,6117,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11877,6117,'fw:opt:ext:pb:page-builder:json','[]'),(11878,6117,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11879,6118,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11880,6118,'fw:opt:ext:pb:page-builder:json','[]'),(11881,6118,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11882,6119,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11883,6119,'fw:opt:ext:pb:page-builder:json','[]'),(11884,6119,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11885,6120,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11886,6120,'fw:opt:ext:pb:page-builder:json','[]'),(11887,6120,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11888,6121,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11889,6121,'fw:opt:ext:pb:page-builder:json','[]'),(11890,6121,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11891,6122,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11892,6122,'fw:opt:ext:pb:page-builder:json','[]'),(11893,6122,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11894,6123,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11895,6123,'fw:opt:ext:pb:page-builder:json','[]'),(11896,6123,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";}'),(11897,6124,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11898,6124,'fw:opt:ext:pb:page-builder:json','[]'),(11899,6124,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11900,6125,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11901,6125,'fw:opt:ext:pb:page-builder:json','[]'),(11902,6125,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11903,6126,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11904,6126,'fw:opt:ext:pb:page-builder:json','[]'),(11905,6126,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11906,6127,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11907,6127,'fw:opt:ext:pb:page-builder:json','[]'),(11908,6127,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11909,6128,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11910,6128,'fw:opt:ext:pb:page-builder:json','[]'),(11911,6128,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11912,6129,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552445081{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565549330365{padding-bottom: 30px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11913,6129,'fw:opt:ext:pb:page-builder:json','[]'),(11914,6129,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11915,6130,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11916,6130,'fw:opt:ext:pb:page-builder:json','[]'),(11917,6130,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11918,6131,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11919,6131,'fw:opt:ext:pb:page-builder:json','[]'),(11920,6131,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11921,6132,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11922,6132,'fw:opt:ext:pb:page-builder:json','[]'),(11923,6132,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11924,6133,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11925,6133,'fw:opt:ext:pb:page-builder:json','[]'),(11926,6133,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11927,6134,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11928,6134,'fw:opt:ext:pb:page-builder:json','[]'),(11929,6134,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11930,6135,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565356626271{margin-top: -100px !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11931,6135,'fw:opt:ext:pb:page-builder:json','[]'),(11932,6135,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11933,6136,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11934,6136,'fw:opt:ext:pb:page-builder:json','[]'),(11935,6136,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11936,6137,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11937,6137,'fw:opt:ext:pb:page-builder:json','[]'),(11938,6137,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11941,6139,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11942,6139,'fw:opt:ext:pb:page-builder:json','[]'),(11943,6139,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11962,6149,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11963,6149,'fw:opt:ext:pb:page-builder:json','[]'),(11964,6149,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11965,6150,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1534263276648{padding-bottom: 60px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11966,6150,'fw:opt:ext:pb:page-builder:json','[]'),(11967,6150,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11968,6151,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11969,6151,'fw:opt:ext:pb:page-builder:json','[]'),(11970,6151,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11971,6152,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11972,6152,'fw:opt:ext:pb:page-builder:json','[]'),(11973,6152,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11974,6153,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11975,6153,'fw:opt:ext:pb:page-builder:json','[]'),(11976,6153,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11977,262,'_wt_css','/* Column inner */\n.vc_custom_1565598397589 .vc_column-inner{\r padding-top:0px !important;\r}\r\r/* Link */\n.header-contacts-item .header-contacts-details a{\r color:#ffffff;\r}\r\r/* Header contacts item */\n.sh-header-top .header-contacts .header-contacts-item{\r text-align:left;\r font-weight:600;\r}\r\r/* Column 5/12 */\n.sh-header-top .header-social-media{\r font-weight:400;\r}\r\r/* Italic Tag */\n.header-social-media .social-media-twitter i{\r font-weight:600;\r}\r\r/* Italic Tag */\n.header-social-media .social-media-facebook i{\r font-weight:600;\r}\r\r/* Italic Tag */\n.header-social-media .social-media-youtube i{\r font-weight:600;\r}\r\r@media (max-width:991px){\r\r /* Primary mobile */\n #page-container .primary-mobile{\r height:97% !important;\r }\r \r}\r\r@media (max-width:800px){\r\r /* Heading */\n .vc_custom_1565552691214 div h2{\r text-align:center;\r }\r \r /* Wrapper */\n .vc_custom_1565552691214 .wpb_text_column .wpb_wrapper{\r text-align:center;\r }\r \r /* Iframe */\n .vc_row_1441151680 .wpb_wrapper iframe{\r padding-bottom:0px;\r }\r \r /* Column inner */\n .vc_custom_1565552691214 > .vc_column_container > .vc_column-inner{\r padding-top:0px !important;\r padding-right:0px !important;\r }\r \r /* Image */\n .vc_custom_1565552691214 div img{\r width:100%;\r min-width:100%;\r }\r \r /* Division */\n .vc_custom_1565552691214 .wpb_wrapper .vc_custom_1565552394518{\r padding-top:0px !important;\r }\r \r /* Button medium */\n .vc_custom_1565552394518 div .sh-button-medium{\r margin-top:35px;\r }\r \r /* Empty space */\n .vc_custom_1565552719508 .wpb_wrapper .sh-empty-space{\r height:0px !important;\r }\r \r /* Size custom */\n .vc_custom_1565552719508 div .size-custom{\r margin-bottom:15px;\r }\r \r /* Heading */\n .vc_custom_1565287798379 div h2{\r text-align:center;\r }\r \r /* Text block */\n .vc_custom_1565287798379 .wpb_wrapper .sh-text-block{\r text-align:center;\r }\r \r /* Heading */\n #about div h2{\r text-align:center;\r }\r \r /* Wrapper */\n #about .wpb_text_column .wpb_wrapper{\r text-align:center;\r }\r \r /* Footer columns */\n .sh-footer-widgets .sh-footer-columns{\r text-align:left;\r }\r \r /* Column inner */\n .vc_custom_1565552719508 .vc_column-inner{\r border-bottom-width:1px;\r border-bottom-style:none;\r border-bottom-color:#505050;\r }\r \r /* Division */\n #fsnlivesuite .vc_custom_1565287798379{\r padding-top:35px !important;\r padding-left:10px !important;\r padding-right:10px !important;\r }\r \r /* Wrapper */\n .vc_custom_1565796772013 .vc_custom_1565795020499 .wpb_wrapper{\r position:relative;\r }\r \r /* Heading */\n #page-container #wrapper .content-container .entry-content #content .vc_custom_1565796772013 .vc_column_container .vc_custom_1565795020499 .wpb_wrapper .sh-heading div h2{\r width:67% !important;\r }\r \r /* Column inner */\n #about > .vc_column_container > .vc_column-inner{\r padding-top:0px;\r }\r \r /* Text block */\n .vc_custom_1574895334175 .wpb_wrapper .sh-text-block{\r text-align:center;\r }\r \r /* Fsnlivesuite */\n #fsnlivesuite{\r padding-top:50px !important;\r }\r \r}\r\r@media (max-width:782px){\r\r /* Division */\n #home .vc_custom_1565961884082{\r padding-left:0px !important;\r padding-right:239px !important;\r }\r \r /* Heading */\n .vc_custom_1565961884082 div h2{\r padding-right:61px;\r }\r \r /* Heading */\n .vc_custom_1565961884082 div h3{\r font-size:18px;\r }\r \r}\r\r@media (max-width:700px){\r\r /* Division */\n .vc_custom_1565796772013 .vc_custom_1565795020499{\r position:relative;\r top:32px;\r }\r \r}\r\r@media (max-width:640px){\r\r /* Division */\n .vc_custom_1565796772013 .vc_custom_1565795020499{\r position:relative;\r top:13px;\r }\r \r /* Division */\n #wrapper .vc_custom_1565796772013 .vc_custom_1565795020499{\r padding-top:0px !important;\r }\r \r /* Heading */\n #page-container #wrapper .content-container .entry-content #content .vc_custom_1565796772013 .vc_column_container .vc_custom_1565795020499 .wpb_wrapper .sh-heading div h3{\r width:77% !important;\r }\r \r /* Heading */\n .vc_custom_1565961884082 div h2{\r padding-right:0px;\r }\r \r}\r\r@media (max-width:600px){\r\r /* Division */\n #home .vc_custom_1565961884082{\r padding-right:165px !important;\r }\r \r}\r\r@media (max-width:560px){\r\r /* Division */\n #home .vc_custom_1565961884082{\r padding-left:30px !important;\r }\r \r}\r\r@media (max-width:550px){\r\r /* Heading */\n #page-container #wrapper .content-container .entry-content #content .vc_custom_1565796772013 .vc_column_container .vc_custom_1565795020499 .wpb_wrapper .sh-heading div h2{\r width:259px !important;\r }\r \r /* Heading */\n .vc_custom_1565795020499 div h2{\r position:relative;\r top:0px;\r }\r \r /* Division */\n .vc_custom_1565796772013 .vc_custom_1565795020499{\r position:relative;\r top:99px;\r }\r \r /* Division */\n #wrapper .vc_custom_1565796772013 .vc_custom_1565795020499{\r padding-top:0px !important;\r }\r \r /* Heading */\n #page-container #wrapper .content-container .entry-content #content .vc_custom_1565796772013 .vc_column_container .vc_custom_1565795020499 .wpb_wrapper .sh-heading div h3{\r width:100% !important;\r }\r \r /* Division */\n #home .vc_custom_1565961884082{\r padding-right:25px !important;\r }\r \r /* Heading */\n .vc_custom_1565961884082 div h3{\r padding-right:62px;\r }\r \r}\r\r@media (max-width:480px){\r\r /* Heading */\n .vc_custom_1565795020499 div h3{\r font-size:18px;\r }\r \r}\r\r@media (max-width:400px){\r\r /* Wrapper */\n .vc_custom_1565796772013 .vc_custom_1565795020499 .wpb_wrapper{\r position:relative;\r top:-50px;\r }\r \r /* Heading */\n .vc_custom_1565795020499 div h2{\r line-height:1em !important;\r }\r \r /* Heading */\n #content #home div h2{\r font-size:32px !important;\r }\r \r /* Heading */\n .vc_column_container .vc_custom_1565961884082 .wpb_wrapper .sh-heading div h2{\r font-size:3px !important;\r }\r \r}\r\r@media (max-width:320px){\r\r /* Heading */\n #news div h2{\r padding-left:10px;\r padding-right:10px;\r }\r \r /* Division */\n #home .vc_custom_1565961884082{\r padding-right:0px !important;\r }\r \r}\r\r@media (min-width:801px){\r\r /* Heading */\n .vc_custom_1570793251928 div h3{\r width:196%;\r }\r \r /* Division */\n #home .vc_custom_1570793251928{\r padding-right:0px !important;\r }\r \r}\r\r@media (min-width:992px){\r\r /* Division */\n #home .vc_custom_1570793251928{\r padding-right:105px !important;\r }\r \r}\r\r@media (min-width:1250px){\r\r /* Division */\n #home .vc_custom_1570793251928{\r padding-right:173px !important;\r }\r \r}'),(11978,262,'_wt_styles','/* [rule=padding-top] [selector=yp-sym-uvc_custom_1565598397589yp-sym-uvc_columnyp-sym-tinner] [msize=desktop] */\n .vc_custom_1565598397589 .vc_column-inner{padding-top:0px !important} \n/* [rule=color] [selector=yp-sym-uheaderyp-sym-tcontactsyp-sym-titemyp-sym-uheaderyp-sym-tcontactsyp-sym-tdetailsa] [msize=desktop] */\n .header-contacts-item .header-contacts-details a{color:#ffffff}\n/* [rule=text-align] [selector=yp-sym-ushyp-sym-theaderyp-sym-ttopyp-sym-uheaderyp-sym-tcontactsyp-sym-uheaderyp-sym-tcontactsyp-sym-titem] [msize=desktop] */\n .sh-header-top .header-contacts .header-contacts-item{text-align:left}\n/* [rule=font-weight] [selector=yp-sym-ushyp-sym-theaderyp-sym-ttopyp-sym-uheaderyp-sym-tcontactsyp-sym-uheaderyp-sym-tcontactsyp-sym-titem] [msize=desktop] */\n .sh-header-top .header-contacts .header-contacts-item{font-weight:600}\n/* [rule=font-weight] [selector=yp-sym-ushyp-sym-theaderyp-sym-ttopyp-sym-uheaderyp-sym-tsocialyp-sym-tmedia] [msize=desktop] */\n .sh-header-top .header-social-media{font-weight:400}\n/* [rule=font-weight] [selector=yp-sym-uheaderyp-sym-tsocialyp-sym-tmediayp-sym-usocialyp-sym-tmediayp-sym-ttwitteri] [msize=desktop] */\n .header-social-media .social-media-twitter i{font-weight:600}\n/* [rule=font-weight] [selector=yp-sym-uheaderyp-sym-tsocialyp-sym-tmediayp-sym-usocialyp-sym-tmediayp-sym-tfacebooki] [msize=desktop] */\n .header-social-media .social-media-facebook i{font-weight:600}\n/* [rule=font-weight] [selector=yp-sym-uheaderyp-sym-tsocialyp-sym-tmediayp-sym-usocialyp-sym-tmediayp-sym-tyoutubei] [msize=desktop] */\n .header-social-media .social-media-youtube i{font-weight:600}\n/* [rule=height] [selector=ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontaineryp-sym-uprimaryyp-sym-tmobile] [msize=(max-width:991px)] */\n @media (max-width:991px){#page-container .primary-mobile{height:97% !important}}\n/* [rule=text-align] [selector=yp-sym-uvc_custom_1565552691214divh2] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552691214 div h2{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1565552691214yp-sym-uwpb_text_columnyp-sym-uwpb_wrapper] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552691214 .wpb_text_column .wpb_wrapper{text-align:center}} \n/* [rule=padding-bottom] [selector=yp-sym-uvc_row_1441151680yp-sym-uwpb_wrapperiframe] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_row_1441151680 .wpb_wrapper iframe{padding-bottom:0px}} \n/* [rule=padding-top] [selector=yp-sym-uvc_custom_1565552691214yp-sym-lyp-sym-uvc_column_containeryp-sym-lyp-sym-uvc_columnyp-sym-tinner] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552691214 > .vc_column_container > .vc_column-inner{padding-top:0px !important}} \n/* [rule=padding-right] [selector=yp-sym-uvc_custom_1565552691214yp-sym-lyp-sym-uvc_column_containeryp-sym-lyp-sym-uvc_columnyp-sym-tinner] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552691214 > .vc_column_container > .vc_column-inner{padding-right:0px !important}}\n/* [rule=width] [selector=yp-sym-uvc_custom_1565552691214divimg] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552691214 div img{width:100%}} \n/* [rule=min-width] [selector=yp-sym-uvc_custom_1565552691214divimg] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552691214 div img{min-width:100%}} \n/* [rule=padding-top] [selector=yp-sym-uvc_custom_1565552691214yp-sym-uwpb_wrapperyp-sym-uvc_custom_1565552394518] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552691214 .wpb_wrapper .vc_custom_1565552394518{padding-top:0px !important}} \n/* [rule=margin-top] [selector=yp-sym-uvc_custom_1565552394518divyp-sym-ushyp-sym-tbuttonyp-sym-tmedium] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552394518 div .sh-button-medium{margin-top:35px}} \n/* [rule=height] [selector=yp-sym-uvc_custom_1565552719508yp-sym-uwpb_wrapperyp-sym-ushyp-sym-temptyyp-sym-tspace] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552719508 .wpb_wrapper .sh-empty-space{height:0px !important}} \n/* [rule=margin-bottom] [selector=yp-sym-uvc_custom_1565552719508divyp-sym-usizeyp-sym-tcustom] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552719508 div .size-custom{margin-bottom:15px}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1565287798379divh2] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565287798379 div h2{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1565287798379yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565287798379 .wpb_wrapper .sh-text-block{text-align:center}} \n/* [rule=text-align] [selector=ypyp-sym-tsymyp-sym-tcaboutdivh2] [msize=(max-width:800px)] */\n @media (max-width:800px){#about div h2{text-align:center}} \n/* [rule=text-align] [selector=ypyp-sym-tsymyp-sym-tcaboutyp-sym-uwpb_text_columnyp-sym-uwpb_wrapper] [msize=(max-width:800px)] */\n @media (max-width:800px){#about .wpb_text_column .wpb_wrapper{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-ushyp-sym-tfooteryp-sym-twidgetsyp-sym-ushyp-sym-tfooteryp-sym-tcolumns] [msize=(max-width:800px)] */\n @media (max-width:800px){.sh-footer-widgets .sh-footer-columns{text-align:left}}\n/* [rule=border-bottom-width] [selector=yp-sym-uvc_custom_1565552719508yp-sym-uvc_columnyp-sym-tinner] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552719508 .vc_column-inner{border-bottom-width:1px}} \n/* [rule=border-bottom-style] [selector=yp-sym-uvc_custom_1565552719508yp-sym-uvc_columnyp-sym-tinner] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552719508 .vc_column-inner{border-bottom-style:none}}\n/* [rule=border-bottom-color] [selector=yp-sym-uvc_custom_1565552719508yp-sym-uvc_columnyp-sym-tinner] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565552719508 .vc_column-inner{border-bottom-color:#505050}} \n/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tcfsnlivesuiteyp-sym-uvc_custom_1565287798379] [msize=(max-width:800px)] */\n @media (max-width:800px){#fsnlivesuite .vc_custom_1565287798379{padding-top:35px !important}} \n/* [rule=padding-left] [selector=ypyp-sym-tsymyp-sym-tcfsnlivesuiteyp-sym-uvc_custom_1565287798379] [msize=(max-width:800px)] */\n @media (max-width:800px){#fsnlivesuite .vc_custom_1565287798379{padding-left:10px !important}} \n/* [rule=padding-right] [selector=ypyp-sym-tsymyp-sym-tcfsnlivesuiteyp-sym-uvc_custom_1565287798379] [msize=(max-width:800px)] */\n @media (max-width:800px){#fsnlivesuite .vc_custom_1565287798379{padding-right:10px !important}} \n/* [rule=position] [selector=yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapper] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565796772013 .vc_custom_1565795020499 .wpb_wrapper{position:relative}} \n/* [rule=width] [selector=ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontainerypyp-sym-tsymyp-sym-tcwrapperyp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2] [msize=(max-width:800px)] */\n @media (max-width:800px){#page-container #wrapper .content-container .entry-content #content .vc_custom_1565796772013 .vc_column_container .vc_custom_1565795020499 .wpb_wrapper .sh-heading div h2{width:67% !important}} \n/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tcaboutyp-sym-lyp-sym-uvc_column_containeryp-sym-lyp-sym-uvc_columnyp-sym-tinner] [msize=(max-width:800px)] */\n @media (max-width:800px){#about > .vc_column_container > .vc_column-inner{padding-top:0px}}\n/* [rule=text-align] [selector=yp-sym-uvc_custom_1574895334175yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1574895334175 .wpb_wrapper .sh-text-block{text-align:center}}\n/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tcfsnlivesuite] [msize=(max-width:800px)] */\n @media (max-width:800px){#fsnlivesuite{padding-top:50px !important}}\n/* [rule=padding-left] [selector=ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1565961884082] [msize=(max-width:782px)] */\n @media (max-width:782px){#home .vc_custom_1565961884082{padding-left:0px !important}}\n/* [rule=padding-right] [selector=ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1565961884082] [msize=(max-width:782px)] */\n @media (max-width:782px){#home .vc_custom_1565961884082{padding-right:239px !important}}\n/* [rule=padding-right] [selector=yp-sym-uvc_custom_1565961884082divh2] [msize=(max-width:782px)] */\n @media (max-width:782px){.vc_custom_1565961884082 div h2{padding-right:61px}}\n/* [rule=font-size] [selector=yp-sym-uvc_custom_1565961884082divh3] [msize=(max-width:782px)] */\n @media (max-width:782px){.vc_custom_1565961884082 div h3{font-size:18px}}\n/* [rule=position] [selector=yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499] [msize=(max-width:700px)] */\n @media (max-width:700px){.vc_custom_1565796772013 .vc_custom_1565795020499{position:relative}} \n/* [rule=top] [selector=yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499] [msize=(max-width:700px)] */\n @media (max-width:700px){.vc_custom_1565796772013 .vc_custom_1565795020499{top:32px}} \n/* [rule=position] [selector=yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499] [msize=(max-width:640px)] */\n @media (max-width:640px){.vc_custom_1565796772013 .vc_custom_1565795020499{position:relative}} \n/* [rule=top] [selector=yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499] [msize=(max-width:640px)] */\n @media (max-width:640px){.vc_custom_1565796772013 .vc_custom_1565795020499{top:13px}}\n/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499] [msize=(max-width:640px)] */\n @media (max-width:640px){#wrapper .vc_custom_1565796772013 .vc_custom_1565795020499{padding-top:0px !important}}\n/* [rule=width] [selector=ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontainerypyp-sym-tsymyp-sym-tcwrapperyp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3] [msize=(max-width:640px)] */\n @media (max-width:640px){#page-container #wrapper .content-container .entry-content #content .vc_custom_1565796772013 .vc_column_container .vc_custom_1565795020499 .wpb_wrapper .sh-heading div h3{width:77% !important}}\n/* [rule=padding-right] [selector=yp-sym-uvc_custom_1565961884082divh2] [msize=(max-width:640px)] */\n @media (max-width:640px){.vc_custom_1565961884082 div h2{padding-right:0px}}\n/* [rule=padding-right] [selector=ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1565961884082] [msize=(max-width:600px)] */\n @media (max-width:600px){#home .vc_custom_1565961884082{padding-right:165px !important}}\n/* [rule=padding-left] [selector=ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1565961884082] [msize=(max-width:560px)] */\n @media (max-width:560px){#home .vc_custom_1565961884082{padding-left:30px !important}}\n/* [rule=width] [selector=ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontainerypyp-sym-tsymyp-sym-tcwrapperyp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2] [msize=(max-width:550px)] */\n @media (max-width:550px){#page-container #wrapper .content-container .entry-content #content .vc_custom_1565796772013 .vc_column_container .vc_custom_1565795020499 .wpb_wrapper .sh-heading div h2{width:259px !important}} \n/* [rule=position] [selector=yp-sym-uvc_custom_1565795020499divh2] [msize=(max-width:550px)] */\n @media (max-width:550px){.vc_custom_1565795020499 div h2{position:relative}} \n/* [rule=top] [selector=yp-sym-uvc_custom_1565795020499divh2] [msize=(max-width:550px)] */\n @media (max-width:550px){.vc_custom_1565795020499 div h2{top:0px}} \n/* [rule=position] [selector=yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499] [msize=(max-width:550px)] */\n @media (max-width:550px){.vc_custom_1565796772013 .vc_custom_1565795020499{position:relative}} \n/* [rule=top] [selector=yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499] [msize=(max-width:550px)] */\n @media (max-width:550px){.vc_custom_1565796772013 .vc_custom_1565795020499{top:99px}} \n/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499] [msize=(max-width:550px)] */\n @media (max-width:550px){#wrapper .vc_custom_1565796772013 .vc_custom_1565795020499{padding-top:0px !important}} \n/* [rule=width] [selector=ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontainerypyp-sym-tsymyp-sym-tcwrapperyp-sym-ucontentyp-sym-tcontaineryp-sym-uentryyp-sym-tcontentypyp-sym-tsymyp-sym-tccontentyp-sym-uvc_custom_1565796772013yp-sym-uvc_column_containeryp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh3] [msize=(max-width:550px)] */\n @media (max-width:550px){#page-container #wrapper .content-container .entry-content #content .vc_custom_1565796772013 .vc_column_container .vc_custom_1565795020499 .wpb_wrapper .sh-heading div h3{width:100% !important}} \n/* [rule=padding-right] [selector=ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1565961884082] [msize=(max-width:550px)] */\n @media (max-width:550px){#home .vc_custom_1565961884082{padding-right:25px !important}}\n/* [rule=padding-right] [selector=yp-sym-uvc_custom_1565961884082divh3] [msize=(max-width:550px)] */\n @media (max-width:550px){.vc_custom_1565961884082 div h3{padding-right:62px}}\n/* [rule=font-size] [selector=yp-sym-uvc_custom_1565795020499divh3] [msize=(max-width:480px)] */\n @media (max-width:480px){.vc_custom_1565795020499 div h3{font-size:18px}} \n/* [rule=position] [selector=yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapper] [msize=(max-width:400px)] */\n @media (max-width:400px){.vc_custom_1565796772013 .vc_custom_1565795020499 .wpb_wrapper{position:relative}} \n/* [rule=top] [selector=yp-sym-uvc_custom_1565796772013yp-sym-uvc_custom_1565795020499yp-sym-uwpb_wrapper] [msize=(max-width:400px)] */\n @media (max-width:400px){.vc_custom_1565796772013 .vc_custom_1565795020499 .wpb_wrapper{top:-50px}} \n/* [rule=line-height] [selector=yp-sym-uvc_custom_1565795020499divh2] [msize=(max-width:400px)] */\n @media (max-width:400px){.vc_custom_1565795020499 div h2{line-height:1em !important}} \n/* [rule=font-size] [selector=ypyp-sym-tsymyp-sym-tccontentypyp-sym-tsymyp-sym-tchomedivh2] [msize=(max-width:400px)] */\n @media (max-width:400px){#content #home div h2{font-size:32px !important}}\n/* [rule=font-size] [selector=yp-sym-uvc_column_containeryp-sym-uvc_custom_1565961884082yp-sym-uwpb_wrapperyp-sym-ushyp-sym-theadingdivh2] [msize=(max-width:400px)] */\n @media (max-width:400px){.vc_column_container .vc_custom_1565961884082 .wpb_wrapper .sh-heading div h2{font-size:3px !important}}\n/* [rule=padding-left] [selector=ypyp-sym-tsymyp-sym-tcnewsdivh2] [msize=(max-width:320px)] */\n @media (max-width:320px){#news div h2{padding-left:10px}} \n/* [rule=padding-right] [selector=ypyp-sym-tsymyp-sym-tcnewsdivh2] [msize=(max-width:320px)] */\n @media (max-width:320px){#news div h2{padding-right:10px}} \n/* [rule=padding-right] [selector=ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1565961884082] [msize=(max-width:320px)] */\n @media (max-width:320px){#home .vc_custom_1565961884082{padding-right:0px !important}} \n/* [rule=width] [selector=yp-sym-uvc_custom_1570793251928divh3] [msize=(min-width:801px)] */\n @media (min-width:801px){.vc_custom_1570793251928 div h3{width:196%}} \n/* [rule=padding-right] [selector=ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1570793251928] [msize=(min-width:801px)] */\n @media (min-width:801px){#home .vc_custom_1570793251928{padding-right:0px !important}} \n/* [rule=padding-right] [selector=ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1570793251928] [msize=(min-width:992px)] */\n @media (min-width:992px){#home .vc_custom_1570793251928{padding-right:105px !important}} \n/* [rule=padding-right] [selector=ypyp-sym-tsymyp-sym-tchomeyp-sym-uvc_custom_1570793251928] [msize=(min-width:1250px)] */\n @media (min-width:1250px){#home .vc_custom_1570793251928{padding-right:173px !important}}'),(11979,6154,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(11980,6154,'fw:opt:ext:pb:page-builder:json','[]'),(11981,6154,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(11982,6155,'_wp_attached_file','2018/03/CNAlogo2019Vertical0.png'),(11983,6155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:118;s:6:\"height\";i:150;s:4:\"file\";s:32:\"2018/03/CNAlogo2019Vertical0.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"CNAlogo2019Vertical0-118x150.png\";s:5:\"width\";i:118;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"CNAlogo2019Vertical0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"CNAlogo2019Vertical0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11984,6156,'_wp_attached_file','2018/03/logo-dw.png'),(11985,6156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:150;s:4:\"file\";s:19:\"2018/03/logo-dw.png\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"logo-dw-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo-dw-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"logo-dw-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"logo-dw-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11986,6157,'_wp_attached_file','2018/03/logo-fnc0.png'),(11987,6157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:159;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2018/03/logo-fnc0.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-fnc0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-fnc0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-fnc0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11988,6158,'_wp_attached_file','2018/03/logo-gmb0.png'),(11989,6158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:152;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2018/03/logo-gmb0.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-gmb0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-gmb0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-gmb0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11990,6159,'_wp_attached_file','2018/03/logo-itn.png'),(11991,6159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:296;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2018/03/logo-itn.png\";s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"logo-itn-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-itn-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-itn-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-itn-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11992,6160,'_wp_attached_file','2018/03/logo-itvnews0.png'),(11993,6160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2018/03/logo-itvnews0.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-itvnews0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-itvnews0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11994,6161,'_wp_attached_file','2018/03/logo-seven0.png'),(11995,6161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:195;s:6:\"height\";i:150;s:4:\"file\";s:23:\"2018/03/logo-seven0.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"logo-seven0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"logo-seven0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"logo-seven0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11996,6162,'_wp_attached_file','2018/03/logo-televisa0.png'),(11997,6162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:194;s:6:\"height\";i:150;s:4:\"file\";s:26:\"2018/03/logo-televisa0.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logo-televisa0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"logo-televisa0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"logo-televisa0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12000,6164,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12001,6164,'fw:opt:ext:pb:page-builder:json','[]'),(12002,6164,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12003,6165,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12004,6165,'fw:opt:ext:pb:page-builder:json','[]'),(12005,6165,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12006,6166,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12007,6166,'fw:opt:ext:pb:page-builder:json','[]'),(12008,6166,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12009,6167,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565599579826{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12010,6167,'fw:opt:ext:pb:page-builder:json','[]'),(12011,6167,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12012,6168,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565599579826{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12013,6168,'fw:opt:ext:pb:page-builder:json','[]'),(12014,6168,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12015,6169,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565599882269{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12016,6169,'fw:opt:ext:pb:page-builder:json','[]'),(12017,6169,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12018,6170,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565599882269{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12019,6170,'fw:opt:ext:pb:page-builder:json','[]'),(12020,6170,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12021,6171,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565599882269{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}'),(12022,6171,'fw:opt:ext:pb:page-builder:json','[]'),(12023,6171,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12024,6172,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565599882269{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}'),(12025,6172,'fw:opt:ext:pb:page-builder:json','[]'),(12026,6172,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12027,6173,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600229727{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}'),(12028,6173,'fw:opt:ext:pb:page-builder:json','[]'),(12029,6173,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12030,6174,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}'),(12031,6174,'fw:opt:ext:pb:page-builder:json','[]'),(12032,6174,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12033,6175,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}'),(12034,6175,'fw:opt:ext:pb:page-builder:json','[]'),(12035,6175,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12036,6176,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}'),(12037,6176,'fw:opt:ext:pb:page-builder:json','[]'),(12038,6176,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12039,6177,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1534235202731{margin-bottom: 0px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1565600498259{padding-right: 100px !important;padding-left: 75px !important;}'),(12040,6177,'fw:opt:ext:pb:page-builder:json','[]'),(12041,6177,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12042,6178,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600498259{padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12043,6178,'fw:opt:ext:pb:page-builder:json','[]'),(12044,6178,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12045,6179,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600498259{padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12046,6179,'fw:opt:ext:pb:page-builder:json','[]'),(12047,6179,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12048,6180,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600716016{padding-top: 100px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12049,6180,'fw:opt:ext:pb:page-builder:json','[]'),(12050,6180,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12051,6181,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12052,6181,'fw:opt:ext:pb:page-builder:json','[]'),(12053,6181,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12054,6182,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12055,6182,'fw:opt:ext:pb:page-builder:json','[]'),(12056,6182,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12057,6183,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12058,6183,'fw:opt:ext:pb:page-builder:json','[]'),(12059,6183,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12060,6184,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12061,6184,'fw:opt:ext:pb:page-builder:json','[]'),(12062,6184,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12063,6185,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12064,6185,'fw:opt:ext:pb:page-builder:json','[]'),(12065,6185,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12066,6186,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12067,6186,'fw:opt:ext:pb:page-builder:json','[]'),(12068,6186,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12069,6187,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12070,6187,'fw:opt:ext:pb:page-builder:json','[]'),(12071,6187,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12072,6188,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12073,6188,'fw:opt:ext:pb:page-builder:json','[]'),(12074,6188,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12075,6189,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12076,6189,'fw:opt:ext:pb:page-builder:json','[]'),(12077,6189,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12078,6190,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12079,6190,'fw:opt:ext:pb:page-builder:json','[]'),(12080,6190,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12081,6191,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12082,6191,'fw:opt:ext:pb:page-builder:json','[]'),(12083,6191,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12084,6192,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12085,6192,'fw:opt:ext:pb:page-builder:json','[]'),(12086,6192,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12087,6193,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12088,6193,'fw:opt:ext:pb:page-builder:json','[]'),(12089,6193,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12090,6194,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12091,6194,'fw:opt:ext:pb:page-builder:json','[]'),(12092,6194,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12093,6195,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12094,6195,'fw:opt:ext:pb:page-builder:json','[]'),(12095,6195,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12096,6196,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12097,6196,'fw:opt:ext:pb:page-builder:json','[]'),(12098,6196,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12099,6197,'_wpb_shortcodes_custom_css','.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12100,6197,'fw:opt:ext:pb:page-builder:json','[]'),(12101,6197,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12103,6198,'_wpb_shortcodes_custom_css','.vc_custom_1565620728416{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12104,6198,'fw:opt:ext:pb:page-builder:json','[]'),(12105,6198,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12106,6199,'_wpb_shortcodes_custom_css','.vc_custom_1565620962691{background-position: center;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12107,6199,'fw:opt:ext:pb:page-builder:json','[]'),(12108,6199,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12109,6200,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12110,6200,'fw:opt:ext:pb:page-builder:json','[]'),(12111,6200,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12112,6201,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12113,6201,'fw:opt:ext:pb:page-builder:json','[]'),(12114,6201,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12115,6202,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12116,6202,'fw:opt:ext:pb:page-builder:json','[]'),(12117,6202,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12118,6203,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12119,6203,'fw:opt:ext:pb:page-builder:json','[]'),(12120,6203,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12121,6204,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12122,6204,'fw:opt:ext:pb:page-builder:json','[]'),(12123,6204,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12124,6205,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12125,6205,'fw:opt:ext:pb:page-builder:json','[]'),(12126,6205,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12127,6206,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12128,6206,'fw:opt:ext:pb:page-builder:json','[]'),(12129,6206,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12130,6207,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629122867{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12131,6207,'fw:opt:ext:pb:page-builder:json','[]'),(12132,6207,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12133,6208,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629617747{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12134,6208,'fw:opt:ext:pb:page-builder:json','[]'),(12135,6208,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12136,6209,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12137,6209,'fw:opt:ext:pb:page-builder:json','[]'),(12138,6209,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12139,6210,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12140,6210,'fw:opt:ext:pb:page-builder:json','[]'),(12141,6210,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12142,6211,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12143,6211,'fw:opt:ext:pb:page-builder:json','[]'),(12144,6211,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12145,6212,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12146,6212,'fw:opt:ext:pb:page-builder:json','[]'),(12147,6212,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12148,6213,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12149,6213,'fw:opt:ext:pb:page-builder:json','[]'),(12150,6213,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12151,6214,'_wpb_shortcodes_custom_css','.vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12152,6214,'fw:opt:ext:pb:page-builder:json','[]'),(12153,6214,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12154,6215,'_wpb_shortcodes_custom_css','.vc_custom_1565630860332{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12155,6215,'fw:opt:ext:pb:page-builder:json','[]'),(12156,6215,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12157,6216,'_wpb_shortcodes_custom_css','.vc_custom_1565630903885{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12158,6216,'fw:opt:ext:pb:page-builder:json','[]'),(12159,6216,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12160,6217,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12161,6217,'fw:opt:ext:pb:page-builder:json','[]'),(12162,6217,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12163,6218,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12164,6218,'fw:opt:ext:pb:page-builder:json','[]'),(12165,6218,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12166,6219,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12167,6219,'fw:opt:ext:pb:page-builder:json','[]'),(12168,6219,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12169,6220,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12170,6220,'fw:opt:ext:pb:page-builder:json','[]'),(12171,6220,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12172,6221,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12173,6221,'fw:opt:ext:pb:page-builder:json','[]'),(12174,6221,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12175,6222,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12176,6222,'fw:opt:ext:pb:page-builder:json','[]'),(12177,6222,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12178,6223,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12179,6223,'fw:opt:ext:pb:page-builder:json','[]'),(12180,6223,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12181,6224,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12182,6224,'fw:opt:ext:pb:page-builder:json','[]'),(12183,6224,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12184,6225,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12185,6225,'fw:opt:ext:pb:page-builder:json','[]'),(12186,6225,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12187,6226,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12188,6226,'fw:opt:ext:pb:page-builder:json','[]'),(12189,6226,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12190,6227,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12191,6227,'fw:opt:ext:pb:page-builder:json','[]'),(12192,6227,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12193,6228,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12194,6228,'fw:opt:ext:pb:page-builder:json','[]'),(12195,6228,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12196,6229,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12197,6229,'fw:opt:ext:pb:page-builder:json','[]'),(12198,6229,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12199,6230,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12200,6230,'fw:opt:ext:pb:page-builder:json','[]'),(12201,6230,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12202,6231,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12203,6231,'fw:opt:ext:pb:page-builder:json','[]'),(12204,6231,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12206,6232,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12207,6232,'fw:opt:ext:pb:page-builder:json','[]'),(12208,6232,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12209,6233,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12210,6233,'fw:opt:ext:pb:page-builder:json','[]'),(12211,6233,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12212,6234,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565637074808{padding-top: 100px !important;padding-bottom: 75px !important;background-color: #9b2400 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12213,6234,'fw:opt:ext:pb:page-builder:json','[]'),(12214,6234,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12215,6235,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565637074808{padding-top: 100px !important;padding-bottom: 75px !important;background-color: #9b2400 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12216,6235,'fw:opt:ext:pb:page-builder:json','[]'),(12217,6235,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12223,6241,'_wpb_shortcodes_custom_css','.vc_custom_1565542133282{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}'),(12224,6241,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12225,6241,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12239,6255,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565637074808{padding-top: 100px !important;padding-bottom: 75px !important;background-color: #9b2400 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12240,6255,'fw:opt:ext:pb:page-builder:json','[]'),(12241,6255,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12242,6256,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565637074808{padding-top: 100px !important;padding-bottom: 75px !important;background-color: #9b2400 !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12243,6256,'fw:opt:ext:pb:page-builder:json','[]'),(12244,6256,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12245,6257,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12246,6257,'fw:opt:ext:pb:page-builder:json','[]'),(12247,6257,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12248,6258,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12249,6258,'fw:opt:ext:pb:page-builder:json','[]'),(12250,6258,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12251,6259,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12252,6259,'fw:opt:ext:pb:page-builder:json','[]'),(12253,6259,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12254,6260,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12255,6260,'fw:opt:ext:pb:page-builder:json','[]'),(12256,6260,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12257,6261,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565781158519{background-color: #c9c9c9 !important;border-radius: 1px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12258,6261,'fw:opt:ext:pb:page-builder:json','[]'),(12259,6261,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12260,6262,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565781220956{background-color: #c9c9c9 !important;border-radius: 5px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12261,6262,'fw:opt:ext:pb:page-builder:json','[]'),(12262,6262,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12263,6263,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565781220956{background-color: #c9c9c9 !important;border-radius: 5px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12264,6263,'fw:opt:ext:pb:page-builder:json','[]'),(12265,6263,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12266,6264,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565781220956{background-color: #c9c9c9 !important;border-radius: 5px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12267,6264,'fw:opt:ext:pb:page-builder:json','[]'),(12268,6264,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12269,6265,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565781220956{background-color: #c9c9c9 !important;border-radius: 5px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12270,6265,'fw:opt:ext:pb:page-builder:json','[]'),(12271,6265,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12273,6267,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782906813{background-color: #efefef !important;border-radius: 5px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12274,6267,'fw:opt:ext:pb:page-builder:json','[]'),(12275,6267,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12276,6268,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12277,6268,'fw:opt:ext:pb:page-builder:json','[]'),(12278,6268,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12279,6269,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12280,6269,'fw:opt:ext:pb:page-builder:json','[]'),(12281,6269,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12282,6270,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12283,6270,'fw:opt:ext:pb:page-builder:json','[]'),(12284,6270,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12285,6271,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12286,6271,'fw:opt:ext:pb:page-builder:json','[]'),(12287,6271,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12288,6272,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12289,6272,'fw:opt:ext:pb:page-builder:json','[]'),(12290,6272,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12291,6273,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12292,6273,'fw:opt:ext:pb:page-builder:json','[]'),(12293,6273,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12294,6274,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12295,6274,'fw:opt:ext:pb:page-builder:json','[]'),(12296,6274,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12297,6275,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12298,6275,'fw:opt:ext:pb:page-builder:json','[]'),(12299,6275,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12300,6276,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565784252225{padding-top: 70px !important;padding-bottom: 110px !important;background-color: #b50600 !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12301,6276,'fw:opt:ext:pb:page-builder:json','[]'),(12302,6276,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12303,6277,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12304,6277,'fw:opt:ext:pb:page-builder:json','[]'),(12305,6277,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12306,6278,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12307,6278,'fw:opt:ext:pb:page-builder:json','[]'),(12308,6278,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12309,6279,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12310,6279,'fw:opt:ext:pb:page-builder:json','[]'),(12311,6279,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12312,6280,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12313,6280,'fw:opt:ext:pb:page-builder:json','[]'),(12314,6280,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12315,6281,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12316,6281,'fw:opt:ext:pb:page-builder:json','[]'),(12317,6281,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12318,6282,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12319,6282,'fw:opt:ext:pb:page-builder:json','[]'),(12320,6282,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12321,6283,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12322,6283,'fw:opt:ext:pb:page-builder:json','[]'),(12323,6283,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12324,6284,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12325,6284,'fw:opt:ext:pb:page-builder:json','[]'),(12326,6284,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12327,6285,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12328,6285,'fw:opt:ext:pb:page-builder:json','[]'),(12329,6285,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12330,6286,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565786000533{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12331,6286,'fw:opt:ext:pb:page-builder:json','[]'),(12332,6286,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12333,6287,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565786000533{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12334,6287,'fw:opt:ext:pb:page-builder:json','[]'),(12335,6287,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12336,6288,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565786000533{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12337,6288,'fw:opt:ext:pb:page-builder:json','[]'),(12338,6288,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12339,6289,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565786000533{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12340,6289,'fw:opt:ext:pb:page-builder:json','[]'),(12341,6289,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12342,6290,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12343,6290,'fw:opt:ext:pb:page-builder:json','[]'),(12344,6290,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12346,6292,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12347,6292,'fw:opt:ext:pb:page-builder:json','[]'),(12348,6292,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12349,6293,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12350,6293,'fw:opt:ext:pb:page-builder:json','[]'),(12351,6293,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12352,6294,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12353,6294,'fw:opt:ext:pb:page-builder:json','[]'),(12354,6294,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12355,6295,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12356,6295,'fw:opt:ext:pb:page-builder:json','[]'),(12357,6295,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12358,6296,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12359,6296,'fw:opt:ext:pb:page-builder:json','[]'),(12360,6296,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12361,6297,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12362,6297,'fw:opt:ext:pb:page-builder:json','[]'),(12363,6297,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12364,6298,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788734042{margin-right: 5px !important;margin-left: 5px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12365,6298,'fw:opt:ext:pb:page-builder:json','[]'); INSERT INTO `wp_postmeta` VALUES (12366,6298,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12367,6299,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12368,6299,'fw:opt:ext:pb:page-builder:json','[]'),(12369,6299,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12370,6300,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12371,6300,'fw:opt:ext:pb:page-builder:json','[]'),(12372,6300,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12373,6301,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12374,6301,'fw:opt:ext:pb:page-builder:json','[]'),(12375,6301,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12376,6302,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12377,6302,'fw:opt:ext:pb:page-builder:json','[]'),(12378,6302,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12379,6303,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12380,6303,'fw:opt:ext:pb:page-builder:json','[]'),(12381,6303,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12382,6304,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12383,6304,'fw:opt:ext:pb:page-builder:json','[]'),(12384,6304,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12386,6306,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12387,6306,'fw:opt:ext:pb:page-builder:json','[]'),(12388,6306,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12389,6307,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791138828{background-color: #00c1e8 !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12390,6307,'fw:opt:ext:pb:page-builder:json','[]'),(12391,6307,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12392,6308,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791183578{background-color: #00c1e8 !important;}.vc_custom_1565786257809{padding-top: 50px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1565601510851{padding-top: 50px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12393,6308,'fw:opt:ext:pb:page-builder:json','[]'),(12394,6308,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12395,6309,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791207959{background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12396,6309,'fw:opt:ext:pb:page-builder:json','[]'),(12397,6309,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12398,6310,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565785248543{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12399,6310,'fw:opt:ext:pb:page-builder:json','[]'),(12400,6310,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12401,6311,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12402,6311,'fw:opt:ext:pb:page-builder:json','[]'),(12403,6311,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12404,6312,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12405,6312,'fw:opt:ext:pb:page-builder:json','[]'),(12406,6312,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12407,6313,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12408,6313,'fw:opt:ext:pb:page-builder:json','[]'),(12409,6313,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12410,6314,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12411,6314,'fw:opt:ext:pb:page-builder:json','[]'),(12412,6314,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12413,6315,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565552394518{padding-top: 30px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12414,6315,'fw:opt:ext:pb:page-builder:json','[]'),(12415,6315,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12416,6316,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12417,6316,'fw:opt:ext:pb:page-builder:json','[]'),(12418,6316,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12419,6317,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12420,6317,'fw:opt:ext:pb:page-builder:json','[]'),(12421,6317,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12422,6318,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12423,6318,'fw:opt:ext:pb:page-builder:json','[]'),(12424,6318,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12425,6319,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12426,6319,'fw:opt:ext:pb:page-builder:json','[]'),(12427,6319,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12428,6320,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12429,6320,'fw:opt:ext:pb:page-builder:json','[]'),(12430,6320,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12431,6321,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12432,6321,'fw:opt:ext:pb:page-builder:json','[]'),(12433,6321,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12434,6322,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12435,6322,'fw:opt:ext:pb:page-builder:json','[]'),(12436,6322,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12437,6323,'_wpb_shortcodes_custom_css','.vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12438,6323,'fw:opt:ext:pb:page-builder:json','[]'),(12439,6323,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12443,6326,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12444,6326,'fw:opt:ext:pb:page-builder:json','[]'),(12445,6326,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12446,6327,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12447,6327,'fw:opt:ext:pb:page-builder:json','[]'),(12448,6327,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12449,6328,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12450,6328,'fw:opt:ext:pb:page-builder:json','[]'),(12451,6328,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12452,6329,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12453,6329,'fw:opt:ext:pb:page-builder:json','[]'),(12454,6329,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12455,6330,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565792112361{background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12456,6330,'fw:opt:ext:pb:page-builder:json','[]'),(12457,6330,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12458,6331,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12459,6331,'fw:opt:ext:pb:page-builder:json','[]'),(12460,6331,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12461,6332,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565794968955{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12462,6332,'fw:opt:ext:pb:page-builder:json','[]'),(12463,6332,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12464,6333,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12465,6333,'fw:opt:ext:pb:page-builder:json','[]'),(12466,6333,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12467,6334,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565792789990{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12468,6334,'fw:opt:ext:pb:page-builder:json','[]'),(12469,6334,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12470,6335,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565786139197{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12471,6335,'fw:opt:ext:pb:page-builder:json','[]'),(12472,6335,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12473,6336,'_wpb_shortcodes_custom_css','.vc_custom_1565793959594{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12474,6336,'fw:opt:ext:pb:page-builder:json','[]'),(12475,6336,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12478,6337,'_wpb_shortcodes_custom_css','.vc_custom_1565795448498{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12479,6337,'fw:opt:ext:pb:page-builder:json','[]'),(12480,6337,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12483,6339,'_wpb_shortcodes_custom_css','.vc_custom_1565795504849{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12484,6339,'fw:opt:ext:pb:page-builder:json','[]'),(12485,6339,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12488,6341,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12489,6341,'fw:opt:ext:pb:page-builder:json','[]'),(12490,6341,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12492,6343,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12493,6343,'fw:opt:ext:pb:page-builder:json','[]'),(12494,6343,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12495,6344,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12496,6344,'fw:opt:ext:pb:page-builder:json','[]'),(12497,6344,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12514,6361,'_wpb_shortcodes_custom_css','.vc_custom_1565865238448{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12515,6361,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12516,6361,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12517,6362,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12518,6362,'fw:opt:ext:pb:page-builder:json','[]'),(12519,6362,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12521,69,'_elementor_edit_mode','builder'),(12522,69,'_elementor_template_type','post'),(12523,69,'_elementor_version','2.6.8'),(12524,6364,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12525,6364,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12526,6364,'_wp_page_template','default'),(12527,6364,'_elementor_edit_mode','builder'),(12528,6364,'_elementor_template_type','post'),(12529,6364,'_elementor_version','2.6.8'),(12530,6364,'_elementor_data','[{\"id\":\"3cc364e2\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"183dd646\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"17fc4034\",\"elType\":\"widget\",\"settings\":{\"editor\":\"[vc_row full_width=\\\"stretch_row_content_no_spaces\\\" full_height=\\\"yes\\\" overflow=\\\"default\\\" css=\\\".vc_custom_1565865238448{background-image: url(https:\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\\\"][vc_column][\\/vc_column][\\/vc_row]\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12531,69,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12532,6365,'_wpb_shortcodes_custom_css','.vc_custom_1565865238448{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12533,6365,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12534,6365,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12535,6365,'_wp_page_template','default'),(12536,6365,'_elementor_edit_mode','builder'),(12537,6365,'_elementor_template_type','post'),(12538,6365,'_elementor_version','2.6.8'),(12539,6365,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12540,6366,'_wpb_shortcodes_custom_css','.vc_custom_1565865238448{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12541,6366,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12542,6366,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12543,6366,'_wp_page_template','default'),(12544,6366,'_elementor_edit_mode','builder'),(12545,6366,'_elementor_template_type','post'),(12546,6366,'_elementor_version','2.6.8'),(12547,6366,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12548,6367,'_wpb_shortcodes_custom_css','.vc_custom_1565865238448{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12549,6367,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12550,6367,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12551,6367,'_wp_page_template','default'),(12552,6367,'_elementor_edit_mode','builder'),(12553,6367,'_elementor_template_type','post'),(12554,6367,'_elementor_version','2.6.8'),(12555,6367,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12556,6368,'_wpb_shortcodes_custom_css','.vc_custom_1565865238448{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12557,6368,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12558,6368,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12559,6368,'_wp_page_template','default'),(12560,6368,'_elementor_edit_mode','builder'),(12561,6368,'_elementor_template_type','post'),(12562,6368,'_elementor_version','2.6.8'),(12563,6368,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12564,6369,'_wpb_shortcodes_custom_css','.vc_custom_1565865238448{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12565,6369,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12566,6369,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12567,6369,'_wp_page_template','default'),(12568,6369,'_elementor_edit_mode','builder'),(12569,6369,'_elementor_template_type','post'),(12570,6369,'_elementor_version','2.6.8'),(12571,6369,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12572,6370,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12573,6370,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12574,6370,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12575,6370,'_wp_page_template','default'),(12576,6370,'_elementor_edit_mode','builder'),(12577,6370,'_elementor_template_type','post'),(12578,6370,'_elementor_version','2.6.8'),(12579,6370,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12580,6371,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12581,6371,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12582,6371,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12583,6371,'_wp_page_template','default'),(12584,6371,'_elementor_edit_mode','builder'),(12585,6371,'_elementor_template_type','post'),(12586,6371,'_elementor_version','2.6.8'),(12587,6371,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12588,6372,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12589,6372,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12590,6372,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12591,6372,'_wp_page_template','default'),(12592,6372,'_elementor_edit_mode','builder'),(12593,6372,'_elementor_template_type','post'),(12594,6372,'_elementor_version','2.6.8'),(12595,6372,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12596,6373,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12597,6373,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12598,6373,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12599,6373,'_wp_page_template','default'),(12600,6373,'_elementor_edit_mode','builder'),(12601,6373,'_elementor_template_type','post'),(12602,6373,'_elementor_version','2.6.8'),(12603,6373,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12604,6374,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12605,6374,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12606,6374,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12607,6374,'_wp_page_template','default'),(12608,6374,'_elementor_edit_mode','builder'),(12609,6374,'_elementor_template_type','post'),(12610,6374,'_elementor_version','2.6.8'),(12611,6374,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12612,6375,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12613,6375,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12614,6375,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12615,6375,'_wp_page_template','default'),(12616,6375,'_elementor_edit_mode','builder'),(12617,6375,'_elementor_template_type','post'),(12618,6375,'_elementor_version','2.6.8'),(12619,6375,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12620,6376,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12621,6376,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12622,6376,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12623,6376,'_wp_page_template','default'),(12624,6376,'_elementor_edit_mode','builder'),(12625,6376,'_elementor_template_type','post'),(12626,6376,'_elementor_version','2.6.8'),(12627,6376,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12628,6377,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12629,6377,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12630,6377,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12631,6377,'_wp_page_template','default'),(12632,6377,'_elementor_edit_mode','builder'),(12633,6377,'_elementor_template_type','post'),(12634,6377,'_elementor_version','2.6.8'),(12635,6377,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12636,6378,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12637,6378,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12638,6378,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12639,6378,'_wp_page_template','default'),(12640,6378,'_elementor_edit_mode','builder'),(12641,6378,'_elementor_template_type','post'),(12642,6378,'_elementor_version','2.6.8'),(12643,6378,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12648,6381,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12649,6381,'fw:opt:ext:pb:page-builder:json','[]'),(12650,6381,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12651,6382,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565785672653{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12652,6382,'fw:opt:ext:pb:page-builder:json','[]'),(12653,6382,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12655,6384,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12656,6384,'fw:opt:ext:pb:page-builder:json','[]'),(12657,6384,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12658,6385,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12659,6385,'fw:opt:ext:pb:page-builder:json','[]'),(12660,6385,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12661,6386,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12662,6386,'fw:opt:ext:pb:page-builder:json','[]'),(12663,6386,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12664,6387,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12665,6387,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12666,6387,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12667,6387,'_wp_page_template','default'),(12668,6387,'_elementor_edit_mode','builder'),(12669,6387,'_elementor_template_type','post'),(12670,6387,'_elementor_version','2.6.8'),(12671,6387,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12672,6388,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12673,6388,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12674,6388,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12675,6388,'_wp_page_template','default'),(12676,6388,'_elementor_edit_mode','builder'),(12677,6388,'_elementor_template_type','post'),(12678,6388,'_elementor_version','2.6.8'),(12679,6388,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12680,6389,'_wpb_shortcodes_custom_css','.vc_custom_1565870478102{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(12681,6389,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(12682,6389,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12683,6389,'_wp_page_template','default'),(12684,6389,'_elementor_edit_mode','builder'),(12685,6389,'_elementor_template_type','post'),(12686,6389,'_elementor_version','2.6.8'),(12687,6389,'_elementor_css','a:6:{s:4:\"time\";i:1565869864;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12709,6412,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12710,6412,'fw:opt:ext:pb:page-builder:json','[]'),(12711,6412,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12712,6413,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565794303759{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12713,6413,'fw:opt:ext:pb:page-builder:json','[]'),(12714,6413,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12715,6414,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960251445{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12716,6414,'fw:opt:ext:pb:page-builder:json','[]'),(12717,6414,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12718,6415,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960305841{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12719,6415,'fw:opt:ext:pb:page-builder:json','[]'),(12720,6415,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12721,6416,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960305841{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12722,6416,'fw:opt:ext:pb:page-builder:json','[]'),(12723,6416,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12724,6417,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960445028{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12725,6417,'fw:opt:ext:pb:page-builder:json','[]'),(12726,6417,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12727,6418,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960511502{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12728,6418,'fw:opt:ext:pb:page-builder:json','[]'),(12729,6418,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12730,6419,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565795175388{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12731,6419,'fw:opt:ext:pb:page-builder:json','[]'),(12732,6419,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12733,6420,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12734,6420,'fw:opt:ext:pb:page-builder:json','[]'),(12735,6420,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12736,6421,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565960970007{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12737,6421,'fw:opt:ext:pb:page-builder:json','[]'),(12738,6421,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12739,6422,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565960970007{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12740,6422,'fw:opt:ext:pb:page-builder:json','[]'),(12741,6422,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12742,6423,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565960970007{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565795020499{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12743,6423,'fw:opt:ext:pb:page-builder:json','[]'),(12744,6423,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12745,6424,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565960970007{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961699221{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12746,6424,'fw:opt:ext:pb:page-builder:json','[]'),(12747,6424,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12748,6425,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565960970007{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961834278{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12749,6425,'fw:opt:ext:pb:page-builder:json','[]'),(12750,6425,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12751,6426,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565791494809{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565960970007{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12752,6426,'fw:opt:ext:pb:page-builder:json','[]'),(12753,6426,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12754,6427,'_wpb_shortcodes_custom_css','.vc_custom_1565796772013{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565962347697{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12755,6427,'fw:opt:ext:pb:page-builder:json','[]'),(12756,6427,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12757,6428,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565962347697{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12758,6428,'fw:opt:ext:pb:page-builder:json','[]'),(12759,6428,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12824,6440,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565962347697{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12825,6440,'fw:opt:ext:pb:page-builder:json','[]'),(12826,6440,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12827,6441,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565962347697{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12828,6441,'fw:opt:ext:pb:page-builder:json','[]'),(12829,6441,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12830,6442,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12831,6442,'fw:opt:ext:pb:page-builder:json','[]'),(12832,6442,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12833,6443,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12834,6443,'fw:opt:ext:pb:page-builder:json','[]'),(12835,6443,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12836,6444,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12837,6444,'fw:opt:ext:pb:page-builder:json','[]'),(12838,6444,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12839,6445,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12840,6445,'fw:opt:ext:pb:page-builder:json','[]'),(12841,6445,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12842,6446,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12843,6446,'fw:opt:ext:pb:page-builder:json','[]'),(12844,6446,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12845,6447,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12846,6447,'fw:opt:ext:pb:page-builder:json','[]'),(12847,6447,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12848,6448,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12849,6448,'fw:opt:ext:pb:page-builder:json','[]'),(12850,6448,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12851,6449,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12852,6449,'fw:opt:ext:pb:page-builder:json','[]'),(12853,6449,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12854,6450,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12855,6450,'fw:opt:ext:pb:page-builder:json','[]'),(12856,6450,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12857,6451,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566211317255{padding-top: 50px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12858,6451,'fw:opt:ext:pb:page-builder:json','[]'),(12859,6451,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12860,6452,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1565962356504{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12861,6452,'fw:opt:ext:pb:page-builder:json','[]'),(12862,6452,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12863,6453,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228629941{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12864,6453,'fw:opt:ext:pb:page-builder:json','[]'),(12865,6453,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12866,6454,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12867,6454,'fw:opt:ext:pb:page-builder:json','[]'),(12868,6454,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12871,6456,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12872,6456,'fw:opt:ext:pb:page-builder:json','[]'),(12873,6456,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12874,6457,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12875,6457,'fw:opt:ext:pb:page-builder:json','[]'),(12876,6457,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12877,6458,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12878,6458,'fw:opt:ext:pb:page-builder:json','[]'),(12879,6458,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12894,6471,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12895,6471,'fw:opt:ext:pb:page-builder:json','[]'),(12896,6471,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12899,6474,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12900,6474,'fw:opt:ext:pb:page-builder:json','[]'),(12901,6474,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12902,6475,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12903,6475,'fw:opt:ext:pb:page-builder:json','[]'),(12904,6475,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12905,6476,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12906,6476,'fw:opt:ext:pb:page-builder:json','[]'),(12907,6476,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12908,6477,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12909,6477,'fw:opt:ext:pb:page-builder:json','[]'),(12910,6477,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(12931,6498,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566228545537{padding-top: 35px !important;background-color: #00c1e8 !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(12932,6498,'fw:opt:ext:pb:page-builder:json','[]'),(12933,6498,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13006,6571,'_wpb_shortcodes_custom_css','.vc_custom_1566575626790{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(13007,6571,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"id\":\"6b0524e52f45503309635c8dd7530236\",\"width\":\"full\",\"padding\":\"100px 0px 100px 0px\",\"padding_mobile\":{\"padding_mobile\":\"off\",\"on\":{\"padding\":\"60px 0px 60px 0px\"}},\"columns_height\":\"0\",\"visibility\":\"everywhere\",\"elememt_alignment\":\"default\",\"strech_edge\":\"disabled\",\"background_image\":{\"attachment_id\":\"6093\",\"url\":\"\\/\\/www.featurestorynews.com\\/wp-content\\/uploads\\/2019\\/08\\/IMG_5906.jpg\"},\"background\":{\"background_type\":\"none\",\"none\":{\"background_image_options\":\"cover\"},\"parallax\":{\"parallax_options\":\"\"},\"parallax_video\":{\"parallax_video_url\":\"\"},\"video\":{\"mp4_url\":\"\",\"webm_url\":\"\",\"ogv_url\":\"\"}},\"background_color\":\"#ffffff\",\"background_color_overlay\":\"0\",\"border_radius\":\"\",\"margin\":\"0px 0px 0px 0px\",\"margin_mobile\":{\"margin_mobile\":\"off\",\"on\":{\"margin\":\"0px 0px 0px 0px\"}},\"p_width\":\"\",\"shadow\":\"disabled\",\"diognal_sides\":false,\"text_color\":\"\",\"extra_white_space\":\"off\",\"min_height\":\"\",\"class\":\"\",\"custom_id\":\"\",\"custom_css\":\"\",\"z_index\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"heading\",\"atts\":{\"id\":\"9b0f236c374f4dbd9f41280d1be49aac\",\"content\":\"<p style=\\\"text-align: center;\\\">WE MAKE WEBSITES<\\/p>\",\"heading\":\"h2\",\"style\":{\"style\":\"style1\",\"style2\":{\"background_text\":\"Just a sample text\"},\"style3\":{\"background_color\":\"#dadada\",\"background_image\":\"\"},\"style4\":{\"background_color\":\"#dadada\",\"background_image\":\"\"}},\"text_color\":\"\",\"hover_color\":\"\",\"hover_element\":\"heading\",\"custom_class\":\"\",\"font_bold\":\"heading\",\"font_bold_weight\":\"default\",\"font\":\"heading\",\"weight\":\"400\",\"size\":{\"size\":\"default\",\"custom\":{\"desktop_size\":\"\",\"responsive_size\":\"\"}},\"line_height\":\"\",\"letter_spacing\":\"\",\"animation\":\"none\",\"animation_speed\":2,\"animation_delay\":0,\"margin\":\"0px 0px 15px 0px\",\"margin_responsive\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"id\":\"27847805785790ac5130dadb522ef9db\",\"content\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"mailto:nic@featurestorynews.com\\\">Get in touch<\\/a><\\/p>\",\"paragraph_whitespace\":true,\"text_size\":\"\",\"line_height\":\"\",\"text_color\":\"\",\"link_color\":\"\",\"link_hover_color\":\"\",\"margin\":\"0px 0px 15px 0px\",\"class\":\"\"}}]}]'),(13008,6571,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13009,6572,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565960624124{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b50600 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(13010,6572,'fw:opt:ext:pb:page-builder:json','[]'),(13011,6572,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13012,6573,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(13013,6573,'fw:opt:ext:pb:page-builder:json','[]'),(13014,6573,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13349,6909,'_edit_lock','1567596396:1'),(13350,6909,'_edit_last','1'),(13351,6909,'_wp_page_template','default'),(13352,6909,'slide_template','default'),(13353,6909,'_wpb_vc_js_status','true'),(13354,6910,'fw:opt:ext:pb:page-builder:json','[]'),(13355,6910,'fw_options','a:0:{}'),(13356,6909,'fw:opt:ext:pb:page-builder:json','[]'),(13357,6909,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13360,6912,'fw:opt:ext:pb:page-builder:json','[]'),(13361,6912,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13362,6914,'fw:opt:ext:pb:page-builder:json','[]'),(13363,6914,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13371,6918,'_wpb_shortcodes_custom_css','.vc_custom_1567432521856{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;}'),(13372,6918,'fw:opt:ext:pb:page-builder:json','[]'),(13373,6918,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13374,6909,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13375,6919,'_wpb_shortcodes_custom_css','.vc_custom_1567432574076{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;}'),(13376,6919,'fw:opt:ext:pb:page-builder:json','[]'),(13377,6919,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13378,6920,'_wpb_shortcodes_custom_css','.vc_custom_1567432574076{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;}.vc_custom_1567432598503{background-color: #ffffff !important;}'),(13379,6920,'fw:opt:ext:pb:page-builder:json','[]'),(13380,6920,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13381,6921,'_wpb_shortcodes_custom_css','.vc_custom_1567432574076{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;}'),(13382,6921,'fw:opt:ext:pb:page-builder:json','[]'),(13383,6921,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13384,6922,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(13385,6922,'fw:opt:ext:pb:page-builder:json','[]'),(13386,6922,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13391,6927,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567440818392{background-color: #b5b5b5 !important;}'),(13392,6927,'fw:opt:ext:pb:page-builder:json','[]'),(13393,6927,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13394,6928,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567440862924{background-color: #ffffff !important;}'),(13395,6928,'fw:opt:ext:pb:page-builder:json','[]'),(13396,6928,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13397,6929,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567440906610{padding-left: 10% !important;background-color: #ffffff !important;}'),(13398,6929,'fw:opt:ext:pb:page-builder:json','[]'),(13399,6929,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13400,6930,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567440938045{padding-left: 10% !important;background-color: #ffe2e2 !important;}'),(13401,6930,'fw:opt:ext:pb:page-builder:json','[]'),(13402,6930,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13403,6931,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441312376{padding-left: 10% !important;background-color: #ffffff !important;}'),(13404,6931,'fw:opt:ext:pb:page-builder:json','[]'),(13405,6931,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13406,6932,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441312376{padding-left: 10% !important;background-color: #ffffff !important;}'),(13407,6932,'fw:opt:ext:pb:page-builder:json','[]'),(13408,6932,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13409,6933,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441312376{padding-left: 10% !important;background-color: #ffffff !important;}'),(13410,6933,'fw:opt:ext:pb:page-builder:json','[]'),(13411,6933,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13412,6934,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13413,6934,'fw:opt:ext:pb:page-builder:json','[]'),(13414,6934,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13415,6935,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13416,6935,'fw:opt:ext:pb:page-builder:json','[]'),(13417,6935,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13418,6936,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13419,6936,'fw:opt:ext:pb:page-builder:json','[]'),(13420,6936,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13421,6937,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13422,6937,'fw:opt:ext:pb:page-builder:json','[]'),(13423,6937,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13425,6938,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13426,6938,'fw:opt:ext:pb:page-builder:json','[]'),(13427,6938,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13428,6939,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13429,6939,'fw:opt:ext:pb:page-builder:json','[]'),(13430,6939,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13431,6940,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13432,6940,'fw:opt:ext:pb:page-builder:json','[]'),(13433,6940,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13558,6966,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13559,6966,'fw:opt:ext:pb:page-builder:json','[]'),(13560,6966,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13597,6973,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13598,6973,'fw:opt:ext:pb:page-builder:json','[]'),(13599,6973,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13602,6975,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13603,6975,'fw:opt:ext:pb:page-builder:json','[]'),(13604,6975,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13605,6976,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13606,6976,'fw:opt:ext:pb:page-builder:json','[]'),(13607,6976,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13608,6977,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13609,6977,'fw:opt:ext:pb:page-builder:json','[]'),(13610,6977,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13611,6978,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13612,6978,'fw:opt:ext:pb:page-builder:json','[]'),(13613,6978,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13614,6979,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13615,6979,'fw:opt:ext:pb:page-builder:json','[]'),(13616,6979,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13617,6980,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13618,6980,'fw:opt:ext:pb:page-builder:json','[]'),(13619,6980,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13620,6981,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13621,6981,'fw:opt:ext:pb:page-builder:json','[]'),(13622,6981,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13625,6984,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13626,6984,'fw:opt:ext:pb:page-builder:json','[]'),(13627,6984,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13628,6909,'_wt_css','/* Content */\n#content{\r padding-top:0px !important;\r padding-bottom:0px !important;\r}'),(13629,6909,'_wt_styles','/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tccontent] [msize=desktop] */\n #content{padding-top:0px !important} \n/* [rule=padding-bottom] [selector=ypyp-sym-tsymyp-sym-tccontent] [msize=desktop] */\n #content{padding-bottom:0px !important}'),(13656,7011,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13657,7011,'fw:opt:ext:pb:page-builder:json','[]'),(13658,7011,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13659,7012,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13660,7012,'fw:opt:ext:pb:page-builder:json','[]'),(13661,7012,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13662,7013,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13663,7013,'fw:opt:ext:pb:page-builder:json','[]'),(13664,7013,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13665,7014,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13666,7014,'fw:opt:ext:pb:page-builder:json','[]'),(13667,7014,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13670,7017,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13671,7017,'fw:opt:ext:pb:page-builder:json','[]'),(13672,7017,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(13673,7018,'_wpb_shortcodes_custom_css','.vc_custom_1567432694566{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/09/WA5GPE-e1567432441253.jpg?id=6917) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567441979793{padding-right: 10% !important;padding-left: 10% !important;background-color: #ffffff !important;}'),(13674,7018,'fw:opt:ext:pb:page-builder:json','[]'),(13675,7018,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:3:\"off\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14374,7718,'_edit_lock','1575383831:1'),(14375,7718,'_edit_last','1'),(14376,7719,'fw:opt:ext:pb:page-builder:json','[]'),(14377,7719,'fw_options','a:0:{}'),(14378,7720,'fw:opt:ext:pb:page-builder:json','[]'),(14379,7720,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:0:\"\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:0:\"\";s:18:\"titlebar_revslider\";s:0:\"\";s:14:\"footer_widgets\";s:0:\"\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:0:\"\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14380,7718,'_wp_page_template','default'),(14381,7718,'slide_template','default'),(14382,7718,'_wpb_vc_js_status','true'),(14383,7721,'fw:opt:ext:pb:page-builder:json','[]'),(14384,7721,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:0:\"\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:0:\"\";s:18:\"titlebar_revslider\";s:0:\"\";s:14:\"footer_widgets\";s:0:\"\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:0:\"\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14385,7718,'fw:opt:ext:pb:page-builder:json','[]'),(14386,7718,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14387,7722,'fw:opt:ext:pb:page-builder:json','[]'),(14388,7722,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14389,7723,'fw:opt:ext:pb:page-builder:json','[]'),(14390,7723,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14395,7727,'fw:opt:ext:pb:page-builder:json','[]'),(14396,7727,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14397,7728,'fw:opt:ext:pb:page-builder:json','[]'),(14398,7728,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14399,7729,'_wpb_shortcodes_custom_css','.vc_custom_1569428505200{padding-top: 50px !important;padding-bottom: 75px !important;}'),(14400,7729,'fw:opt:ext:pb:page-builder:json','[]'),(14401,7729,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14402,7718,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14403,7730,'_wpb_shortcodes_custom_css','.vc_custom_1569428505200{padding-top: 50px !important;padding-bottom: 75px !important;}'),(14404,7730,'fw:opt:ext:pb:page-builder:json','[]'),(14405,7730,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14406,7731,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428587991{margin-bottom: 75px !important;}'),(14407,7731,'fw:opt:ext:pb:page-builder:json','[]'),(14408,7731,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14409,7732,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428680828{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1569428587991{margin-bottom: 75px !important;}'),(14410,7732,'fw:opt:ext:pb:page-builder:json','[]'),(14411,7732,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14412,7733,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1569428587991{margin-bottom: 75px !important;}'),(14413,7733,'fw:opt:ext:pb:page-builder:json','[]'),(14414,7733,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14415,7734,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1569428587991{margin-bottom: 75px !important;}'),(14416,7734,'fw:opt:ext:pb:page-builder:json','[]'),(14417,7734,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14418,7735,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1566228677568{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14419,7735,'fw:opt:ext:pb:page-builder:json','[]'),(14420,7735,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14421,7736,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569429928939{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14422,7736,'fw:opt:ext:pb:page-builder:json','[]'),(14423,7736,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14424,7737,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14425,7737,'fw:opt:ext:pb:page-builder:json','[]'),(14426,7737,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14427,7738,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14428,7738,'fw:opt:ext:pb:page-builder:json','[]'),(14429,7738,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14430,7739,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14431,7739,'fw:opt:ext:pb:page-builder:json','[]'),(14432,7739,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14437,7744,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14438,7744,'fw:opt:ext:pb:page-builder:json','[]'),(14439,7744,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14442,7747,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14443,7747,'fw:opt:ext:pb:page-builder:json','[]'),(14444,7747,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14445,7748,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14446,7748,'fw:opt:ext:pb:page-builder:json','[]'),(14447,7748,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14448,7749,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14449,7749,'fw:opt:ext:pb:page-builder:json','[]'),(14450,7749,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14451,7750,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14452,7750,'fw:opt:ext:pb:page-builder:json','[]'),(14453,7750,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14454,7751,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14455,7751,'fw:opt:ext:pb:page-builder:json','[]'),(14456,7751,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14457,7752,'_wpb_shortcodes_custom_css','.vc_custom_1565963467884{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(14458,7752,'fw:opt:ext:pb:page-builder:json','[]'),(14459,7752,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14625,7918,'_edit_lock','1572381559:1'),(14626,7918,'_edit_last','1'),(14627,7918,'_wp_page_template','default'),(14628,7918,'slide_template','default'),(14629,7918,'_wpb_vc_js_status','true'),(14630,7919,'fw:opt:ext:pb:page-builder:json','[]'),(14631,7919,'fw_options','a:0:{}'),(14632,7918,'fw:opt:ext:pb:page-builder:json','[]'),(14633,7918,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14636,7921,'fw:opt:ext:pb:page-builder:json','[]'),(14637,7921,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14638,7922,'fw:opt:ext:pb:page-builder:json','[]'),(14639,7922,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14640,7923,'fw:opt:ext:pb:page-builder:json','[]'),(14641,7923,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14644,7926,'fw:opt:ext:pb:page-builder:json','[]'),(14645,7926,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14646,7927,'fw:opt:ext:pb:page-builder:json','[]'),(14647,7927,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14648,7928,'fw:opt:ext:pb:page-builder:json','[]'),(14649,7928,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14650,7929,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14651,7929,'fw:opt:ext:pb:page-builder:json','[]'),(14652,7929,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14653,7918,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14654,7930,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14655,7930,'fw:opt:ext:pb:page-builder:json','[]'),(14656,7930,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14657,7931,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14658,7931,'fw:opt:ext:pb:page-builder:json','[]'),(14659,7931,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14660,7932,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14661,7932,'fw:opt:ext:pb:page-builder:json','[]'),(14662,7932,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14663,7933,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14664,7933,'fw:opt:ext:pb:page-builder:json','[]'),(14665,7933,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14666,7934,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14667,7934,'fw:opt:ext:pb:page-builder:json','[]'),(14668,7934,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14669,7935,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14670,7935,'fw:opt:ext:pb:page-builder:json','[]'),(14671,7935,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14672,7936,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14673,7936,'fw:opt:ext:pb:page-builder:json','[]'),(14674,7936,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14675,7937,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14676,7937,'fw:opt:ext:pb:page-builder:json','[]'),(14677,7937,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14678,7938,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14679,7938,'fw:opt:ext:pb:page-builder:json','[]'),(14680,7938,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14681,7939,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14682,7939,'fw:opt:ext:pb:page-builder:json','[]'),(14683,7939,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14684,7940,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14685,7940,'fw:opt:ext:pb:page-builder:json','[]'),(14686,7940,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14687,7941,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14688,7941,'fw:opt:ext:pb:page-builder:json','[]'),(14689,7941,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14690,7942,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14691,7942,'fw:opt:ext:pb:page-builder:json','[]'),(14692,7942,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:12:\"sidebar-left\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14694,7943,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14695,7943,'fw:opt:ext:pb:page-builder:json','[]'),(14696,7943,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:12:\"sidebar-left\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14697,7944,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14698,7944,'fw:opt:ext:pb:page-builder:json','[]'),(14699,7944,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:13:\"sidebar-right\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14702,7947,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14703,7947,'fw:opt:ext:pb:page-builder:json','[]'),(14704,7947,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:13:\"sidebar-right\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14705,7948,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14706,7948,'fw:opt:ext:pb:page-builder:json','[]'),(14707,7948,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:13:\"sidebar-right\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14708,7949,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14709,7949,'fw:opt:ext:pb:page-builder:json','[]'),(14710,7949,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:13:\"sidebar-right\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14713,7952,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14714,7952,'fw:opt:ext:pb:page-builder:json','[]'),(14715,7952,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14716,7953,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14717,7953,'fw:opt:ext:pb:page-builder:json','[]'),(14718,7953,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14719,7954,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14720,7954,'fw:opt:ext:pb:page-builder:json','[]'),(14721,7954,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14722,7955,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14723,7955,'fw:opt:ext:pb:page-builder:json','[]'),(14724,7955,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14725,7956,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14726,7956,'fw:opt:ext:pb:page-builder:json','[]'),(14727,7956,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14728,7957,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14729,7957,'fw:opt:ext:pb:page-builder:json','[]'),(14730,7957,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14733,7959,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14734,7959,'fw:opt:ext:pb:page-builder:json','[]'),(14735,7959,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14738,7961,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14739,7961,'fw:opt:ext:pb:page-builder:json','[]'),(14740,7961,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14741,7962,'_wpb_shortcodes_custom_css','.vc_custom_1569836620176{padding-right: 10% !important;padding-left: 10% !important;}'),(14742,7962,'fw:opt:ext:pb:page-builder:json','[]'),(14743,7962,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14744,7963,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14745,7963,'fw:opt:ext:pb:page-builder:json','[]'),(14746,7963,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14748,7964,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14749,7964,'fw:opt:ext:pb:page-builder:json','[]'),(14750,7964,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14751,7965,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14752,7965,'fw:opt:ext:pb:page-builder:json','[]'),(14753,7965,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14754,7966,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569846600443{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14755,7966,'fw:opt:ext:pb:page-builder:json','[]'),(14756,7966,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14757,7967,'_wp_attached_file','2019/09/white-house.jpg'),(14758,7967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:23:\"2019/09/white-house.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"white-house-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:23:\"white-house-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:23:\"white-house-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"white-house-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:23:\"white-house-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:23:\"white-house-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14771,7974,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569846600443{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14772,7974,'fw:opt:ext:pb:page-builder:json','[]'),(14773,7974,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14774,7975,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569846600443{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14775,7975,'fw:opt:ext:pb:page-builder:json','[]'),(14776,7975,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14777,7976,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569846600443{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14778,7976,'fw:opt:ext:pb:page-builder:json','[]'),(14779,7976,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14780,7977,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569846600443{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14781,7977,'fw:opt:ext:pb:page-builder:json','[]'),(14782,7977,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14783,7978,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569846600443{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14784,7978,'fw:opt:ext:pb:page-builder:json','[]'),(14785,7978,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14786,7918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1572381281454-cf56f2a8-0c3a-5\";a:3:{s:3:\"tag\";s:21:\"vc_masonry_media_grid\";s:4:\"atts\";a:3:{s:7:\"grid_id\";s:36:\"vc_gid:1572381281454-cf56f2a8-0c3a-5\";s:7:\"include\";s:29:\"7973,7972,7970,7971,7969,7968\";s:8:\"el_class\";s:13:\"bureaugallery\";}s:7:\"content\";s:0:\"\";}}}}'),(14787,7979,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569848678968{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14788,7979,'fw:opt:ext:pb:page-builder:json','[]'),(14789,7979,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14790,7980,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569848678968{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14791,7980,'fw:opt:ext:pb:page-builder:json','[]'),(14792,7980,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14803,7982,'_menu_item_type','post_type'),(14804,7982,'_menu_item_menu_item_parent','8816'),(14805,7982,'_menu_item_object_id','7918'),(14806,7982,'_menu_item_object','page'),(14807,7982,'_menu_item_target',''),(14808,7982,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14809,7982,'_menu_item_xfn',''),(14810,7982,'_menu_item_url',''),(14812,7982,'mega-menu','a:0:{}'),(14813,7983,'_wpb_shortcodes_custom_css','.vc_custom_1569846313090{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569848678968{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14814,7983,'fw:opt:ext:pb:page-builder:json','[]'),(14815,7983,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14816,7984,'_wpb_shortcodes_custom_css','.vc_custom_1569850136339{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569848678968{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14817,7984,'fw:opt:ext:pb:page-builder:json','[]'),(14818,7984,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14819,7985,'_wpb_shortcodes_custom_css','.vc_custom_1569850347453{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569850360042{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(14820,7985,'fw:opt:ext:pb:page-builder:json','[]'),(14821,7985,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14822,7986,'_edit_lock','1574779276:1'),(14823,7986,'_edit_last','1'),(14824,7986,'_wp_page_template','default'),(14825,7986,'_wpb_vc_js_status','true'),(14826,7987,'fw:opt:ext:pb:page-builder:json','[]'),(14827,7987,'fw_options','a:0:{}'),(14828,7986,'fw:opt:ext:pb:page-builder:json','[]'),(14829,7986,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14830,7988,'_edit_lock','1572989689:1'),(14831,7988,'_edit_last','1'),(14832,7988,'_wp_page_template','default'),(14833,7988,'_wpb_vc_js_status','true'),(14834,7989,'fw:opt:ext:pb:page-builder:json','[]'),(14835,7989,'fw_options','a:0:{}'),(14836,7988,'fw:opt:ext:pb:page-builder:json','[]'),(14837,7988,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14840,7992,'_wpb_shortcodes_custom_css','.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(14841,7992,'fw:opt:ext:pb:page-builder:json','[]'),(14842,7992,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14843,7988,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(14844,7993,'_wpb_shortcodes_custom_css','.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(14845,7993,'fw:opt:ext:pb:page-builder:json','[]'),(14846,7993,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14848,7994,'_wpb_shortcodes_custom_css','.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859952462{background-color: #efefef !important;}'),(14849,7994,'fw:opt:ext:pb:page-builder:json','[]'),(14850,7994,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14851,7995,'_menu_item_type','post_type'),(14852,7995,'_menu_item_menu_item_parent','741'),(14853,7995,'_menu_item_object_id','7988'),(14854,7995,'_menu_item_object','page'),(14855,7995,'_menu_item_target',''),(14856,7995,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14857,7995,'_menu_item_xfn',''),(14858,7995,'_menu_item_url',''),(14860,7995,'mega-menu','a:0:{}'),(14861,7996,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1569428587991{margin-bottom: 75px !important;}'),(14862,7996,'fw:opt:ext:pb:page-builder:json','[]'),(14863,7996,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14866,7998,'_wp_attached_file','2019/09/showcase.png'),(14867,7998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:258;s:4:\"file\";s:20:\"2019/09/showcase.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"showcase-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"showcase-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:20:\"showcase-420x258.png\";s:5:\"width\";i:420;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14868,7999,'fw:opt:ext:pb:page-builder:json','[]'),(14869,7999,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14870,8000,'fw:opt:ext:pb:page-builder:json','[]'),(14871,8000,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14872,8001,'fw:opt:ext:pb:page-builder:json','[]'),(14873,8001,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14874,8002,'fw:opt:ext:pb:page-builder:json','[]'),(14875,8002,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14876,8003,'fw:opt:ext:pb:page-builder:json','[]'),(14877,8003,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14879,8004,'_wpb_shortcodes_custom_css','.vc_custom_1569864818519{background-color: #efefef !important;}'),(14880,8004,'fw:opt:ext:pb:page-builder:json','[]'),(14881,8004,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14882,7986,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570218842016{padding-top: 100px !important;padding-bottom: 50px !important;background-color: #e80000 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570111485691{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1570272120569{background-color: #efefef !important;}'),(14883,8005,'_wpb_shortcodes_custom_css','.vc_custom_1569864818519{background-color: #efefef !important;}'),(14884,8005,'fw:opt:ext:pb:page-builder:json','[]'),(14885,8005,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14886,8006,'_wpb_shortcodes_custom_css','.vc_custom_1569864818519{background-color: #efefef !important;}'),(14887,8006,'fw:opt:ext:pb:page-builder:json','[]'),(14888,8006,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14889,8007,'_wpb_shortcodes_custom_css','.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(14890,8007,'fw:opt:ext:pb:page-builder:json','[]'),(14891,8007,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14892,8008,'_wpb_shortcodes_custom_css','.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(14893,8008,'fw:opt:ext:pb:page-builder:json','[]'),(14894,8008,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14895,8009,'_edit_lock','1574779877:1'),(14896,8009,'_edit_last','1'),(14897,8009,'_wp_page_template','default'),(14898,8009,'_wpb_vc_js_status','true'),(14899,8010,'fw:opt:ext:pb:page-builder:json','[]'),(14900,8010,'fw_options','a:0:{}'),(14901,8009,'fw:opt:ext:pb:page-builder:json','[]'),(14902,8009,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14905,8012,'fw:opt:ext:pb:page-builder:json','[]'),(14906,8012,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14907,8013,'fw:opt:ext:pb:page-builder:json','[]'),(14908,8013,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(14922,8019,'_pll_strings_translations','a:8:{i:0;a:2:{i:0;s:19:\"LABELEIGHT - LONDON\";i:1;s:19:\"LABELEIGHT - LONDON\";}i:1;a:2:{i:0;s:6:\"jS F Y\";i:1;s:6:\"jS F Y\";}i:2;a:2:{i:0;s:5:\"g:i a\";i:1;s:5:\"g:i a\";}i:3;a:2:{i:0;s:21:\"FSN Bureaus & Studios\";i:1;s:21:\"FSN Bureaus & Studios\";}i:4;a:2:{i:0;s:19:\"Master Control Room\";i:1;s:19:\"Master Control Room\";}i:5;a:2:{i:0;s:59:\"<a href=\"call:+12026009907\">+ 1 202 600 9907</a> (24 hours)\";i:1;s:59:\"<a href=\"call:+12026009907\">+ 1 202 600 9907</a> (24 hours)\";}i:6;a:2:{i:0;s:7:\"Careers\";i:1;s:7:\"Careers\";}i:7;a:2:{i:0;s:84:\"<a href=\"https://www.featurestorynews.com/careers-with-fsn\">Opportunities at FSN</a>\";i:1;s:84:\"<a href=\"https://www.featurestorynews.com/careers-with-fsn\">Opportunities at FSN</a>\";}}'),(14939,8022,'_pll_strings_translations','a:0:{}'),(15112,495,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(15113,495,'_wp_page_template','default'),(15114,495,'slide_template','default'),(15115,495,'_wpb_vc_js_status','true'),(15117,495,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15118,495,'fw:opt:ext:pb:page-builder:json','[]'),(15119,495,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(15127,389,'_wpb_shortcodes_custom_css','.vc_custom_1568978864654{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568978931449{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(15128,389,'_wpb_shortcodes_custom_css','.vc_custom_1568978864654{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568978931449{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(15129,389,'slide_template','default'),(15130,389,'_wpb_vc_js_status','true'),(15131,389,'_wpb_shortcodes_custom_css','.vc_custom_1568978864654{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568978931449{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(15132,389,'_wp_old_slug','ecommerce-header'),(15133,712,'_wpb_shortcodes_custom_css','.vc_custom_1568978864654{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568978931449{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(15134,712,'slide_template','default'),(15135,712,'_wpb_vc_js_status','true'),(15136,712,'_wpb_shortcodes_custom_css','.vc_custom_1568978864654{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568978931449{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(15137,712,'_wp_old_slug','fashion-shop-light'),(15288,495,'_edit_lock','1572992767:1'),(15292,495,'_edit_last','1'),(15293,8076,'_wpb_shortcodes_custom_css','.vc_custom_1568027939990{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568984400631{padding-top: 150px !important;padding-bottom: 150px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-22-2.jpg?id=599) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1568984548723{padding-top: 200px !important;padding-bottom: 200px !important;}.vc_custom_1567776800873{padding-bottom: 200px !important;}.vc_custom_1567777357390{padding-top: 100px !important;padding-bottom: 160px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-22-2.jpg?id=599) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567777704984{padding-top: 80px !important;padding-bottom: 130px !important;background-color: #363636 !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567770384770{background-color: #7d1eff !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779227110{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779365865{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-8211-copy-2.jpg?id=600) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779424334{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-8211-copy-3.jpg?id=601) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779429699{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-82111-copy-4.jpg?id=598) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15294,8076,'fw:opt:ext:pb:page-builder:json','[]'),(15295,8076,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:10:\"header-712\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:7:\"enabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15296,8077,'_wpb_shortcodes_custom_css','.vc_custom_1568027939990{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568984400631{padding-top: 150px !important;padding-bottom: 150px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-22-2.jpg?id=599) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1568984548723{padding-top: 200px !important;padding-bottom: 200px !important;}.vc_custom_1567776800873{padding-bottom: 200px !important;}.vc_custom_1567777357390{padding-top: 100px !important;padding-bottom: 160px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-22-2.jpg?id=599) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567777704984{padding-top: 80px !important;padding-bottom: 130px !important;background-color: #363636 !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567770384770{background-color: #7d1eff !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779227110{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779365865{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-8211-copy-2.jpg?id=600) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779424334{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-8211-copy-3.jpg?id=601) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779429699{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-82111-copy-4.jpg?id=598) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15297,8077,'fw:opt:ext:pb:page-builder:json','[]'),(15298,8077,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:10:\"header-712\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:7:\"enabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15299,8078,'_wpb_shortcodes_custom_css','.vc_custom_1568027939990{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568984400631{padding-top: 150px !important;padding-bottom: 150px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-22-2.jpg?id=599) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1568984548723{padding-top: 200px !important;padding-bottom: 200px !important;}.vc_custom_1567776800873{padding-bottom: 200px !important;}.vc_custom_1567777357390{padding-top: 100px !important;padding-bottom: 160px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-22-2.jpg?id=599) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567777704984{padding-top: 80px !important;padding-bottom: 130px !important;background-color: #363636 !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567770384770{background-color: #7d1eff !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779227110{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779365865{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-8211-copy-2.jpg?id=600) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779424334{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-8211-copy-3.jpg?id=601) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779429699{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-82111-copy-4.jpg?id=598) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15300,8078,'fw:opt:ext:pb:page-builder:json','[]'),(15301,8078,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:10:\"header-712\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:7:\"enabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15304,8080,'_wpb_shortcodes_custom_css','.vc_custom_1568027939990{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568984400631{padding-top: 150px !important;padding-bottom: 150px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-22-2.jpg?id=599) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1568984548723{padding-top: 200px !important;padding-bottom: 200px !important;}.vc_custom_1567776800873{padding-bottom: 200px !important;}.vc_custom_1567777357390{padding-top: 100px !important;padding-bottom: 160px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Ellipse-974-copy-22-2.jpg?id=599) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567777704984{padding-top: 80px !important;padding-bottom: 130px !important;background-color: #363636 !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567770384770{background-color: #7d1eff !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779227110{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779365865{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-8211-copy-2.jpg?id=600) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779424334{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-8211-copy-3.jpg?id=601) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779429699{background: #2b2b2b url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Group-82111-copy-4.jpg?id=598) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15305,8080,'fw:opt:ext:pb:page-builder:json','[]'),(15306,8080,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:10:\"header-712\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:7:\"enabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15307,8081,'_wpb_shortcodes_custom_css','.vc_custom_1568984548723{padding-top: 200px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15308,8081,'fw:opt:ext:pb:page-builder:json','[]'),(15309,8081,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:10:\"header-712\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:7:\"enabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15341,8087,'_wpb_shortcodes_custom_css','.vc_custom_1569941935891{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15342,8087,'fw:opt:ext:pb:page-builder:json','[]'),(15343,8087,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15357,8090,'_wpb_shortcodes_custom_css','.vc_custom_1569943662591{padding-top: 200px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15358,8090,'fw:opt:ext:pb:page-builder:json','[]'),(15359,8090,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:10:\"header-712\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:7:\"enabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15360,8091,'_wpb_shortcodes_custom_css','.vc_custom_1569943662591{padding-top: 200px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15361,8091,'fw:opt:ext:pb:page-builder:json','[]'),(15362,8091,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:10:\"header-712\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:7:\"enabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15363,8092,'_wpb_shortcodes_custom_css','.vc_custom_1569943662591{padding-top: 200px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15364,8092,'fw:opt:ext:pb:page-builder:json','[]'),(15365,8092,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:10:\"header-712\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:7:\"enabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15372,8095,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15373,8095,'fw:opt:ext:pb:page-builder:json','[]'),(15374,8095,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15375,8096,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15376,8096,'fw:opt:ext:pb:page-builder:json','[]'),(15377,8096,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15378,8097,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15379,8097,'fw:opt:ext:pb:page-builder:json','[]'),(15380,8097,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15381,8098,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15382,8098,'fw:opt:ext:pb:page-builder:json','[]'),(15383,8098,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15384,8099,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15385,8099,'fw:opt:ext:pb:page-builder:json','[]'),(15386,8099,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15387,8100,'_wp_attached_file','2019/10/icons8-africa-100-e1570046208850.png'),(15388,8100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:44:\"2019/10/icons8-africa-100-e1570046208850.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15389,8101,'_wp_attached_file','2019/10/europe-e1570046021177.png'),(15390,8101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:33:\"2019/10/europe-e1570046021177.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15391,8102,'_wp_attached_file','2019/10/americas-e1570046272126.png'),(15392,8102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:35:\"2019/10/americas-e1570046272126.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"americas-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15393,8103,'_wp_attached_file','2019/10/asia-e1570046322382.png'),(15394,8103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:31:\"2019/10/asia-e1570046322382.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"asia-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15395,8104,'_wpb_shortcodes_custom_css','.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859952462{background-color: #efefef !important;}'),(15396,8104,'fw:opt:ext:pb:page-builder:json','[]'),(15397,8104,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15398,8103,'_edit_lock','1570046210:1'),(15399,8103,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:8:\"asia.png\";}s:18:\"full-1570046322382\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:23:\"asia-e1569949731842.png\";}}'),(15400,8105,'_wpb_shortcodes_custom_css','.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859952462{background-color: #efefef !important;}'),(15401,8105,'fw:opt:ext:pb:page-builder:json','[]'),(15402,8105,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15403,8102,'_edit_lock','1570046149:1'),(15404,8102,'_edit_last','1'),(15405,8102,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:12:\"americas.png\";}s:18:\"full-1570046272126\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:27:\"americas-e1569949944494.png\";}}'),(15406,8106,'_wpb_shortcodes_custom_css','.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859952462{background-color: #efefef !important;}'),(15407,8106,'fw:opt:ext:pb:page-builder:json','[]'),(15408,8106,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15409,8107,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15410,8107,'fw:opt:ext:pb:page-builder:json','[]'),(15411,8107,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15412,8108,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15413,8108,'fw:opt:ext:pb:page-builder:json','[]'),(15414,8108,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15418,8109,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15419,8109,'fw:opt:ext:pb:page-builder:json','[]'),(15420,8109,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15421,8110,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15422,8110,'fw:opt:ext:pb:page-builder:json','[]'),(15423,8110,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15424,8111,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15425,8111,'fw:opt:ext:pb:page-builder:json','[]'),(15426,8111,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15427,8112,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15428,8112,'fw:opt:ext:pb:page-builder:json','[]'),(15429,8112,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15430,8113,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15431,8113,'fw:opt:ext:pb:page-builder:json','[]'),(15432,8113,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15433,8114,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15434,8114,'fw:opt:ext:pb:page-builder:json','[]'),(15435,8114,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15436,8115,'_wpb_shortcodes_custom_css','.vc_custom_1569850347453{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569850360042{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15437,8115,'fw:opt:ext:pb:page-builder:json','[]'),(15438,8115,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15439,8116,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15440,8116,'fw:opt:ext:pb:page-builder:json','[]'),(15441,8116,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15443,8117,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1569428587991{margin-bottom: 75px !important;}.vc_custom_1569957732753{background-color: #efefef !important;}'),(15444,8117,'fw:opt:ext:pb:page-builder:json','[]'),(15445,8117,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15446,8118,'_wp_attached_file','2019/10/button-watch-video.png'),(15447,8118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:355;s:6:\"height\";i:107;s:4:\"file\";s:30:\"2019/10/button-watch-video.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"button-watch-video-150x107.png\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"button-watch-video-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15451,8120,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15452,8120,'fw:opt:ext:pb:page-builder:json','[]'),(15453,8120,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15454,8121,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15455,8121,'fw:opt:ext:pb:page-builder:json','[]'),(15456,8121,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15457,8122,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15458,8122,'fw:opt:ext:pb:page-builder:json','[]'),(15459,8122,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15460,8123,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15461,8123,'fw:opt:ext:pb:page-builder:json','[]'),(15462,8123,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15463,8124,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15464,8124,'fw:opt:ext:pb:page-builder:json','[]'),(15465,8124,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15466,8125,'_wpb_shortcodes_custom_css','.vc_custom_1569945082629{padding-top: 100px !important;padding-bottom: 200px !important;}.vc_custom_1568984459528{padding-top: 100px !important;padding-bottom: 120px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15467,8125,'fw:opt:ext:pb:page-builder:json','[]'),(15468,8125,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15474,8127,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15475,8127,'fw:opt:ext:pb:page-builder:json','[]'),(15476,8127,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15477,8128,'_wpb_shortcodes_custom_css','.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15478,8128,'fw:opt:ext:pb:page-builder:json','[]'),(15479,8128,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15480,8129,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1569428587991{margin-bottom: 75px !important;}.vc_custom_1569957732753{background-color: #efefef !important;}'),(15481,8129,'fw:opt:ext:pb:page-builder:json','[]'),(15482,8129,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15483,8130,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1570008100474{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;background-color: #efefef !important;border-radius: 10px !important;}.vc_custom_1570008379917{padding-right: 10% !important;padding-left: 10% !important;background-color: #9b1f1f !important;border-radius: 10px !important;}'),(15484,8130,'fw:opt:ext:pb:page-builder:json','[]'),(15485,8130,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15486,8131,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15487,8131,'fw:opt:ext:pb:page-builder:json','[]'),(15488,8131,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15489,8132,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15490,8132,'fw:opt:ext:pb:page-builder:json','[]'),(15491,8132,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15492,8133,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15493,8133,'fw:opt:ext:pb:page-builder:json','[]'),(15494,8133,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15495,8134,'_wpb_shortcodes_custom_css','.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570022340838{background-color: #efefef !important;border-radius: 15px !important;}'),(15496,8134,'fw:opt:ext:pb:page-builder:json','[]'),(15497,8134,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15498,8135,'_wp_attached_file','2019/10/fsn-map-location-pin.png'),(15499,8135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:149;s:4:\"file\";s:32:\"2019/10/fsn-map-location-pin.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15500,8136,'_wpb_shortcodes_custom_css','.vc_custom_1569850347453{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569850360042{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15501,8136,'fw:opt:ext:pb:page-builder:json','[]'),(15502,8136,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15503,8137,'_wpb_shortcodes_custom_css','.vc_custom_1569850347453{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569850360042{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15504,8137,'fw:opt:ext:pb:page-builder:json','[]'),(15505,8137,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15506,8138,'_wpb_shortcodes_custom_css','.vc_custom_1569850347453{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569850360042{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15507,8138,'fw:opt:ext:pb:page-builder:json','[]'),(15508,8138,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15509,8139,'_wpb_shortcodes_custom_css','.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570022340838{background-color: #efefef !important;border-radius: 15px !important;}'),(15510,8139,'fw:opt:ext:pb:page-builder:json','[]'),(15511,8139,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15512,8140,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570022340838{background-color: #efefef !important;border-radius: 15px !important;}'),(15513,8140,'fw:opt:ext:pb:page-builder:json','[]'),(15514,8140,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15518,8142,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1570025957095{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;background-color: #efefef !important;border-radius: 10px !important;}'),(15519,8142,'fw:opt:ext:pb:page-builder:json','[]'),(15520,8142,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15521,8143,'_wpb_shortcodes_custom_css','.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15522,8143,'fw:opt:ext:pb:page-builder:json','[]'),(15523,8143,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15524,8144,'_wpb_shortcodes_custom_css','.vc_custom_1570029353963{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15525,8144,'fw:opt:ext:pb:page-builder:json','[]'),(15526,8144,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15527,8145,'_wpb_shortcodes_custom_css','.vc_custom_1570029379557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1570029400455{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15528,8145,'fw:opt:ext:pb:page-builder:json','[]'),(15529,8145,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15530,8146,'_wpb_shortcodes_custom_css','.vc_custom_1570029379557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1570029400455{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15531,8146,'fw:opt:ext:pb:page-builder:json','[]'),(15532,8146,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15533,8147,'_wpb_shortcodes_custom_css','.vc_custom_1570029379557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1570029400455{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15534,8147,'fw:opt:ext:pb:page-builder:json','[]'),(15535,8147,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15536,8148,'_wpb_shortcodes_custom_css','.vc_custom_1570029379557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1570029400455{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1570029744439{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15537,8148,'fw:opt:ext:pb:page-builder:json','[]'),(15538,8148,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15539,8149,'_wpb_shortcodes_custom_css','.vc_custom_1570029379557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1570029400455{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1570029744439{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15540,8149,'fw:opt:ext:pb:page-builder:json','[]'),(15541,8149,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15545,8152,'_wpb_shortcodes_custom_css','.vc_custom_1570029379557{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1570029400455{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1570029744439{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15546,8152,'fw:opt:ext:pb:page-builder:json','[]'),(15547,8152,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15548,8154,'_wpb_shortcodes_custom_css','.vc_custom_1570030618957{padding-top: 100px !important;padding-bottom: 100px !important;}.vc_custom_1570029400455{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1570029744439{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15549,8154,'fw:opt:ext:pb:page-builder:json','[]'),(15550,8154,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15551,8155,'_wp_attached_file','2019/10/twitter-logo.png'),(15552,8155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:3500;s:4:\"file\";s:24:\"2019/10/twitter-logo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"twitter-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"twitter-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"twitter-logo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"twitter-logo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"twitter-logo-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:24:\"twitter-logo-420x660.png\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:24:\"twitter-logo-660x660.png\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:25:\"twitter-logo-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15553,8156,'_wp_attached_file','2019/10/facebook-logo.png'),(15554,8156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2019/10/facebook-logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"facebook-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"facebook-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"facebook-logo-512x420.png\";s:5:\"width\";i:512;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:25:\"facebook-logo-420x512.png\";s:5:\"width\";i:420;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15555,8157,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570031282594{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1570031358120{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570031230841{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15556,8157,'fw:opt:ext:pb:page-builder:json','[]'),(15557,8157,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15558,8158,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15559,8158,'fw:opt:ext:pb:page-builder:json','[]'),(15560,8158,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15561,8159,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15562,8159,'fw:opt:ext:pb:page-builder:json','[]'),(15563,8159,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15564,8160,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1569430251589{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15565,8160,'fw:opt:ext:pb:page-builder:json','[]'),(15566,8160,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15569,8162,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1570025957095{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;background-color: #efefef !important;border-radius: 10px !important;}'),(15570,8162,'fw:opt:ext:pb:page-builder:json','[]'),(15571,8162,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15572,8163,'_wp_attached_file','2019/10/ww-bevir0.jpg'),(15573,8163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:519;s:4:\"file\";s:21:\"2019/10/ww-bevir0.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ww-bevir0-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:21:\"ww-bevir0-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"ww-bevir0-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ww-bevir0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:21:\"ww-bevir0-420x519.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:21:\"ww-bevir0-660x519.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15578,8166,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1570025957095{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;background-color: #efefef !important;border-radius: 10px !important;}'),(15579,8166,'fw:opt:ext:pb:page-builder:json','[]'),(15580,8166,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15581,8167,'fw:opt:ext:pb:page-builder:json','[]'),(15582,8167,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15583,8168,'_wpb_shortcodes_custom_css','.vc_custom_1569850347453{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569850360042{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15584,8168,'fw:opt:ext:pb:page-builder:json','[]'),(15585,8168,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15586,8169,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1569428763697{padding-top: 20px !important;padding-bottom: 75px !important;}.vc_custom_1570035504522{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570025957095{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;background-color: #efefef !important;border-radius: 10px !important;}'),(15587,8169,'fw:opt:ext:pb:page-builder:json','[]'),(15588,8169,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15589,8170,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570036587467{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15590,8170,'fw:opt:ext:pb:page-builder:json','[]'),(15591,8170,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15592,8171,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15593,8171,'fw:opt:ext:pb:page-builder:json','[]'),(15594,8171,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15595,8172,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15596,8172,'fw:opt:ext:pb:page-builder:json','[]'),(15597,8172,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15598,8173,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15599,8173,'fw:opt:ext:pb:page-builder:json','[]'),(15600,8173,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15601,8174,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15602,8174,'fw:opt:ext:pb:page-builder:json','[]'),(15603,8174,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15607,8176,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15608,8176,'fw:opt:ext:pb:page-builder:json','[]'),(15609,8176,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15610,8177,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570031282594{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570031230841{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15611,8177,'fw:opt:ext:pb:page-builder:json','[]'),(15612,8177,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15613,8178,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570031282594{padding-top: 100px !important;padding-bottom: 100px !important;background-color: #e8e8e8 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570031230841{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15614,8178,'fw:opt:ext:pb:page-builder:json','[]'),(15615,8178,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15616,8179,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570044916824{padding-top: 100px !important;padding-bottom: 50px !important;background-color: #e8e8e8 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570031230841{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15617,8179,'fw:opt:ext:pb:page-builder:json','[]'),(15618,8179,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15619,8101,'_edit_lock','1570045922:1'),(15620,8101,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:10:\"europe.png\";}}'),(15621,8100,'_edit_lock','1570046149:1'),(15624,8100,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"icons8-africa-100.png\";}}'),(15625,8100,'_edit_last','1'),(15626,8103,'_edit_last','1'),(15628,8181,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570022340838{background-color: #efefef !important;border-radius: 15px !important;}'),(15629,8181,'fw:opt:ext:pb:page-builder:json','[]'),(15630,8181,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15631,8182,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15632,8182,'fw:opt:ext:pb:page-builder:json','[]'),(15633,8182,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15667,8190,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15668,8190,'fw:opt:ext:pb:page-builder:json','[]'),(15669,8190,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15671,8192,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15672,8192,'fw:opt:ext:pb:page-builder:json','[]'),(15673,8192,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15724,8202,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570177857897{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197125854{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15725,8202,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570177857897{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197125854{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15726,8202,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570177857897{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197125854{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15727,8202,'_wp_page_template','default'),(15728,8202,'slide_template','default'),(15729,8202,'_wpb_vc_js_status','true'),(15730,8202,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15731,8202,'fw:opt:ext:pb:page-builder:json','[]'),(15732,8202,'_dp_original','495'),(15733,8202,'_edit_lock','1574779165:1'),(15734,8202,'_edit_last','1'),(15735,8203,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15736,8203,'fw:opt:ext:pb:page-builder:json','[]'),(15737,8203,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15741,8205,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15742,8205,'fw:opt:ext:pb:page-builder:json','[]'),(15743,8205,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15744,8206,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15745,8206,'fw:opt:ext:pb:page-builder:json','[]'),(15746,8206,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15749,8208,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15750,8208,'fw:opt:ext:pb:page-builder:json','[]'),(15751,8208,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15752,8209,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15753,8209,'fw:opt:ext:pb:page-builder:json','[]'),(15754,8209,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15755,8210,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15756,8210,'fw:opt:ext:pb:page-builder:json','[]'),(15757,8210,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15758,8211,'_wp_attached_file','2019/10/es-video-button.png'),(15759,8211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1840;s:6:\"height\";i:532;s:4:\"file\";s:27:\"2019/10/es-video-button.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"es-video-button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"es-video-button-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"es-video-button-768x222.png\";s:5:\"width\";i:768;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"es-video-button-1024x296.png\";s:5:\"width\";i:1024;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"es-video-button-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:27:\"es-video-button-420x532.png\";s:5:\"width\";i:420;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:27:\"es-video-button-660x532.png\";s:5:\"width\";i:660;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:28:\"es-video-button-1200x532.png\";s:5:\"width\";i:1200;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15760,8211,'_edit_lock','1570057629:1'),(15761,8212,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15762,8212,'fw:opt:ext:pb:page-builder:json','[]'),(15763,8212,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15764,8213,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15765,8213,'fw:opt:ext:pb:page-builder:json','[]'),(15766,8213,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15767,8214,'_wpb_shortcodes_custom_css','.vc_custom_1570089635139{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1569850360042{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15768,8214,'fw:opt:ext:pb:page-builder:json','[]'),(15769,8214,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15770,8215,'_wpb_shortcodes_custom_css','.vc_custom_1570089764587{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570089757627{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15771,8215,'fw:opt:ext:pb:page-builder:json','[]'),(15772,8215,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15773,8216,'_wpb_shortcodes_custom_css','.vc_custom_1570089764587{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570089833430{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15774,8216,'fw:opt:ext:pb:page-builder:json','[]'),(15775,8216,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15776,8217,'_wpb_shortcodes_custom_css','.vc_custom_1570089764587{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570089833430{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15777,8217,'fw:opt:ext:pb:page-builder:json','[]'),(15778,8217,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15782,8219,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15783,8219,'fw:opt:ext:pb:page-builder:json','[]'),(15784,8219,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15785,8220,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15786,8220,'fw:opt:ext:pb:page-builder:json','[]'),(15787,8220,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15788,8221,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15789,8221,'fw:opt:ext:pb:page-builder:json','[]'),(15790,8221,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15791,8222,'_wpb_shortcodes_custom_css','.vc_custom_1570043472527{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15792,8222,'fw:opt:ext:pb:page-builder:json','[]'),(15793,8222,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15794,8223,'_wpb_shortcodes_custom_css','.vc_custom_1570091434054{padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15795,8223,'fw:opt:ext:pb:page-builder:json','[]'),(15796,8223,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15817,8226,'_wpb_shortcodes_custom_css','.vc_custom_1570091983125{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15818,8226,'fw:opt:ext:pb:page-builder:json','[]'),(15819,8226,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15820,8227,'_wpb_shortcodes_custom_css','.vc_custom_1570091983125{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15821,8227,'fw:opt:ext:pb:page-builder:json','[]'),(15822,8227,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15823,8228,'_wp_attached_file','2019/10/EMAIL-ICON-e1570106239215.png'),(15824,8228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:104;s:4:\"file\";s:37:\"2019/10/EMAIL-ICON-e1570106239215.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"EMAIL-ICON-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"EMAIL-ICON-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"EMAIL-ICON-768x531.png\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"EMAIL-ICON-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:22:\"EMAIL-ICON-420x532.png\";s:5:\"width\";i:420;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:22:\"EMAIL-ICON-660x532.png\";s:5:\"width\";i:660;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15825,8228,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:770;s:6:\"height\";i:532;s:4:\"file\";s:14:\"EMAIL-ICON.png\";}}'),(15826,8229,'_wp_attached_file','2019/10/ww-bevir0-2.jpg'),(15827,8229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:392;s:6:\"height\";i:392;s:4:\"file\";s:23:\"2019/10/ww-bevir0-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ww-bevir0-2-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:23:\"ww-bevir0-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"1570032340\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15828,8230,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15829,8230,'fw:opt:ext:pb:page-builder:json','[]'),(15830,8230,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15831,8231,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15832,8231,'fw:opt:ext:pb:page-builder:json','[]'),(15833,8231,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15834,8232,'_wp_attached_file','2019/10/ww-nina0.jpg'),(15835,8232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:416;s:4:\"file\";s:20:\"2019/10/ww-nina0.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ww-nina0-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:20:\"ww-nina0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:\"1570032382\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15836,8233,'_wp_attached_file','2019/10/thumbnail-1.jpg'),(15837,8233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:23:\"2019/10/thumbnail-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"thumbnail-1-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:23:\"thumbnail-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"thumbnail-1-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:23:\"thumbnail-1-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:23:\"thumbnail-1-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:23:\"thumbnail-1-720x675.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:675;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:\"1570112533\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15838,8234,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15839,8234,'fw:opt:ext:pb:page-builder:json','[]'),(15840,8234,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15841,8235,'_wp_attached_file','2019/10/simon_marks-08f-1.jpg'),(15842,8235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2019/10/simon_marks-08f-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"simon_marks-08f-1-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:29:\"simon_marks-08f-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"simon_marks-08f-1-500x420.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:29:\"simon_marks-08f-1-420x500.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:27:\"Robert Severi 301 585 1010\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1285683111\";s:9:\"copyright\";s:20:\"©Robert Severi 2010\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15843,8236,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15844,8236,'fw:opt:ext:pb:page-builder:json','[]'),(15845,8236,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15846,8237,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15847,8237,'fw:opt:ext:pb:page-builder:json','[]'),(15848,8237,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15849,8238,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570022340838{background-color: #efefef !important;border-radius: 15px !important;}'),(15850,8238,'fw:opt:ext:pb:page-builder:json','[]'),(15851,8238,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15852,7988,'_wt_css','@media (max-width:800px){\r\r /* Vc row 364178354 */\n #wrapper .vc_custom_1570024302556 .wpb_wrapper .vc_row_364178354{\r padding-bottom:0px !important;\r }\r \r /* Vc row 856304317 */\n .vc_custom_1570024302556 .wpb_wrapper .vc_row_856304317{\r padding-bottom:80px;\r }\r \r}'),(15853,7988,'_wt_styles','/* [rule=padding-bottom] [selector=ypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1570024302556yp-sym-uwpb_wrapperyp-sym-uvc_row_364178354] [msize=(max-width:800px)] */\n @media (max-width:800px){#wrapper .vc_custom_1570024302556 .wpb_wrapper .vc_row_364178354{padding-bottom:0px !important}} \n/* [rule=padding-bottom] [selector=yp-sym-uvc_custom_1570024302556yp-sym-uwpb_wrapperyp-sym-uvc_row_856304317] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570024302556 .wpb_wrapper .vc_row_856304317{padding-bottom:80px}}'),(15854,8239,'_wpb_shortcodes_custom_css','.vc_custom_1570089764587{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570110821722{padding-right: 0% !important;padding-bottom: 10% !important;padding-left: 0% !important;}'),(15855,8239,'fw:opt:ext:pb:page-builder:json','[]'),(15856,8239,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15857,8167,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15858,8240,'_wpb_shortcodes_custom_css','.vc_custom_1570089764587{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570110987187{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15859,8240,'fw:opt:ext:pb:page-builder:json','[]'),(15860,8240,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15861,8241,'fw:opt:ext:pb:page-builder:json','[]'),(15862,8241,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15863,8242,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570044916824{padding-top: 100px !important;padding-bottom: 50px !important;background-color: #e8e8e8 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570111485691{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15864,8242,'fw:opt:ext:pb:page-builder:json','[]'),(15865,8242,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15866,8243,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570044916824{padding-top: 100px !important;padding-bottom: 50px !important;background-color: #e8e8e8 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570111485691{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(15867,8243,'fw:opt:ext:pb:page-builder:json','[]'),(15868,8243,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15869,8244,'_wpb_shortcodes_custom_css','.vc_custom_1570091983125{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570111998043{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15870,8244,'fw:opt:ext:pb:page-builder:json','[]'),(15871,8244,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15872,8245,'_wpb_shortcodes_custom_css','.vc_custom_1570091983125{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570111998043{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15873,8245,'fw:opt:ext:pb:page-builder:json','[]'),(15874,8245,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15875,8246,'_wpb_shortcodes_custom_css','.vc_custom_1570091983125{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570111998043{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15876,8246,'fw:opt:ext:pb:page-builder:json','[]'),(15877,8246,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15878,8247,'_wpb_shortcodes_custom_css','.vc_custom_1570112215584{padding-top: 0px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570111998043{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15879,8247,'fw:opt:ext:pb:page-builder:json','[]'),(15880,8247,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15881,8248,'_wpb_shortcodes_custom_css','.vc_custom_1570112253972{padding-top: 0px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570111998043{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15882,8248,'fw:opt:ext:pb:page-builder:json','[]'),(15883,8248,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15884,8249,'_wpb_shortcodes_custom_css','.vc_custom_1570112303843{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15885,8249,'fw:opt:ext:pb:page-builder:json','[]'),(15886,8249,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15887,8250,'_wpb_shortcodes_custom_css','.vc_custom_1570112303843{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15888,8250,'fw:opt:ext:pb:page-builder:json','[]'),(15889,8250,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15890,8251,'_wpb_shortcodes_custom_css','.vc_custom_1570112303843{padding-top: 50px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15891,8251,'fw:opt:ext:pb:page-builder:json','[]'); INSERT INTO `wp_postmeta` VALUES (15892,8251,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15893,8252,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570043557754{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://cdn.jevelin.shufflehound.com/single-product/wp-content/uploads/sites/29/2018/03/Vector-Smart-Object-2copy-2.jpg?id=642) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15894,8252,'fw:opt:ext:pb:page-builder:json','[]'),(15895,8252,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15896,8253,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15897,8253,'fw:opt:ext:pb:page-builder:json','[]'),(15898,8253,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15899,8254,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15900,8254,'fw:opt:ext:pb:page-builder:json','[]'),(15901,8254,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15902,8255,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565961884082{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15903,8255,'fw:opt:ext:pb:page-builder:json','[]'),(15904,8255,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15905,8256,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570113410194{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15906,8256,'fw:opt:ext:pb:page-builder:json','[]'),(15907,8256,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15908,8257,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570113592885{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;border-radius: 15px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15909,8257,'fw:opt:ext:pb:page-builder:json','[]'),(15910,8257,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15911,8258,'_wpb_shortcodes_custom_css','.vc_custom_1569961048629{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570113650723{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;border-radius: 20px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15912,8258,'fw:opt:ext:pb:page-builder:json','[]'),(15913,8258,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15914,8259,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570113807541{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15915,8259,'fw:opt:ext:pb:page-builder:json','[]'),(15916,8259,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15917,8260,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570113988601{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15918,8260,'fw:opt:ext:pb:page-builder:json','[]'),(15919,8260,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15920,8241,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570218842016{padding-top: 100px !important;padding-bottom: 50px !important;background-color: #e80000 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570111485691{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1570272120569{background-color: #efefef !important;}'),(15924,8263,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15925,8263,'fw:opt:ext:pb:page-builder:json','[]'),(15926,8263,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15927,8264,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(15928,8264,'fw:opt:ext:pb:page-builder:json','[]'),(15929,8264,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15934,8267,'_wpb_shortcodes_custom_css','.vc_custom_1570112253972{padding-top: 0px !important;padding-bottom: 70px !important;}.vc_custom_1570175081542{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570111998043{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15935,8267,'fw:opt:ext:pb:page-builder:json','[]'),(15936,8267,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15937,8268,'_wpb_shortcodes_custom_css','.vc_custom_1570112253972{padding-top: 0px !important;padding-bottom: 70px !important;}.vc_custom_1570175081542{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570111998043{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15938,8268,'fw:opt:ext:pb:page-builder:json','[]'),(15939,8268,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15940,8269,'_wpb_shortcodes_custom_css','.vc_custom_1570112253972{padding-top: 0px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570111998043{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15941,8269,'fw:opt:ext:pb:page-builder:json','[]'),(15942,8269,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15943,8270,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570177857897{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1567779216921{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(15944,8270,'fw:opt:ext:pb:page-builder:json','[]'),(15945,8270,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15946,8271,'_wp_attached_file','2019/10/logo_cgtn0.png'),(15947,8271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2019/10/logo_cgtn0.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo_cgtn0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"logo_cgtn0-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:22:\"logo_cgtn0-420x300.png\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15948,8272,'_wp_attached_file','2019/10/cgtn-logo.png'),(15949,8272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:791;s:6:\"height\";i:386;s:4:\"file\";s:21:\"2019/10/cgtn-logo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cgtn-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cgtn-logo-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cgtn-logo-768x375.png\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cgtn-logo-660x386.png\";s:5:\"width\";i:660;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:21:\"cgtn-logo-420x386.png\";s:5:\"width\";i:420;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:21:\"cgtn-logo-660x386.png\";s:5:\"width\";i:660;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15950,8273,'_wp_attached_file','2019/10/logo_cgtn0.jpg'),(15951,8273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2019/10/logo_cgtn0.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo_cgtn0-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:22:\"logo_cgtn0-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15952,8274,'_wp_attached_file','2019/10/logo-aljaz0.jpg'),(15953,8274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:23:\"2019/10/logo-aljaz0.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"logo-aljaz0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15954,8275,'_wp_attached_file','2019/10/logo-capital0.jpg'),(15955,8275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2019/10/logo-capital0.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-capital0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15956,8276,'_wp_attached_file','2019/10/logo-ch40.jpg'),(15957,8276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:118;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2019/10/logo-ch40.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-ch40-118x150.jpg\";s:5:\"width\";i:118;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15958,8277,'_wp_attached_file','2019/10/logo-cri0.jpg'),(15959,8277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2019/10/logo-cri0.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-cri0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15960,8278,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570113988601{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15961,8278,'fw:opt:ext:pb:page-builder:json','[]'),(15962,8278,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15963,8279,'_wp_attached_file','2019/10/logo-enca0.jpg'),(15964,8279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2019/10/logo-enca0.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-enca0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15965,8280,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570113988601{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15966,8280,'fw:opt:ext:pb:page-builder:json','[]'),(15967,8280,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(15968,8281,'_wp_attached_file','2019/10/logo-fm40.jpg'),(15969,8281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2019/10/logo-fm40.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-fm40-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15970,8282,'_wp_attached_file','2019/10/logo-i240.jpg'),(15971,8282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:324;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2019/10/logo-i240.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-i240-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:21:\"logo-i240-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15972,8283,'_wp_attached_file','2019/10/logo-imagen0.jpg'),(15973,8283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:329;s:6:\"height\";i:150;s:4:\"file\";s:24:\"2019/10/logo-imagen0.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logo-imagen0-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:24:\"logo-imagen0-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15974,8284,'_wp_attached_file','2019/10/logo-lbc0.jpg'),(15975,8284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2019/10/logo-lbc0.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15976,8285,'_wp_attached_file','2019/10/logo-newsmax0.jpg'),(15977,8285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2019/10/logo-newsmax0.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-newsmax0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15978,8286,'_wp_attached_file','2019/10/logo-pbsnew0.jpg'),(15979,8286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:24:\"2019/10/logo-pbsnew0.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15980,8287,'_wp_attached_file','2019/10/logo-rnz0.jpg'),(15981,8287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2019/10/logo-rnz0.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-rnz0-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:21:\"logo-rnz0-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:21:\"logo-rnz0-420x150.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15982,8288,'_wp_attached_file','2019/10/logo-sabc0.jpg'),(15983,8288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:286;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2019/10/logo-sabc0.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-sabc0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15984,8289,'_wp_attached_file','2019/10/logo-vatiradio0.jpg'),(15985,8289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2019/10/logo-vatiradio0.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15986,8290,'_wp_attached_file','2019/10/logo-WION0.jpg'),(15987,8290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2019/10/logo-WION0.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15988,8291,'_wp_attached_file','2019/10/ww-canal33logo.jpg'),(15989,8291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:26:\"2019/10/ww-canal33logo.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15990,8292,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570113988601{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(15991,8292,'fw:opt:ext:pb:page-builder:json','[]'),(15992,8292,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16075,8334,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570113988601{padding-top: 120px !important;padding-right: 100px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16076,8334,'fw:opt:ext:pb:page-builder:json','[]'),(16077,8334,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16078,8335,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570186273147{padding-top: 50px !important;padding-right: 50px !important;padding-bottom: 20px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16079,8335,'fw:opt:ext:pb:page-builder:json','[]'),(16080,8335,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16081,8336,'_wpb_shortcodes_custom_css','.vc_custom_1570112253972{padding-top: 0px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570111998043{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16082,8336,'fw:opt:ext:pb:page-builder:json','[]'),(16083,8336,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16084,8337,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570186439345{padding-top: 50px !important;padding-right: 70px !important;padding-bottom: 20px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16085,8337,'fw:opt:ext:pb:page-builder:json','[]'),(16086,8337,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16087,8338,'_wpb_shortcodes_custom_css','.vc_custom_1570089764587{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570110987187{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16088,8338,'fw:opt:ext:pb:page-builder:json','[]'),(16089,8338,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16090,8339,'_wpb_shortcodes_custom_css','.vc_custom_1570089764587{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570110987187{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16091,8339,'fw:opt:ext:pb:page-builder:json','[]'),(16092,8339,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16093,8340,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570186439345{padding-top: 50px !important;padding-right: 70px !important;padding-bottom: 20px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16094,8340,'fw:opt:ext:pb:page-builder:json','[]'),(16095,8340,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16096,8341,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570110987187{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16097,8341,'fw:opt:ext:pb:page-builder:json','[]'),(16098,8341,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16099,8342,'_wpb_shortcodes_custom_css','.vc_custom_1570112253972{padding-top: 0px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16100,8342,'fw:opt:ext:pb:page-builder:json','[]'),(16101,8342,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16102,8343,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570177857897{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197125854{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16103,8343,'fw:opt:ext:pb:page-builder:json','[]'),(16104,8343,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16105,8344,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16106,8344,'fw:opt:ext:pb:page-builder:json','[]'),(16107,8344,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16110,8346,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570177857897{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197125854{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16111,8346,'fw:opt:ext:pb:page-builder:json','[]'),(16112,8346,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16113,8347,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570177857897{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197125854{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16114,8347,'fw:opt:ext:pb:page-builder:json','[]'),(16115,8347,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16116,8348,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570218842016{padding-top: 100px !important;padding-bottom: 50px !important;background-color: #e80000 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570111485691{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(16117,8348,'fw:opt:ext:pb:page-builder:json','[]'),(16118,8348,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16119,8349,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570218842016{padding-top: 100px !important;padding-bottom: 50px !important;background-color: #e80000 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570111485691{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1569864818519{background-color: #efefef !important;}.vc_custom_1569865635821{background-color: #efefef !important;}'),(16120,8349,'fw:opt:ext:pb:page-builder:json','[]'),(16121,8349,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16122,8350,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570218842016{padding-top: 100px !important;padding-bottom: 50px !important;background-color: #e80000 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570111485691{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1570272120569{background-color: #efefef !important;}.vc_custom_1570272135070{background-color: #efefef !important;}'),(16123,8350,'fw:opt:ext:pb:page-builder:json','[]'),(16124,8350,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16125,8351,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570272382981{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16126,8351,'fw:opt:ext:pb:page-builder:json','[]'),(16127,8351,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16128,8352,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570186439345{padding-top: 50px !important;padding-right: 70px !important;padding-bottom: 20px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16129,8352,'fw:opt:ext:pb:page-builder:json','[]'),(16130,8352,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16131,8353,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570186439345{padding-top: 50px !important;padding-right: 70px !important;padding-bottom: 20px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16132,8353,'fw:opt:ext:pb:page-builder:json','[]'),(16133,8353,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16134,8354,'_wpb_shortcodes_custom_css','.vc_custom_1570113900654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump0-e1569960962244.jpg?id=8126) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570305314653{padding-top: 50px !important;padding-right: 70px !important;padding-bottom: 20px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16135,8354,'fw:opt:ext:pb:page-builder:json','[]'),(16136,8354,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16137,8355,'_wp_attached_file','2019/10/trump-e1570305922616.jpg'),(16138,8355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:483;s:4:\"file\";s:32:\"2019/10/trump-e1570305922616.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"trump-e1570305922616-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:32:\"trump-e1570305922616-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"trump-e1570305922616-768x412.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"trump-e1570305922616-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:32:\"trump-e1570305922616-420x483.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:32:\"trump-e1570305922616-660x483.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16139,8355,'_edit_lock','1570305759:1'),(16140,8355,'_edit_last','1'),(16141,8355,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:900;s:6:\"height\";i:674;s:4:\"file\";s:9:\"trump.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"trump-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"trump-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:17:\"trump-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"trump-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"jevelin-portrait-orig\";a:4:{s:4:\"file\";s:17:\"trump-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"jevelin-square-orig\";a:4:{s:4:\"file\";s:17:\"trump-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(16142,8356,'_wpb_shortcodes_custom_css','.vc_custom_1570305947461{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-e1570305922616.jpg?id=8355) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570305314653{padding-top: 50px !important;padding-right: 70px !important;padding-bottom: 20px !important;padding-left: 50px !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16143,8356,'fw:opt:ext:pb:page-builder:json','[]'),(16144,8356,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16145,8357,'_wpb_shortcodes_custom_css','.vc_custom_1570305947461{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-e1570305922616.jpg?id=8355) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16146,8357,'fw:opt:ext:pb:page-builder:json','[]'),(16147,8357,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16148,8358,'_wpb_shortcodes_custom_css','.vc_custom_1570305947461{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-e1570305922616.jpg?id=8355) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16149,8358,'fw:opt:ext:pb:page-builder:json','[]'),(16150,8358,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16151,8359,'_wpb_shortcodes_custom_css','.vc_custom_1570305947461{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-e1570305922616.jpg?id=8355) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16152,8359,'fw:opt:ext:pb:page-builder:json','[]'),(16153,8359,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16154,8360,'_wpb_shortcodes_custom_css','.vc_custom_1570305947461{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-e1570305922616.jpg?id=8355) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16155,8360,'fw:opt:ext:pb:page-builder:json','[]'),(16156,8360,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16157,8361,'_wpb_shortcodes_custom_css','.vc_custom_1570305947461{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-e1570305922616.jpg?id=8355) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16158,8361,'fw:opt:ext:pb:page-builder:json','[]'),(16159,8361,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16160,8362,'_wpb_shortcodes_custom_css','.vc_custom_1570305947461{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-e1570305922616.jpg?id=8355) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16161,8362,'fw:opt:ext:pb:page-builder:json','[]'),(16162,8362,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16163,8363,'_wpb_shortcodes_custom_css','.vc_custom_1570305947461{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-e1570305922616.jpg?id=8355) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16164,8363,'fw:opt:ext:pb:page-builder:json','[]'),(16165,8363,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16166,8364,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16167,8364,'fw:opt:ext:pb:page-builder:json','[]'),(16168,8364,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16169,8365,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16170,8365,'fw:opt:ext:pb:page-builder:json','[]'),(16171,8365,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16172,8366,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16173,8366,'fw:opt:ext:pb:page-builder:json','[]'),(16174,8366,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16175,8367,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16176,8367,'fw:opt:ext:pb:page-builder:json','[]'),(16177,8367,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16182,8369,'_wpb_shortcodes_custom_css','.vc_custom_1570308706654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/duo-shade-e1570308664922.png?id=8368) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16183,8369,'fw:opt:ext:pb:page-builder:json','[]'),(16184,8369,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16185,8370,'_wpb_shortcodes_custom_css','.vc_custom_1570308706654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/duo-shade-e1570308664922.png?id=8368) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1565549220603{background-color: #dd773b !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1566576375207{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #a01000 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16186,8370,'fw:opt:ext:pb:page-builder:json','[]'),(16187,8370,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16188,8371,'_edit_lock','1574779558:1'),(16189,8371,'_edit_last','1'),(16192,8371,'_wp_page_template','default'),(16193,8371,'_wpb_vc_js_status','true'),(16194,8373,'fw:opt:ext:pb:page-builder:json','[]'),(16195,8373,'fw_options','a:0:{}'),(16196,8371,'fw:opt:ext:pb:page-builder:json','[]'),(16197,8371,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16203,8375,'_wpb_shortcodes_custom_css','.vc_custom_1570437132539{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/round-sign-mockup-hanging-from-outside-a-storea14979.png?id=8372) !important;}'),(16204,8375,'fw:opt:ext:pb:page-builder:json','[]'),(16205,8375,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16206,8371,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570627431653{padding-bottom: 300px !important;}'),(16207,8376,'_wp_attached_file','2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1575392241863.png'),(16208,8376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:488;s:4:\"file\";s:80:\"2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1575392241863.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459-768x250.png\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:81:\"horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459-1024x333.png\";s:5:\"width\";i:1024;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:80:\"horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:80:\"horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459-420x624.png\";s:5:\"width\";i:420;s:6:\"height\";i:624;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:80:\"horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459-660x624.png\";s:5:\"width\";i:660;s:6:\"height\";i:624;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:81:\"horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459-1200x624.png\";s:5:\"width\";i:1200;s:6:\"height\";i:624;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16209,8376,'_edit_lock','1570437533:1'),(16210,8376,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:57:\"horizontal-banner-mockup-over-a-store-entrance-a10975.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:65:\"horizontal-banner-mockup-over-a-store-entrance-a10975-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:65:\"horizontal-banner-mockup-over-a-store-entrance-a10975-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:65:\"horizontal-banner-mockup-over-a-store-entrance-a10975-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:66:\"horizontal-banner-mockup-over-a-store-entrance-a10975-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:65:\"horizontal-banner-mockup-over-a-store-entrance-a10975-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"jevelin-portrait-orig\";a:4:{s:4:\"file\";s:65:\"horizontal-banner-mockup-over-a-store-entrance-a10975-420x660.png\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"jevelin-square-orig\";a:4:{s:4:\"file\";s:65:\"horizontal-banner-mockup-over-a-store-entrance-a10975-660x660.png\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"jevelin-landscape-large-orig\";a:4:{s:4:\"file\";s:66:\"horizontal-banner-mockup-over-a-store-entrance-a10975-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1575392241863\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:624;s:4:\"file\";s:72:\"horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png\";}}'),(16211,8377,'_wpb_shortcodes_custom_css','.vc_custom_1570437701926{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}'),(16212,8377,'fw:opt:ext:pb:page-builder:json','[]'),(16213,8377,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16214,8378,'_wpb_shortcodes_custom_css','.vc_custom_1570437701926{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16215,8378,'fw:opt:ext:pb:page-builder:json','[]'),(16216,8378,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16217,8379,'_edit_lock','1574783089:1'),(16218,8379,'_edit_last','1'),(16219,8379,'_wp_page_template','default'),(16220,8379,'_wpb_vc_js_status','true'),(16221,8380,'fw:opt:ext:pb:page-builder:json','[]'),(16222,8380,'fw_options','a:0:{}'),(16223,8379,'fw:opt:ext:pb:page-builder:json','[]'),(16224,8379,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16227,8382,'_wp_attached_file','2019/10/ww-nick0.jpg'),(16228,8382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:20:\"2019/10/ww-nick0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ww-nick0-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:20:\"ww-nick0-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:20:\"ww-nick0-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"ww-nick0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:20:\"ww-nick0-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:20:\"ww-nick0-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:21:\"ww-nick0-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16229,8383,'_wp_attached_file','2019/10/mic50.jpg'),(16230,8383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:669;s:4:\"file\";s:17:\"2019/10/mic50.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mic50-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:17:\"mic50-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"mic50-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"mic50-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:17:\"mic50-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:17:\"mic50-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16231,8384,'_wp_attached_file','2019/10/sndbrd20.jpg'),(16232,8384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:669;s:4:\"file\";s:20:\"2019/10/sndbrd20.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sndbrd20-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:20:\"sndbrd20-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"sndbrd20-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"sndbrd20-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:20:\"sndbrd20-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:20:\"sndbrd20-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16233,8385,'fw:opt:ext:pb:page-builder:json','[]'),(16234,8385,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16236,8386,'_wpb_shortcodes_custom_css','.vc_custom_1570442015409{padding-bottom: 100px !important;}.vc_custom_1570447431528{margin-top: 50px !important;margin-bottom: 50px !important;background-color: #e0e0e0 !important;}'),(16237,8386,'fw:opt:ext:pb:page-builder:json','[]'),(16238,8386,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16239,8379,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570464645599{padding-bottom: 75px !important;}.vc_custom_1570465099591{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #efefef !important;}.vc_custom_1570457456502{padding-top: 50px !important;padding-bottom: 100px !important;}.vc_custom_1570465112761{padding-top: 50px !important;padding-bottom: 100px !important;background-color: #efefef !important;}.vc_custom_1570464580230{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570464590485{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570464601927{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16240,8387,'_wpb_shortcodes_custom_css','.vc_custom_1570442015409{padding-bottom: 100px !important;}.vc_custom_1570447431528{margin-top: 50px !important;margin-bottom: 50px !important;background-color: #e0e0e0 !important;}'),(16241,8387,'fw:opt:ext:pb:page-builder:json','[]'),(16242,8387,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16243,8388,'_wp_attached_file','2019/10/fsn-nick-harper-tv-broadcasters.jpg'),(16244,8388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:669;s:4:\"file\";s:43:\"2019/10/fsn-nick-harper-tv-broadcasters.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"fsn-nick-harper-tv-broadcasters-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:43:\"fsn-nick-harper-tv-broadcasters-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"fsn-nick-harper-tv-broadcasters-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"fsn-nick-harper-tv-broadcasters-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:43:\"fsn-nick-harper-tv-broadcasters-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:43:\"fsn-nick-harper-tv-broadcasters-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16245,8389,'_wpb_shortcodes_custom_css','.vc_custom_1570442015409{padding-bottom: 100px !important;}.vc_custom_1570447431528{margin-top: 50px !important;margin-bottom: 50px !important;background-color: #e0e0e0 !important;}'),(16246,8389,'fw:opt:ext:pb:page-builder:json','[]'),(16247,8389,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16248,8390,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570442015409{padding-bottom: 100px !important;}.vc_custom_1570447431528{margin-top: 50px !important;margin-bottom: 50px !important;background-color: #e0e0e0 !important;}'),(16249,8390,'fw:opt:ext:pb:page-builder:json','[]'),(16250,8390,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16251,8391,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570442015409{padding-bottom: 100px !important;}.vc_custom_1570447431528{margin-top: 50px !important;margin-bottom: 50px !important;background-color: #e0e0e0 !important;}'),(16252,8391,'fw:opt:ext:pb:page-builder:json','[]'),(16253,8391,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16254,8392,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570450622032{margin-top: 10px !important;}.vc_custom_1570447431528{margin-top: 50px !important;margin-bottom: 50px !important;background-color: #e0e0e0 !important;}'),(16255,8392,'fw:opt:ext:pb:page-builder:json','[]'),(16256,8392,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16257,8393,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570450622032{margin-top: 10px !important;}.vc_custom_1570447431528{margin-top: 50px !important;margin-bottom: 50px !important;background-color: #e0e0e0 !important;}'),(16258,8393,'fw:opt:ext:pb:page-builder:json','[]'),(16259,8393,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16260,8394,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570453269250{margin-top: 10px !important;padding-bottom: 50px !important;}.vc_custom_1570452775513{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #e0e0e0 !important;}.vc_custom_1570453175079{padding-top: 50px !important;}.vc_custom_1570453332642{padding-top: 50px !important;padding-bottom: 100px !important;background-color: #f4f4f4 !important;}'),(16261,8394,'fw:opt:ext:pb:page-builder:json','[]'),(16262,8394,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16263,8395,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570453269250{margin-top: 10px !important;padding-bottom: 50px !important;}.vc_custom_1570457211886{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #f4f4f4 !important;}.vc_custom_1570453175079{padding-top: 50px !important;}.vc_custom_1570457191074{padding-top: 50px !important;padding-bottom: 100px !important;background-color: #f4f4f4 !important;}'),(16264,8395,'fw:opt:ext:pb:page-builder:json','[]'),(16265,8395,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16269,8397,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570453269250{margin-top: 10px !important;padding-bottom: 50px !important;}.vc_custom_1570457211886{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #f4f4f4 !important;}.vc_custom_1570453175079{padding-top: 50px !important;}.vc_custom_1570457191074{padding-top: 50px !important;padding-bottom: 100px !important;background-color: #f4f4f4 !important;}'),(16270,8397,'fw:opt:ext:pb:page-builder:json','[]'),(16271,8397,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16272,8398,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570457428898{margin-top: 10px !important;padding-bottom: 100px !important;}.vc_custom_1570457211886{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #f4f4f4 !important;}.vc_custom_1570457456502{padding-top: 50px !important;padding-bottom: 100px !important;}.vc_custom_1570457191074{padding-top: 50px !important;padding-bottom: 100px !important;background-color: #f4f4f4 !important;}'),(16273,8398,'fw:opt:ext:pb:page-builder:json','[]'),(16274,8398,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16275,8399,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570463971760{padding-bottom: 75px !important;}.vc_custom_1570457211886{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #f4f4f4 !important;}.vc_custom_1570457456502{padding-top: 50px !important;padding-bottom: 100px !important;}.vc_custom_1570457191074{padding-top: 50px !important;padding-bottom: 100px !important;background-color: #f4f4f4 !important;}.vc_custom_1570464156522{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570464165719{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570464174559{padding-right: 5% !important;padding-left: 5% !important;}'),(16276,8399,'fw:opt:ext:pb:page-builder:json','[]'),(16277,8399,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16278,8400,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570464645599{padding-bottom: 75px !important;}.vc_custom_1570465099591{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #efefef !important;}.vc_custom_1570457456502{padding-top: 50px !important;padding-bottom: 100px !important;}.vc_custom_1570465112761{padding-top: 50px !important;padding-bottom: 100px !important;background-color: #efefef !important;}.vc_custom_1570464580230{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570464590485{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570464601927{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16279,8400,'fw:opt:ext:pb:page-builder:json','[]'),(16280,8400,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16281,8401,'fw:opt:ext:pb:page-builder:json','[]'),(16282,8401,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16283,8401,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(16284,8402,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(16285,8402,'fw:opt:ext:pb:page-builder:json','[]'),(16286,8402,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16287,8009,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(16288,8403,'_edit_lock','1570526749:1'),(16289,8403,'_edit_last','1'),(16290,8403,'_wp_page_template','default'),(16291,8403,'_wpb_vc_js_status','true'),(16292,8404,'fw:opt:ext:pb:page-builder:json','[]'),(16293,8404,'fw_options','a:0:{}'),(16294,8403,'fw:opt:ext:pb:page-builder:json','[]'),(16295,8403,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16299,8406,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}'),(16300,8406,'fw:opt:ext:pb:page-builder:json','[]'),(16301,8406,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16302,8403,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570526653964{padding-bottom: 70px !important;}'),(16303,8407,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}'),(16304,8407,'fw:opt:ext:pb:page-builder:json','[]'),(16305,8407,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16306,8408,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}'),(16307,8408,'fw:opt:ext:pb:page-builder:json','[]'),(16308,8408,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16309,8409,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}'),(16310,8409,'fw:opt:ext:pb:page-builder:json','[]'),(16311,8409,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16312,8410,'_wpb_shortcodes_custom_css','.vc_custom_1570437701926{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16313,8410,'fw:opt:ext:pb:page-builder:json','[]'),(16314,8410,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16315,8411,'fw:opt:ext:pb:page-builder:json','[]'),(16316,8411,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16317,8412,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}'),(16318,8412,'fw:opt:ext:pb:page-builder:json','[]'),(16319,8412,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16320,8413,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}'),(16321,8413,'fw:opt:ext:pb:page-builder:json','[]'),(16322,8413,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16323,8414,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}'),(16324,8414,'fw:opt:ext:pb:page-builder:json','[]'),(16325,8414,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16326,8415,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}'),(16327,8415,'fw:opt:ext:pb:page-builder:json','[]'),(16328,8415,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16329,8411,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570526653964{padding-bottom: 70px !important;}'),(16330,8416,'_wpb_shortcodes_custom_css','.vc_custom_1570466534662{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570526653964{padding-bottom: 70px !important;}'),(16331,8416,'fw:opt:ext:pb:page-builder:json','[]'),(16332,8416,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:3:\"off\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16333,8417,'fw:opt:ext:pb:page-builder:json','[]'),(16334,8417,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16335,8417,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570464645599{padding-bottom: 75px !important;}.vc_custom_1570465099591{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #efefef !important;}.vc_custom_1570457456502{padding-top: 50px !important;padding-bottom: 100px !important;}.vc_custom_1570465112761{padding-top: 50px !important;padding-bottom: 100px !important;background-color: #efefef !important;}.vc_custom_1570464580230{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570464590485{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570464601927{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16338,8419,'_wp_attached_file','2019/10/contact-fsn-header-image-e1575390990824.png'),(16339,8419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:529;s:4:\"file\";s:51:\"2019/10/contact-fsn-header-image-e1575390990824.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"contact-fsn-header-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"contact-fsn-header-image-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"contact-fsn-header-image-768x271.png\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"contact-fsn-header-image-1024x361.png\";s:5:\"width\";i:1024;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"contact-fsn-header-image-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:36:\"contact-fsn-header-image-420x660.png\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:36:\"contact-fsn-header-image-660x660.png\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:37:\"contact-fsn-header-image-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16343,8421,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570042928212{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16344,8421,'fw:opt:ext:pb:page-builder:json','[]'),(16345,8421,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16346,8422,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16347,8422,'fw:opt:ext:pb:page-builder:json','[]'),(16348,8422,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16349,8423,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16350,8423,'fw:opt:ext:pb:page-builder:json','[]'),(16351,8423,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:7:\"default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16352,8424,'_wp_attached_file','2019/10/fsn-contact-us-background-image.png'),(16353,8424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:529;s:4:\"file\";s:43:\"2019/10/fsn-contact-us-background-image.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"fsn-contact-us-background-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"fsn-contact-us-background-image-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"fsn-contact-us-background-image-768x271.png\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"fsn-contact-us-background-image-1024x361.png\";s:5:\"width\";i:1024;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"fsn-contact-us-background-image-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:43:\"fsn-contact-us-background-image-420x529.png\";s:5:\"width\";i:420;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:43:\"fsn-contact-us-background-image-660x529.png\";s:5:\"width\";i:660;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:44:\"fsn-contact-us-background-image-1200x529.png\";s:5:\"width\";i:1200;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16354,8425,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16355,8425,'fw:opt:ext:pb:page-builder:json','[]'),(16356,8425,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16357,8426,'_wpb_shortcodes_custom_css','.vc_custom_1570617016183{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;}.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16358,8426,'fw:opt:ext:pb:page-builder:json','[]'),(16359,8426,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16360,8427,'_wpb_shortcodes_custom_css','.vc_custom_1570437701926{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16361,8427,'fw:opt:ext:pb:page-builder:json','[]'),(16362,8427,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16363,7718,'_wt_css','/* Content */\n#content{\r padding-top:0px !important;\r}\r\r@media (max-width:800px){\r\r /* Text block */\n .vc_custom_1570042531830 .wpb_wrapper .sh-text-block{\r text-align:center;\r }\r \r /* Iconbox aside */\n .vc_custom_1570042531830 .wpb_wrapper .sh-iconbox-aside{\r text-align:center;\r padding-left:0px;\r margin-bottom:30px;\r }\r \r /* Paragraph */\n #block-yui_3_17_2_41_1514755240646_4221 p{\r text-align:center !important;\r }\r \r}'),(16364,7718,'_wt_styles','/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tccontent] [msize=desktop] */\n #content{padding-top:0px !important} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1570042531830yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570042531830 .wpb_wrapper .sh-text-block{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1570042531830yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ticonboxyp-sym-taside] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570042531830 .wpb_wrapper .sh-iconbox-aside{text-align:center}}\n/* [rule=padding-left] [selector=yp-sym-uvc_custom_1570042531830yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ticonboxyp-sym-taside] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570042531830 .wpb_wrapper .sh-iconbox-aside{padding-left:0px}}\n/* [rule=margin-bottom] [selector=yp-sym-uvc_custom_1570042531830yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ticonboxyp-sym-taside] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570042531830 .wpb_wrapper .sh-iconbox-aside{margin-bottom:30px}}\n/* [rule=text-align] [selector=ypyp-sym-tsymyp-sym-tcblockyp-sym-tyui_3_17_2_41_1514755240646_4221p] [msize=(max-width:800px)] */\n @media (max-width:800px){#block-yui_3_17_2_41_1514755240646_4221 p{text-align:center !important}}'),(16368,8429,'_wpb_shortcodes_custom_css','.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570617690270{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16369,8429,'fw:opt:ext:pb:page-builder:json','[]'),(16370,8429,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16373,8431,'fw:opt:ext:pb:page-builder:json','[]'),(16374,8431,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16375,8431,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570177857897{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197125854{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16378,8433,'_wpb_shortcodes_custom_css','.vc_custom_1570112447108{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570177857897{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197125854{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16379,8433,'fw:opt:ext:pb:page-builder:json','[]'),(16380,8433,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16381,8434,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16382,8434,'fw:opt:ext:pb:page-builder:json','[]'),(16383,8434,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16384,8435,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(16385,8435,'fw:opt:ext:pb:page-builder:json','[]'),(16386,8435,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16387,8436,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(16388,8436,'fw:opt:ext:pb:page-builder:json','[]'),(16389,8436,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16390,8437,'_wpb_shortcodes_custom_css','.vc_custom_1570308706654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/duo-shade-e1570308664922.png?id=8368) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16391,8437,'fw:opt:ext:pb:page-builder:json','[]'),(16392,8437,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16393,8438,'_wpb_shortcodes_custom_css','.vc_custom_1570308706654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/duo-shade-e1570308664922.png?id=8368) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1566576075756{padding-top: 35px !important;background-color: rgba(72,163,199,0.76) !important;*background-color: rgb(72,163,199) !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16394,8438,'fw:opt:ext:pb:page-builder:json','[]'),(16395,8438,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16396,8439,'_wpb_shortcodes_custom_css','.vc_custom_1570308706654{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/duo-shade-e1570308664922.png?id=8368) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16397,8439,'fw:opt:ext:pb:page-builder:json','[]'),(16398,8439,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16399,8440,'_wpb_shortcodes_custom_css','.vc_custom_1570437701926{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16400,8440,'fw:opt:ext:pb:page-builder:json','[]'),(16401,8440,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16402,8441,'_wpb_shortcodes_custom_css','.vc_custom_1570437701926{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16403,8441,'fw:opt:ext:pb:page-builder:json','[]'),(16404,8441,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16405,8442,'_wpb_shortcodes_custom_css','.vc_custom_1570625598179{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16406,8442,'fw:opt:ext:pb:page-builder:json','[]'),(16407,8442,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16408,8443,'_wpb_shortcodes_custom_css','.vc_custom_1570625598179{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16409,8443,'fw:opt:ext:pb:page-builder:json','[]'),(16410,8443,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16411,8444,'_wpb_shortcodes_custom_css','.vc_custom_1570625659219{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16412,8444,'fw:opt:ext:pb:page-builder:json','[]'),(16413,8444,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16414,8445,'_wpb_shortcodes_custom_css','.vc_custom_1570625677031{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16415,8445,'fw:opt:ext:pb:page-builder:json','[]'),(16416,8445,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16417,8446,'_wpb_shortcodes_custom_css','.vc_custom_1570625700944{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16418,8446,'fw:opt:ext:pb:page-builder:json','[]'),(16419,8446,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16420,8447,'_wpb_shortcodes_custom_css','.vc_custom_1570625700944{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16421,8447,'fw:opt:ext:pb:page-builder:json','[]'),(16422,8447,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16423,8448,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16424,8448,'fw:opt:ext:pb:page-builder:json','[]'),(16425,8448,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16426,8449,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16427,8449,'fw:opt:ext:pb:page-builder:json','[]'),(16428,8449,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16429,8450,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16430,8450,'fw:opt:ext:pb:page-builder:json','[]'),(16431,8450,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16432,8451,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16433,8451,'fw:opt:ext:pb:page-builder:json','[]'),(16434,8451,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16435,8452,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1569428631968{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16436,8452,'fw:opt:ext:pb:page-builder:json','[]'),(16437,8452,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16438,8453,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16439,8453,'fw:opt:ext:pb:page-builder:json','[]'),(16440,8453,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16444,8455,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16445,8455,'fw:opt:ext:pb:page-builder:json','[]'),(16446,8455,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16447,8456,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570438793589{padding-bottom: 300px !important;}'),(16448,8456,'fw:opt:ext:pb:page-builder:json','[]'),(16449,8456,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16450,8457,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570627431653{padding-bottom: 300px !important;}'),(16451,8457,'fw:opt:ext:pb:page-builder:json','[]'),(16452,8457,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16453,8458,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570627431653{padding-bottom: 300px !important;}'),(16454,8458,'fw:opt:ext:pb:page-builder:json','[]'),(16455,8458,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16456,8459,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570627431653{padding-bottom: 300px !important;}'),(16457,8459,'fw:opt:ext:pb:page-builder:json','[]'),(16458,8459,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16459,8460,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570627431653{padding-bottom: 300px !important;}'),(16460,8460,'fw:opt:ext:pb:page-builder:json','[]'),(16461,8460,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16462,8461,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570627431653{padding-bottom: 300px !important;}'),(16463,8461,'fw:opt:ext:pb:page-builder:json','[]'),(16464,8461,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16465,8462,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570627431653{padding-bottom: 300px !important;}'),(16466,8462,'fw:opt:ext:pb:page-builder:json','[]'),(16467,8462,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16468,8463,'fw:opt:ext:pb:page-builder:json','[]'),(16469,8463,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16470,8464,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570627431653{padding-bottom: 300px !important;}'),(16471,8464,'fw:opt:ext:pb:page-builder:json','[]'),(16472,8464,'fw_options','a:27:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16477,8467,'_wp_attached_file','2019/10/trump-copy.jpg'),(16478,8467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:415;s:4:\"file\";s:22:\"2019/10/trump-copy.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"trump-copy-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:22:\"trump-copy-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"trump-copy-768x354.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"trump-copy-660x415.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:22:\"trump-copy-420x415.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:22:\"trump-copy-660x415.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16479,8468,'_wpb_shortcodes_custom_css','.vc_custom_1570789411027{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16480,8468,'fw:opt:ext:pb:page-builder:json','[]'),(16481,8468,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:9:\"titlebar1\";s:0:\"\";}'),(16482,8469,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16483,8469,'fw:opt:ext:pb:page-builder:json','[]'),(16484,8469,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16485,8470,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16486,8470,'fw:opt:ext:pb:page-builder:json','[]'),(16487,8470,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16488,8471,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16489,8471,'fw:opt:ext:pb:page-builder:json','[]'),(16490,8471,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16491,8472,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16492,8472,'fw:opt:ext:pb:page-builder:json','[]'),(16493,8472,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16494,8473,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16495,8473,'fw:opt:ext:pb:page-builder:json','[]'),(16496,8473,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16497,8474,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16498,8474,'fw:opt:ext:pb:page-builder:json','[]'),(16499,8474,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16500,8475,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16501,8475,'fw:opt:ext:pb:page-builder:json','[]'),(16502,8475,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:9:\"titlebar1\";s:0:\"\";}'),(16503,8476,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16504,8476,'fw:opt:ext:pb:page-builder:json','[]'),(16505,8476,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16506,8477,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16507,8477,'fw:opt:ext:pb:page-builder:json','[]'),(16508,8477,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16514,8481,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16515,8481,'fw:opt:ext:pb:page-builder:json','[]'),(16516,8481,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16517,8482,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16518,8482,'fw:opt:ext:pb:page-builder:json','[]'),(16519,8482,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16520,8483,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16521,8483,'fw:opt:ext:pb:page-builder:json','[]'),(16522,8483,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16523,8484,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16524,8484,'fw:opt:ext:pb:page-builder:json','[]'),(16525,8484,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16526,8485,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16527,8485,'fw:opt:ext:pb:page-builder:json','[]'),(16528,8485,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16529,8486,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16530,8486,'fw:opt:ext:pb:page-builder:json','[]'),(16531,8486,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16532,8487,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16533,8487,'fw:opt:ext:pb:page-builder:json','[]'),(16534,8487,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16535,8488,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16536,8488,'fw:opt:ext:pb:page-builder:json','[]'),(16537,8488,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16538,8489,'_wp_attached_file','2019/10/fsn-map-marker-small.png'),(16539,8489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:27;s:6:\"height\";i:40;s:4:\"file\";s:32:\"2019/10/fsn-map-marker-small.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16540,8490,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16541,8490,'fw:opt:ext:pb:page-builder:json','[]'),(16542,8490,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16543,8491,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16544,8491,'fw:opt:ext:pb:page-builder:json','[]'),(16545,8491,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16546,8492,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16547,8492,'fw:opt:ext:pb:page-builder:json','[]'),(16548,8492,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16549,8493,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16550,8493,'fw:opt:ext:pb:page-builder:json','[]'),(16551,8493,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16553,8496,'_edit_last','1'),(16554,8496,'_edit_lock','1571414194:1'),(16555,8496,'total_sales','0'),(16556,8496,'_tax_status','taxable'),(16557,8496,'_tax_class',''),(16558,8496,'_manage_stock','no'),(16559,8496,'_backorders','no'),(16560,8496,'_sold_individually','no'),(16561,8496,'_virtual','no'),(16562,8496,'_downloadable','no'),(16563,8496,'_download_limit','-1'),(16564,8496,'_download_expiry','-1'),(16565,8496,'_stock',NULL),(16566,8496,'_stock_status','instock'),(16567,8496,'_wc_average_rating','0'),(16568,8496,'_wc_review_count','0'),(16569,8496,'_product_version','3.7.1'),(16570,8496,'zakeke_enabled','yes'),(16575,2642,'zakeke_enabled','yes'),(16576,8499,'fw_options','a:0:{}'),(16577,8500,'total_sales','0'),(16578,8500,'_tax_status','taxable'),(16579,8500,'_tax_class',''),(16580,8500,'_manage_stock','no'),(16581,8500,'_backorders','no'),(16582,8500,'_sold_individually','no'),(16583,8500,'_virtual','no'),(16584,8500,'_downloadable','no'),(16585,8500,'_download_limit','-1'),(16586,8500,'_download_expiry','-1'),(16588,8500,'_stock',NULL),(16589,8500,'_stock_status','instock'),(16590,8500,'_wc_average_rating','0'),(16591,8500,'_wc_review_count','0'),(16592,8500,'_product_version','3.7.1'),(16593,8500,'_edit_lock','1571415332:1'),(16594,8500,'_edit_last','1'),(16595,8501,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16596,8501,'fw:opt:ext:pb:page-builder:json','[]'),(16597,8501,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16598,8502,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16599,8502,'fw:opt:ext:pb:page-builder:json','[]'),(16600,8502,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16601,8503,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16602,8503,'fw:opt:ext:pb:page-builder:json','[]'),(16603,8503,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16604,8504,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16605,8504,'fw:opt:ext:pb:page-builder:json','[]'),(16606,8504,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16607,8505,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16608,8505,'fw:opt:ext:pb:page-builder:json','[]'),(16609,8505,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16610,8506,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16611,8506,'fw:opt:ext:pb:page-builder:json','[]'),(16612,8506,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16613,8507,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16614,8507,'fw:opt:ext:pb:page-builder:json','[]'),(16615,8507,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16616,8508,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16617,8508,'fw:opt:ext:pb:page-builder:json','[]'),(16618,8508,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16619,8509,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16620,8509,'fw:opt:ext:pb:page-builder:json','[]'),(16621,8509,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16622,8510,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16623,8510,'fw:opt:ext:pb:page-builder:json','[]'),(16624,8510,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16648,8519,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16649,8519,'fw:opt:ext:pb:page-builder:json','[]'),(16650,8519,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16661,8523,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16662,8523,'fw:opt:ext:pb:page-builder:json','[]'),(16663,8523,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16664,8524,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16665,8524,'fw:opt:ext:pb:page-builder:json','[]'),(16666,8524,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16667,8525,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16668,8525,'fw:opt:ext:pb:page-builder:json','[]'),(16669,8525,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16670,8526,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570620117178{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16671,8526,'fw:opt:ext:pb:page-builder:json','[]'),(16672,8526,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16673,8527,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16674,8527,'fw:opt:ext:pb:page-builder:json','[]'),(16675,8527,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16676,8528,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1565787292913{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16677,8528,'fw:opt:ext:pb:page-builder:json','[]'),(16678,8528,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16679,8529,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16680,8529,'fw:opt:ext:pb:page-builder:json','[]'),(16681,8529,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16682,8530,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16683,8530,'fw:opt:ext:pb:page-builder:json','[]'),(16684,8530,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16685,8531,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1565876408989{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16686,8531,'fw:opt:ext:pb:page-builder:json','[]'),(16687,8531,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16688,8532,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16689,8532,'fw:opt:ext:pb:page-builder:json','[]'),(16690,8532,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16691,8533,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16692,8533,'fw:opt:ext:pb:page-builder:json','[]'),(16693,8533,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16694,8534,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16695,8534,'fw:opt:ext:pb:page-builder:json','[]'),(16696,8534,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16697,8535,'_wp_attached_file','2019/10/fsn-client-list-mobile-view.png'),(16698,8535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:557;s:6:\"height\";i:726;s:4:\"file\";s:39:\"2019/10/fsn-client-list-mobile-view.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-557x420.png\";s:5:\"width\";i:557;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-420x660.png\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-557x660.png\";s:5:\"width\";i:557;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:39:\"fsn-client-list-mobile-view-557x675.png\";s:5:\"width\";i:557;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16699,8536,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16700,8536,'fw:opt:ext:pb:page-builder:json','[]'),(16701,8536,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16702,8537,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16703,8537,'fw:opt:ext:pb:page-builder:json','[]'),(16704,8537,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16705,8538,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(16706,8538,'fw:opt:ext:pb:page-builder:json','[]'),(16707,8538,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16709,8539,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16710,8539,'_wp_page_template','default'),(16711,8539,'slide_template','default'),(16712,8539,'_wpb_vc_js_status','true'),(16713,8539,'fw:opt:ext:pb:page-builder:json','[]'),(16714,8539,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16715,8539,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16717,8539,'_dp_original','7918'),(16718,8539,'_edit_lock','1573654065:1'),(16719,8539,'_edit_last','1'),(16720,8540,'_wp_attached_file','2019/10/london.jpg'),(16721,8540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:332;s:4:\"file\";s:18:\"2019/10/london.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"london-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:18:\"london-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"london-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"london-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"london-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"london-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:18:\"london-420x332.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16722,8541,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16723,8541,'fw:opt:ext:pb:page-builder:json','[]'),(16724,8541,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16725,8542,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16726,8542,'fw:opt:ext:pb:page-builder:json','[]'),(16727,8542,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16728,8543,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16729,8543,'fw:opt:ext:pb:page-builder:json','[]'),(16730,8543,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16731,8544,'_menu_item_type','post_type'),(16732,8544,'_menu_item_menu_item_parent','8806'),(16733,8544,'_menu_item_object_id','8539'),(16734,8544,'_menu_item_object','page'),(16735,8544,'_menu_item_target',''),(16736,8544,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16737,8544,'_menu_item_xfn',''),(16738,8544,'_menu_item_url',''),(16740,8544,'mega-menu','a:0:{}'),(16741,8545,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16742,8545,'fw:opt:ext:pb:page-builder:json','[]'),(16743,8545,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16744,8546,'fw:opt:ext:pb:page-builder:json','[]'),(16745,8546,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16746,8546,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16747,8547,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16748,8547,'fw:opt:ext:pb:page-builder:json','[]'),(16749,8547,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16750,8548,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16751,8548,'fw:opt:ext:pb:page-builder:json','[]'),(16752,8548,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16754,8550,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16757,8550,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16758,8550,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16759,8550,'_wp_page_template','default'),(16760,8550,'slide_template','default'),(16761,8550,'_wpb_vc_js_status','true'),(16762,8550,'fw:opt:ext:pb:page-builder:json','[]'),(16763,8550,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16765,8550,'_dp_original','8539'),(16766,8550,'_edit_lock','1572381097:1'),(16767,8550,'_edit_last','1'),(16768,8551,'_wp_attached_file','2019/10/fsn-silicon-valley.jpeg'),(16769,8551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:536;s:4:\"file\";s:31:\"2019/10/fsn-silicon-valley.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-150x150.jpeg\";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:31:\"fsn-silicon-valley-300x179.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-768x457.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"fsn-silicon-valley-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-600x357.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-600x357.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-660x420.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-420x536.jpeg\";s:5:\"width\";i:420;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:31:\"fsn-silicon-valley-660x536.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16770,8552,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16771,8552,'fw:opt:ext:pb:page-builder:json','[]'),(16772,8552,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16773,8553,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16774,8553,'fw:opt:ext:pb:page-builder:json','[]'),(16775,8553,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16776,8554,'_menu_item_type','post_type'),(16777,8554,'_menu_item_menu_item_parent','8816'),(16778,8554,'_menu_item_object_id','8550'),(16779,8554,'_menu_item_object','page'),(16780,8554,'_menu_item_target',''),(16781,8554,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16782,8554,'_menu_item_xfn',''),(16783,8554,'_menu_item_url',''),(16785,8554,'mega-menu','a:0:{}'),(16786,8555,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16787,8555,'fw:opt:ext:pb:page-builder:json','[]'),(16788,8555,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16789,8556,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16790,8556,'fw:opt:ext:pb:page-builder:json','[]'),(16791,8556,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16792,8557,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16793,8557,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16794,8557,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16795,8557,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16796,8557,'_wp_page_template','default'),(16797,8557,'slide_template','default'),(16798,8557,'_wpb_vc_js_status','true'),(16799,8557,'fw:opt:ext:pb:page-builder:json','[]'),(16800,8557,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16802,8557,'_dp_original','8550'),(16803,8557,'_edit_lock','1572381069:1'),(16804,8557,'_edit_last','1'),(16805,8558,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16806,8558,'fw:opt:ext:pb:page-builder:json','[]'),(16807,8558,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16808,8559,'fw:opt:ext:pb:page-builder:json','[]'),(16809,8559,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16810,8560,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16811,8560,'fw:opt:ext:pb:page-builder:json','[]'),(16812,8560,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16813,8561,'_menu_item_type','post_type'),(16814,8561,'_menu_item_menu_item_parent','8815'),(16815,8561,'_menu_item_object_id','8557'),(16816,8561,'_menu_item_object','page'),(16817,8561,'_menu_item_target',''),(16818,8561,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16819,8561,'_menu_item_xfn',''),(16820,8561,'_menu_item_url',''),(16822,8561,'mega-menu','a:0:{}'),(16823,8562,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16824,8562,'fw:opt:ext:pb:page-builder:json','[]'),(16825,8562,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16826,8563,'_wp_attached_file','2019/10/seoul0.jpg'),(16827,8563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:18:\"2019/10/seoul0.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"seoul0-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:18:\"seoul0-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:18:\"seoul0-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"seoul0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"seoul0-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"seoul0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"seoul0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"seoul0-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"seoul0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"seoul0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:18:\"seoul0-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:18:\"seoul0-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:34:\"Shutterstock / Guitar photographer\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"407897917\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:28:{i:0;s:4:\"best\";i:1;s:9:\"buildings\";i:2;s:8:\"business\";i:3;s:7:\"capital\";i:4;s:4:\"city\";i:5;s:9:\"cityscape\";i:6;s:11:\"destination\";i:7;s:8:\"district\";i:8;s:9:\"financial\";i:9;s:8:\"fortress\";i:10;s:5:\"korea\";i:11;s:6:\"korean\";i:12;s:5:\"lotte\";i:13;s:4:\"mall\";i:14;s:10:\"metropolis\";i:15;s:12:\"metropolitan\";i:16;s:14:\"namhansanseong\";i:17;s:5:\"night\";i:18;s:10:\"nightscape\";i:19;s:5:\"scene\";i:20;s:5:\"seoul\";i:21;s:7:\"skyline\";i:22;s:5:\"south\";i:23;s:5:\"tower\";i:24;s:6:\"travel\";i:25;s:5:\"urban\";i:26;s:4:\"view\";i:27;s:5:\"world\";}}}'),(16830,8559,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16831,8565,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16832,8565,'fw:opt:ext:pb:page-builder:json','[]'),(16833,8565,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16834,8566,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16835,8566,'fw:opt:ext:pb:page-builder:json','[]'),(16836,8566,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16838,8570,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16839,8570,'fw:opt:ext:pb:page-builder:json','[]'),(16840,8570,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16841,8571,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16842,8571,'fw:opt:ext:pb:page-builder:json','[]'),(16843,8571,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16845,8572,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16846,8572,'fw:opt:ext:pb:page-builder:json','[]'),(16847,8572,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16848,8573,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16849,8573,'fw:opt:ext:pb:page-builder:json','[]'),(16850,8573,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16851,8574,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16852,8574,'fw:opt:ext:pb:page-builder:json','[]'),(16853,8574,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16854,8575,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16855,8575,'fw:opt:ext:pb:page-builder:json','[]'),(16856,8575,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16857,8576,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16858,8576,'fw:opt:ext:pb:page-builder:json','[]'),(16859,8576,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16860,8577,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16861,8577,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16862,8577,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16863,8577,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16864,8577,'_wp_page_template','default'),(16865,8577,'slide_template','default'),(16866,8577,'_wpb_vc_js_status','true'),(16867,8577,'fw:opt:ext:pb:page-builder:json','[]'),(16868,8577,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16870,8577,'_dp_original','8550'),(16871,8577,'_edit_lock','1572381015:1'),(16872,8577,'_edit_last','1'),(16873,8578,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16874,8578,'fw:opt:ext:pb:page-builder:json','[]'),(16875,8578,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16876,8579,'fw:opt:ext:pb:page-builder:json','[]'),(16877,8579,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16878,8579,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16879,8580,'_wp_attached_file','2019/10/ww-sansalv0.png'),(16880,8580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:641;s:4:\"file\";s:23:\"2019/10/ww-sansalv0.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-768x492.png\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"ww-sansalv0-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-600x385.png\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-600x385.png\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-420x641.png\";s:5:\"width\";i:420;s:6:\"height\";i:641;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:23:\"ww-sansalv0-660x641.png\";s:5:\"width\";i:660;s:6:\"height\";i:641;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16881,8581,'_wp_attached_file','2019/10/1002laagencia0.png'),(16882,8581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:532;s:4:\"file\";s:26:\"2019/10/1002laagencia0.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-768x409.png\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"1002laagencia0-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-600x319.png\";s:5:\"width\";i:600;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-600x319.png\";s:5:\"width\";i:600;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-420x532.png\";s:5:\"width\";i:420;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:26:\"1002laagencia0-660x532.png\";s:5:\"width\";i:660;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16883,8582,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16884,8582,'fw:opt:ext:pb:page-builder:json','[]'),(16885,8582,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16886,8583,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16887,8583,'fw:opt:ext:pb:page-builder:json','[]'),(16888,8583,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16889,8584,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16890,8584,'fw:opt:ext:pb:page-builder:json','[]'),(16891,8584,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16892,8585,'_menu_item_type','post_type'),(16893,8585,'_menu_item_menu_item_parent','8816'),(16894,8585,'_menu_item_object_id','8577'),(16895,8585,'_menu_item_object','page'),(16896,8585,'_menu_item_target',''),(16897,8585,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16898,8585,'_menu_item_xfn',''),(16899,8585,'_menu_item_url',''),(16901,8585,'mega-menu','a:0:{}'),(16902,8586,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16903,8586,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16904,8586,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16905,8586,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16906,8586,'_wp_page_template','default'),(16907,8586,'slide_template','default'),(16908,8586,'_wpb_vc_js_status','true'),(16909,8586,'fw:opt:ext:pb:page-builder:json','[]'),(16910,8586,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16912,8586,'_dp_original','8550'),(16913,8586,'_edit_lock','1572380943:1'),(16914,8586,'_edit_last','1'),(16915,8587,'_wp_attached_file','2019/10/image-asset0.jpeg'),(16916,8587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2019/10/image-asset0.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"image-asset0-150x150.jpeg\";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:25:\"image-asset0-300x200.jpeg\";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:25:\"image-asset0-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"image-asset0-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"image-asset0-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"image-asset0-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"image-asset0-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"image-asset0-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"image-asset0-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"image-asset0-660x420.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:25:\"image-asset0-420x660.jpeg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:25:\"image-asset0-660x660.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:58:\"San Francisco skyline and Bay Bridge at sunset, California\";s:17:\"created_timestamp\";s:10:\"1393042433\";s:9:\"copyright\";s:7:\"dell640\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:58:\"San Francisco skyline and Bay Bridge at sunset, California\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:28:{i:0;s:9:\"Apartment\";i:1;s:3:\"Bay\";i:2;s:10:\"Bay Bridge\";i:3;s:6:\"Bridge\";i:4;s:15:\"Built Structure\";i:5;s:8:\"Business\";i:6;s:10:\"California\";i:7;s:3:\"Car\";i:8;s:4:\"City\";i:9;s:9:\"Cityscape\";i:10;s:18:\"Concepts And Ideas\";i:11;s:17:\"Downtown District\";i:12;s:4:\"Dusk\";i:13;s:6:\"Harbor\";i:14;s:5:\"Night\";i:15;s:19:\"Northern California\";i:16;s:20:\"San Francisco County\";i:17;s:3:\"Sea\";i:18;s:7:\"Skyline\";i:19;s:10:\"Skyscraper\";i:20;s:12:\"Street Light\";i:21;s:4:\"Tall\";i:22;s:7:\"Traffic\";i:23;s:6:\"Travel\";i:24;s:3:\"USA\";i:25;s:11:\"Urban Scene\";i:26;s:9:\"Vacations\";i:27;s:11:\"double deck\";}}}'),(16919,8589,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16920,8589,'fw:opt:ext:pb:page-builder:json','[]'),(16921,8589,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16925,8591,'_menu_item_type','post_type'),(16926,8591,'_menu_item_menu_item_parent','8816'),(16927,8591,'_menu_item_object_id','8586'),(16928,8591,'_menu_item_object','page'),(16929,8591,'_menu_item_target',''),(16930,8591,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16931,8591,'_menu_item_xfn',''),(16932,8591,'_menu_item_url',''),(16934,8591,'mega-menu','a:0:{}'),(16935,8592,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(16936,8592,'fw:opt:ext:pb:page-builder:json','[]'),(16937,8592,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16938,8593,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1572380988202-6e3b9d95-6845-9\";a:3:{s:3:\"tag\";s:21:\"vc_masonry_media_grid\";s:4:\"atts\";a:4:{s:13:\"element_width\";s:1:\"6\";s:7:\"grid_id\";s:36:\"vc_gid:1572380988202-6e3b9d95-6845-9\";s:7:\"include\";s:9:\"8300,8310\";s:8:\"el_class\";s:13:\"bureaugallery\";}s:7:\"content\";s:0:\"\";}}}}'),(16939,8593,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16940,8593,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1572380988202-6e3b9d95-6845-9\";a:3:{s:3:\"tag\";s:21:\"vc_masonry_media_grid\";s:4:\"atts\";a:4:{s:13:\"element_width\";s:1:\"6\";s:7:\"grid_id\";s:36:\"vc_gid:1572380988202-6e3b9d95-6845-9\";s:7:\"include\";s:9:\"8300,8310\";s:8:\"el_class\";s:13:\"bureaugallery\";}s:7:\"content\";s:0:\"\";}}}}'),(16941,8593,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1572380988202-6e3b9d95-6845-9\";a:3:{s:3:\"tag\";s:21:\"vc_masonry_media_grid\";s:4:\"atts\";a:4:{s:13:\"element_width\";s:1:\"6\";s:7:\"grid_id\";s:36:\"vc_gid:1572380988202-6e3b9d95-6845-9\";s:7:\"include\";s:9:\"8300,8310\";s:8:\"el_class\";s:13:\"bureaugallery\";}s:7:\"content\";s:0:\"\";}}}}'),(16942,8593,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16943,8593,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16944,8593,'_wp_page_template','default'),(16945,8593,'slide_template','default'),(16946,8593,'_wpb_vc_js_status','true'),(16947,8593,'fw:opt:ext:pb:page-builder:json','[]'),(16948,8593,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16950,8593,'_dp_original','8539'),(16951,8593,'_edit_lock','1572380861:1'),(16952,8593,'_edit_last','1'),(16953,8594,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16954,8594,'fw:opt:ext:pb:page-builder:json','[]'),(16955,8594,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16956,8595,'_wp_attached_file','2019/10/image-asset0-1.jpeg'),(16957,8595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:27:\"2019/10/image-asset0-1.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-1-150x150.jpeg\";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:27:\"image-asset0-1-300x200.jpeg\";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:27:\"image-asset0-1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"image-asset0-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"image-asset0-1-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"image-asset0-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"image-asset0-1-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-1-660x420.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:27:\"image-asset0-1-420x660.jpeg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:27:\"image-asset0-1-660x660.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16958,8596,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16959,8596,'fw:opt:ext:pb:page-builder:json','[]'),(16960,8596,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16961,8597,'fw:opt:ext:pb:page-builder:json','[]'),(16962,8597,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16963,8597,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16964,8598,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16965,8598,'fw:opt:ext:pb:page-builder:json','[]'),(16966,8598,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16967,8599,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16968,8599,'fw:opt:ext:pb:page-builder:json','[]'),(16969,8599,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16970,8600,'_menu_item_type','post_type'),(16971,8600,'_menu_item_menu_item_parent','8806'),(16972,8600,'_menu_item_object_id','8593'),(16973,8600,'_menu_item_object','page'),(16974,8600,'_menu_item_target',''),(16975,8600,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16976,8600,'_menu_item_xfn',''),(16977,8600,'_menu_item_url',''),(16979,8600,'mega-menu','a:0:{}'),(16980,8601,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16981,8601,'fw:opt:ext:pb:page-builder:json','[]'),(16982,8601,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16983,8602,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16984,8602,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16985,8602,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16986,8602,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16987,8602,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(16988,8602,'_wp_page_template','default'),(16989,8602,'slide_template','default'),(16990,8602,'_wpb_vc_js_status','true'),(16991,8602,'fw:opt:ext:pb:page-builder:json','[]'),(16992,8602,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(16994,8602,'_dp_original','8586'),(16995,8602,'_edit_lock','1572380812:1'),(16996,8602,'_edit_last','1'),(16997,8603,'_wp_attached_file','2019/10/unhq0.jpg'),(16998,8603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:476;s:4:\"file\";s:17:\"2019/10/unhq0.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"unhq0-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:17:\"unhq0-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"unhq0-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"unhq0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"unhq0-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"unhq0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"unhq0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"unhq0-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"unhq0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"unhq0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:17:\"unhq0-420x476.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:17:\"unhq0-660x476.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17003,8606,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17004,8606,'fw:opt:ext:pb:page-builder:json','[]'),(17005,8606,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17006,8607,'fw:opt:ext:pb:page-builder:json','[]'),(17007,8607,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17008,8607,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17009,8608,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17010,8608,'fw:opt:ext:pb:page-builder:json','[]'),(17011,8608,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17012,8609,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17013,8609,'fw:opt:ext:pb:page-builder:json','[]'),(17014,8609,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17015,8610,'_menu_item_type','post_type'),(17016,8610,'_menu_item_menu_item_parent','8816'),(17017,8610,'_menu_item_object_id','8602'),(17018,8610,'_menu_item_object','page'),(17019,8610,'_menu_item_target',''),(17020,8610,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17021,8610,'_menu_item_xfn',''),(17022,8610,'_menu_item_url',''),(17024,8610,'mega-menu','a:0:{}'),(17025,8611,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(17026,8611,'fw:opt:ext:pb:page-builder:json','[]'),(17027,8611,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17028,8612,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17029,8612,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17030,8612,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17031,8612,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17032,8612,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17033,8612,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17034,8612,'_wp_page_template','default'),(17035,8612,'slide_template','default'),(17036,8612,'_wpb_vc_js_status','true'),(17037,8612,'fw:opt:ext:pb:page-builder:json','[]'),(17038,8612,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17040,8612,'_dp_original','8602'),(17041,8612,'_edit_lock','1572380787:1'),(17042,8612,'_edit_last','1'),(17047,8615,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17048,8615,'fw:opt:ext:pb:page-builder:json','[]'),(17049,8615,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17050,8616,'fw:opt:ext:pb:page-builder:json','[]'),(17051,8616,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17052,8616,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17053,8617,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17054,8617,'fw:opt:ext:pb:page-builder:json','[]'),(17055,8617,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17056,8618,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17057,8618,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17058,8618,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17059,8618,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17060,8618,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17061,8618,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17062,8618,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17063,8618,'_wp_page_template','default'),(17064,8618,'slide_template','default'),(17065,8618,'_wpb_vc_js_status','true'),(17066,8618,'fw:opt:ext:pb:page-builder:json','[]'),(17067,8618,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17069,8618,'_dp_original','8612'),(17070,8618,'_edit_lock','1572380740:1'),(17071,8618,'_edit_last','1'),(17072,8619,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17073,8619,'fw:opt:ext:pb:page-builder:json','[]'),(17074,8619,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17075,8620,'_wp_attached_file','2019/10/mumbai.jpg'),(17076,8620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:279;s:4:\"file\";s:18:\"2019/10/mumbai.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"mumbai-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:18:\"mumbai-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"mumbai-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"mumbai-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"mumbai-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"mumbai-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17077,8621,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17078,8621,'fw:opt:ext:pb:page-builder:json','[]'),(17079,8621,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17080,8622,'fw:opt:ext:pb:page-builder:json','[]'),(17081,8622,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17082,8622,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17083,8620,'_edit_lock','1572248275:1'),(17084,8623,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17085,8623,'fw:opt:ext:pb:page-builder:json','[]'),(17086,8623,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17087,8624,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17088,8624,'fw:opt:ext:pb:page-builder:json','[]'),(17089,8624,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17090,8625,'_menu_item_type','post_type'),(17091,8625,'_menu_item_menu_item_parent','8816'),(17092,8625,'_menu_item_object_id','8612'),(17093,8625,'_menu_item_object','page'),(17094,8625,'_menu_item_target',''),(17095,8625,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17096,8625,'_menu_item_xfn',''),(17097,8625,'_menu_item_url',''),(17099,8625,'mega-menu','a:0:{}'),(17100,8626,'_menu_item_type','post_type'),(17101,8626,'_menu_item_menu_item_parent','8815'),(17102,8626,'_menu_item_object_id','8618'),(17103,8626,'_menu_item_object','page'),(17104,8626,'_menu_item_target',''),(17105,8626,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17106,8626,'_menu_item_xfn',''),(17107,8626,'_menu_item_url',''),(17109,8626,'mega-menu','a:0:{}'),(17110,8627,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17111,8627,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17112,8627,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17113,8627,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17114,8627,'_wp_page_template','default'),(17115,8627,'slide_template','default'),(17116,8627,'_wpb_vc_js_status','true'),(17117,8627,'fw:opt:ext:pb:page-builder:json','[]'),(17118,8627,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17120,8627,'_dp_original','8550'),(17121,8627,'_edit_lock','1572380666:1'),(17122,8627,'_edit_last','1'),(17123,8628,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17124,8628,'fw:opt:ext:pb:page-builder:json','[]'),(17125,8628,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17126,8629,'fw:opt:ext:pb:page-builder:json','[]'),(17127,8629,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17128,8629,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17129,8630,'_wp_attached_file','2019/10/image-asset0-2.jpeg'),(17130,8630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:889;s:6:\"height\";i:592;s:4:\"file\";s:27:\"2019/10/image-asset0-2.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-2-150x150.jpeg\";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:27:\"image-asset0-2-300x200.jpeg\";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:27:\"image-asset0-2-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"image-asset0-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"image-asset0-2-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"image-asset0-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"image-asset0-2-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-2-660x420.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:27:\"image-asset0-2-420x592.jpeg\";s:5:\"width\";i:420;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:27:\"image-asset0-2-660x592.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17133,8632,'_wp_attached_file','2019/10/ww-cullen0.png'),(17134,8632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:604;s:4:\"file\";s:22:\"2019/10/ww-cullen0.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-768x464.png\";s:5:\"width\";i:768;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"ww-cullen0-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-600x362.png\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-600x362.png\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-420x604.png\";s:5:\"width\";i:420;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:22:\"ww-cullen0-660x604.png\";s:5:\"width\";i:660;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17139,8635,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17140,8635,'fw:opt:ext:pb:page-builder:json','[]'),(17141,8635,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17142,8636,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17143,8636,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17144,8636,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17145,8636,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17146,8636,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17147,8636,'_wp_page_template','default'),(17148,8636,'slide_template','default'),(17149,8636,'_wpb_vc_js_status','true'),(17150,8636,'fw:opt:ext:pb:page-builder:json','[]'),(17151,8636,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17153,8636,'_dp_original','8586'),(17154,8636,'_edit_lock','1572380584:1'),(17155,8636,'_edit_last','1'),(17156,8637,'_wp_attached_file','2019/10/white0.jpg'),(17157,8637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:714;s:4:\"file\";s:18:\"2019/10/white0.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"white0-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:18:\"white0-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"white0-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"white0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"white0-600x428.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"white0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"white0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"white0-600x428.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"white0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"white0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:18:\"white0-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:18:\"white0-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:19:\"white0-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17158,8638,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17159,8638,'fw:opt:ext:pb:page-builder:json','[]'),(17160,8638,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17161,8639,'fw:opt:ext:pb:page-builder:json','[]'),(17162,8639,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17163,8639,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17164,8640,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17165,8640,'fw:opt:ext:pb:page-builder:json','[]'),(17166,8640,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17167,8641,'_menu_item_type','post_type'),(17168,8641,'_menu_item_menu_item_parent','8816'),(17169,8641,'_menu_item_object_id','8636'),(17170,8641,'_menu_item_object','page'),(17171,8641,'_menu_item_target',''),(17172,8641,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17173,8641,'_menu_item_xfn',''),(17174,8641,'_menu_item_url',''),(17176,8641,'mega-menu','a:0:{}'),(17177,8642,'_menu_item_type','post_type'),(17178,8642,'_menu_item_menu_item_parent','8806'),(17179,8642,'_menu_item_object_id','8627'),(17180,8642,'_menu_item_object','page'),(17181,8642,'_menu_item_target',''),(17182,8642,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17183,8642,'_menu_item_xfn',''),(17184,8642,'_menu_item_url',''),(17186,8642,'mega-menu','a:0:{}'),(17187,8643,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17188,8643,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17189,8643,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17190,8643,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17191,8643,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17192,8643,'_wp_page_template','default'),(17193,8643,'slide_template','default'),(17194,8643,'_wpb_vc_js_status','true'),(17195,8643,'fw:opt:ext:pb:page-builder:json','[]'),(17196,8643,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17198,8643,'_dp_original','8586'),(17199,8643,'_edit_lock','1572380536:1'),(17200,8643,'_edit_last','1'),(17201,8644,'_wp_attached_file','2019/10/image-asset0-3.jpeg'),(17202,8644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:558;s:4:\"file\";s:27:\"2019/10/image-asset0-3.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-150x150.jpeg\";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:27:\"image-asset0-3-300x167.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"image-asset0-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-660x420.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-420x558.jpeg\";s:5:\"width\";i:420;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:27:\"image-asset0-3-660x558.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:40:\"View of buildings in Mexico City, Mexico\";s:17:\"created_timestamp\";s:10:\"1456224960\";s:9:\"copyright\";s:13:\"Joel Carillet\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:37:\"Modern skyline in Mexico City, Mexico\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:18:{i:0;s:16:\"Distrito Federal\";i:1;s:13:\"Latin America\";i:2;s:14:\"Capital Cities\";i:3;s:17:\"Building Exterior\";i:4;s:17:\"Downtown District\";i:5;s:6:\"Modern\";i:6;s:12:\"Architecture\";i:7;s:11:\"Urban Scene\";i:8;s:8:\"Outdoors\";i:9;s:11:\"Aerial View\";i:10;s:11:\"Mexico City\";i:11;s:6:\"Mexico\";i:12;s:22:\"Geographical Locations\";i:13;s:3:\"Day\";i:14;s:3:\"Sky\";i:15;s:15:\"Built Structure\";i:16;s:13:\"Urban Skyline\";i:17;s:9:\"Cityscape\";}}}'),(17203,8645,'_wp_attached_file','2019/10/elheraldo-logo-color.png'),(17204,8645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:726;s:6:\"height\";i:106;s:4:\"file\";s:32:\"2019/10/elheraldo-logo-color.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"elheraldo-logo-color-150x106.png\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"elheraldo-logo-color-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"elheraldo-logo-color-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"elheraldo-logo-color-600x88.png\";s:5:\"width\";i:600;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"elheraldo-logo-color-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"elheraldo-logo-color-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"elheraldo-logo-color-600x88.png\";s:5:\"width\";i:600;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"elheraldo-logo-color-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"elheraldo-logo-color-660x106.png\";s:5:\"width\";i:660;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:32:\"elheraldo-logo-color-420x106.png\";s:5:\"width\";i:420;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:32:\"elheraldo-logo-color-660x106.png\";s:5:\"width\";i:660;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17205,8646,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17206,8646,'fw:opt:ext:pb:page-builder:json','[]'),(17207,8646,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17208,8647,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17209,8647,'fw:opt:ext:pb:page-builder:json','[]'),(17210,8647,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17211,8648,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17212,8648,'fw:opt:ext:pb:page-builder:json','[]'),(17213,8648,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17214,8649,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17215,8649,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17216,8649,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17217,8649,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17218,8649,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17219,8649,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17220,8649,'_wp_page_template','default'),(17221,8649,'slide_template','default'),(17222,8649,'_wpb_vc_js_status','true'),(17223,8649,'fw:opt:ext:pb:page-builder:json','[]'),(17224,8649,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17226,8649,'_dp_original','8636'),(17227,8649,'_edit_lock','1572380492:1'),(17228,8649,'_edit_last','1'),(17229,8650,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17230,8650,'fw:opt:ext:pb:page-builder:json','[]'),(17231,8650,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17235,8652,'_wp_attached_file','2019/10/image-asset0-4.jpeg'),(17236,8652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:27:\"2019/10/image-asset0-4.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-4-150x150.jpeg\";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:27:\"image-asset0-4-300x200.jpeg\";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:27:\"image-asset0-4-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"image-asset0-4-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"image-asset0-4-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-4-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"image-asset0-4-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"image-asset0-4-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-4-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"image-asset0-4-660x420.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:27:\"image-asset0-4-420x660.jpeg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:27:\"image-asset0-4-660x660.jpeg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17237,8653,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17238,8653,'fw:opt:ext:pb:page-builder:json','[]'),(17239,8653,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17240,8654,'_menu_item_type','post_type'),(17241,8654,'_menu_item_menu_item_parent','8816'),(17242,8654,'_menu_item_object_id','8649'),(17243,8654,'_menu_item_object','page'),(17244,8654,'_menu_item_target',''),(17245,8654,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17246,8654,'_menu_item_xfn',''),(17247,8654,'_menu_item_url',''),(17249,8654,'mega-menu','a:0:{}'),(17250,8655,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17251,8655,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17252,8655,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17253,8655,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17254,8655,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17255,8655,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17256,8655,'_wp_page_template','default'),(17257,8655,'slide_template','default'),(17258,8655,'_wpb_vc_js_status','true'),(17259,8655,'fw:opt:ext:pb:page-builder:json','[]'),(17260,8655,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17262,8655,'_dp_original','8636'),(17263,8655,'_edit_lock','1572380416:1'),(17264,8655,'_edit_last','1'),(17265,8656,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17266,8656,'fw:opt:ext:pb:page-builder:json','[]'),(17267,8656,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17268,8657,'fw:opt:ext:pb:page-builder:json','[]'),(17269,8657,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17270,8657,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17271,8658,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17272,8658,'fw:opt:ext:pb:page-builder:json','[]'),(17273,8658,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17274,8659,'_wp_attached_file','2019/10/kinshasa0.jpg'),(17275,8659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:357;s:4:\"file\";s:21:\"2019/10/kinshasa0.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"kinshasa0-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:21:\"kinshasa0-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"kinshasa0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"kinshasa0-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"kinshasa0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"kinshasa0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"kinshasa0-600x308.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"kinshasa0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"kinshasa0-660x357.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:21:\"kinshasa0-420x357.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:21:\"kinshasa0-660x357.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17276,8660,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17277,8660,'fw:opt:ext:pb:page-builder:json','[]'),(17278,8660,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17279,8661,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(17280,8661,'fw:opt:ext:pb:page-builder:json','[]'),(17281,8661,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17282,8662,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17283,8662,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17284,8662,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17285,8662,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17286,8662,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17287,8662,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17288,8662,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17289,8662,'_wp_page_template','default'),(17290,8662,'slide_template','default'),(17291,8662,'_wpb_vc_js_status','true'),(17292,8662,'fw:opt:ext:pb:page-builder:json','[]'),(17293,8662,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17295,8662,'_dp_original','8655'),(17296,8662,'_edit_lock','1572380332:1'),(17297,8662,'_edit_last','1'),(17298,8663,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17299,8663,'fw:opt:ext:pb:page-builder:json','[]'),(17300,8663,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17301,8664,'fw:opt:ext:pb:page-builder:json','[]'),(17302,8664,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17303,8664,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17304,8665,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17305,8665,'fw:opt:ext:pb:page-builder:json','[]'),(17306,8665,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17307,8666,'_wp_attached_file','2019/10/kampala.jpg'),(17308,8666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:19:\"2019/10/kampala.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"kampala-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:\"kampala-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"kampala-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"kampala-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"kampala-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"kampala-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:19:\"kampala-420x333.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17309,8667,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17310,8667,'fw:opt:ext:pb:page-builder:json','[]'),(17311,8667,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17312,8668,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17313,8668,'fw:opt:ext:pb:page-builder:json','[]'),(17314,8668,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17315,8669,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17316,8669,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17317,8669,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17318,8669,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17319,8669,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17320,8669,'_wp_page_template','default'),(17321,8669,'slide_template','default'),(17322,8669,'_wpb_vc_js_status','true'),(17323,8669,'fw:opt:ext:pb:page-builder:json','[]'),(17324,8669,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17326,8669,'_dp_original','8557'),(17327,8669,'_edit_lock','1572380288:1'),(17328,8669,'_edit_last','1'),(17329,8670,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17330,8670,'fw:opt:ext:pb:page-builder:json','[]'),(17331,8670,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17332,8671,'fw:opt:ext:pb:page-builder:json','[]'),(17333,8671,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17334,8671,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17335,8672,'_wp_attached_file','2019/10/juba.jpg'),(17336,8672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:662;s:4:\"file\";s:16:\"2019/10/juba.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"juba-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:16:\"juba-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"juba-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"juba-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"juba-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"juba-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"juba-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"juba-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"juba-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"juba-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:16:\"juba-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:16:\"juba-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17337,8673,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17338,8673,'fw:opt:ext:pb:page-builder:json','[]'),(17339,8673,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17340,8674,'_menu_item_type','post_type'),(17341,8674,'_menu_item_menu_item_parent','8814'),(17342,8674,'_menu_item_object_id','8669'),(17343,8674,'_menu_item_object','page'),(17344,8674,'_menu_item_target',''),(17345,8674,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17346,8674,'_menu_item_xfn',''),(17347,8674,'_menu_item_url',''),(17349,8674,'mega-menu','a:0:{}'),(17350,8675,'_menu_item_type','post_type'),(17351,8675,'_menu_item_menu_item_parent','8814'),(17352,8675,'_menu_item_object_id','8662'),(17353,8675,'_menu_item_object','page'),(17354,8675,'_menu_item_target',''),(17355,8675,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17356,8675,'_menu_item_xfn',''),(17357,8675,'_menu_item_url',''),(17359,8675,'mega-menu','a:0:{}'),(17360,8676,'_menu_item_type','post_type'),(17361,8676,'_menu_item_menu_item_parent','8814'),(17362,8676,'_menu_item_object_id','8655'),(17363,8676,'_menu_item_object','page'),(17364,8676,'_menu_item_target',''),(17365,8676,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17366,8676,'_menu_item_xfn',''),(17367,8676,'_menu_item_url',''),(17369,8676,'mega-menu','a:0:{}'),(17370,8677,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17371,8677,'fw:opt:ext:pb:page-builder:json','[]'),(17372,8677,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17373,8678,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17374,8678,'fw:opt:ext:pb:page-builder:json','[]'),(17375,8678,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17376,8679,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17377,8679,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17378,8679,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17379,8679,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17380,8679,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17381,8679,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17382,8679,'_wp_page_template','default'),(17383,8679,'slide_template','default'),(17384,8679,'_wpb_vc_js_status','true'),(17385,8679,'fw:opt:ext:pb:page-builder:json','[]'),(17386,8679,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17388,8679,'_dp_original','8669'),(17389,8679,'_edit_lock','1572380232:1'),(17390,8679,'_edit_last','1'),(17391,8680,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17392,8680,'fw:opt:ext:pb:page-builder:json','[]'),(17393,8680,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17394,8681,'_wp_attached_file','2019/10/hong0.jpg'),(17395,8681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:625;s:4:\"file\";s:17:\"2019/10/hong0.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hong0-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:17:\"hong0-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"hong0-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"hong0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"hong0-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"hong0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"hong0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"hong0-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"hong0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"hong0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:17:\"hong0-420x625.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:17:\"hong0-660x625.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17396,8682,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17397,8682,'fw:opt:ext:pb:page-builder:json','[]'),(17398,8682,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17402,8684,'_menu_item_type','post_type'),(17403,8684,'_menu_item_menu_item_parent','8815'),(17404,8684,'_menu_item_object_id','8679'),(17405,8684,'_menu_item_object','page'),(17406,8684,'_menu_item_target',''),(17407,8684,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17408,8684,'_menu_item_xfn',''),(17409,8684,'_menu_item_url',''),(17411,8684,'mega-menu','a:0:{}'),(17412,8685,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17413,8685,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17414,8685,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17415,8685,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17416,8685,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17417,8685,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17418,8685,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17419,8685,'_wp_page_template','default'),(17420,8685,'slide_template','default'),(17421,8685,'_wpb_vc_js_status','true'),(17422,8685,'fw:opt:ext:pb:page-builder:json','[]'),(17423,8685,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17425,8685,'_dp_original','8679'),(17426,8685,'_edit_lock','1572380159:1'),(17427,8685,'_edit_last','1'),(17428,8686,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17429,8686,'fw:opt:ext:pb:page-builder:json','[]'),(17430,8686,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17431,8687,'fw:opt:ext:pb:page-builder:json','[]'),(17432,8687,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17433,8687,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17434,8688,'_wp_attached_file','2019/10/havana0.jpg'),(17435,8688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:354;s:4:\"file\";s:19:\"2019/10/havana0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"havana0-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:\"havana0-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"havana0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"havana0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"havana0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"havana0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:19:\"havana0-420x354.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17436,8689,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17437,8689,'fw:opt:ext:pb:page-builder:json','[]'),(17438,8689,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17440,8690,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17441,8690,'_wp_page_template','default'),(17442,8690,'slide_template','default'),(17443,8690,'_wpb_vc_js_status','true'),(17444,8690,'fw:opt:ext:pb:page-builder:json','[]'),(17445,8690,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17446,8690,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17448,8690,'_dp_original','7918'),(17449,8690,'_edit_lock','1572379619:1'),(17450,8690,'_edit_last','1'),(17451,8691,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17452,8691,'fw:opt:ext:pb:page-builder:json','[]'),(17453,8691,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17454,8692,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17455,8692,'fw:opt:ext:pb:page-builder:json','[]'),(17456,8692,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17457,8693,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17458,8693,'fw:opt:ext:pb:page-builder:json','[]'),(17459,8693,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17460,8694,'_wp_attached_file','2019/10/frankfurt0.jpg'),(17461,8694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:22:\"2019/10/frankfurt0.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"frankfurt0-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:22:\"frankfurt0-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"frankfurt0-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"frankfurt0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"frankfurt0-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"frankfurt0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"frankfurt0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"frankfurt0-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"frankfurt0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"frankfurt0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:22:\"frankfurt0-420x563.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:22:\"frankfurt0-660x563.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17462,8695,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17463,8695,'fw:opt:ext:pb:page-builder:json','[]'),(17464,8695,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17465,8696,'fw:opt:ext:pb:page-builder:json','[]'),(17466,8696,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17467,8696,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17468,8697,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17469,8697,'fw:opt:ext:pb:page-builder:json','[]'),(17470,8697,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17471,8698,'_menu_item_type','post_type'),(17472,8698,'_menu_item_menu_item_parent','8806'),(17473,8698,'_menu_item_object_id','8690'),(17474,8698,'_menu_item_object','page'),(17475,8698,'_menu_item_target',''),(17476,8698,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17477,8698,'_menu_item_xfn',''),(17478,8698,'_menu_item_url',''),(17480,8698,'mega-menu','a:0:{}'),(17481,8699,'_menu_item_type','post_type'),(17482,8699,'_menu_item_menu_item_parent','8816'),(17483,8699,'_menu_item_object_id','8685'),(17484,8699,'_menu_item_object','page'),(17485,8699,'_menu_item_target',''),(17486,8699,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17487,8699,'_menu_item_xfn',''),(17488,8699,'_menu_item_url',''),(17490,8699,'mega-menu','a:0:{}'),(17491,8700,'fw:opt:ext:pb:page-builder:json','[]'),(17492,8700,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17493,8701,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(17494,8701,'fw:opt:ext:pb:page-builder:json','[]'),(17495,8701,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17497,8702,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17501,8702,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17502,8702,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17503,8702,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17504,8702,'_wp_page_template','default'),(17505,8702,'slide_template','default'),(17506,8702,'_wpb_vc_js_status','true'),(17507,8702,'fw:opt:ext:pb:page-builder:json','[]'),(17508,8702,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17510,8702,'_dp_original','8593'),(17511,8702,'_edit_lock','1572379594:1'),(17512,8702,'_edit_last','1'),(17513,8703,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17514,8703,'fw:opt:ext:pb:page-builder:json','[]'),(17515,8703,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17516,8704,'_wp_attached_file','2019/10/delhi0.jpg'),(17517,8704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:393;s:4:\"file\";s:18:\"2019/10/delhi0.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"delhi0-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:18:\"delhi0-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"delhi0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"delhi0-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"delhi0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"delhi0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"delhi0-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"delhi0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"delhi0-660x393.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:18:\"delhi0-420x393.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:18:\"delhi0-660x393.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17518,8705,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17519,8705,'fw:opt:ext:pb:page-builder:json','[]'),(17520,8705,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17521,8706,'fw:opt:ext:pb:page-builder:json','[]'),(17522,8706,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17523,8706,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17524,8707,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17525,8707,'fw:opt:ext:pb:page-builder:json','[]'),(17526,8707,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17527,8708,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17528,8708,'fw:opt:ext:pb:page-builder:json','[]'),(17529,8708,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17530,8709,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17531,8709,'fw:opt:ext:pb:page-builder:json','[]'),(17532,8709,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17533,8710,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17534,8710,'fw:opt:ext:pb:page-builder:json','[]'),(17535,8710,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17536,8711,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17537,8711,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17538,8711,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17539,8711,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17540,8711,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17541,8711,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17542,8711,'_wp_page_template','default'),(17543,8711,'slide_template','default'),(17544,8711,'_wpb_vc_js_status','true'),(17545,8711,'fw:opt:ext:pb:page-builder:json','[]'),(17546,8711,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17548,8711,'_dp_original','8643'),(17549,8711,'_edit_lock','1572379518:1'),(17550,8711,'_edit_last','1'),(17551,8712,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17552,8712,'fw:opt:ext:pb:page-builder:json','[]'),(17553,8712,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17554,8713,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17555,8713,'fw:opt:ext:pb:page-builder:json','[]'),(17556,8713,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17557,8714,'fw:opt:ext:pb:page-builder:json','[]'),(17558,8714,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17559,8714,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17560,8715,'_wp_attached_file','2019/10/dar0.jpg'),(17561,8715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:424;s:4:\"file\";s:16:\"2019/10/dar0.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"dar0-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:16:\"dar0-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"dar0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"dar0-600x349.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"dar0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"dar0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"dar0-600x349.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"dar0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"dar0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:16:\"dar0-420x424.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:16:\"dar0-660x424.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17562,8716,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17563,8716,'fw:opt:ext:pb:page-builder:json','[]'),(17564,8716,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17566,8717,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17570,8717,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17571,8717,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17572,8717,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17573,8717,'_wp_page_template','default'),(17574,8717,'slide_template','default'),(17575,8717,'_wpb_vc_js_status','true'),(17576,8717,'fw:opt:ext:pb:page-builder:json','[]'),(17577,8717,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17579,8717,'_dp_original','8593'),(17580,8717,'_edit_lock','1572989772:1'),(17581,8717,'_edit_last','1'),(17582,8718,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17583,8718,'fw:opt:ext:pb:page-builder:json','[]'),(17584,8718,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17585,8719,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17586,8719,'fw:opt:ext:pb:page-builder:json','[]'),(17587,8719,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17591,8721,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17592,8721,'fw:opt:ext:pb:page-builder:json','[]'),(17593,8721,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17594,8722,'_wp_attached_file','2019/10/caracas.jpg'),(17595,8722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:375;s:4:\"file\";s:19:\"2019/10/caracas.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"caracas-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:\"caracas-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"caracas-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"caracas-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"caracas-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"caracas-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:19:\"caracas-420x375.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:375;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:\"1157701835\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17596,8723,'_wp_attached_file','2019/10/juan.png'),(17597,8723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:261;s:4:\"file\";s:16:\"2019/10/juan.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"juan-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"juan-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"juan-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"juan-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"juan-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"juan-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:16:\"juan-420x261.png\";s:5:\"width\";i:420;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17598,8724,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17599,8724,'fw:opt:ext:pb:page-builder:json','[]'),(17600,8724,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17601,8725,'_menu_item_type','post_type'),(17602,8725,'_menu_item_menu_item_parent','8816'),(17603,8725,'_menu_item_object_id','8717'),(17604,8725,'_menu_item_object','page'),(17605,8725,'_menu_item_target',''),(17606,8725,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17607,8725,'_menu_item_xfn',''),(17608,8725,'_menu_item_url',''),(17610,8725,'mega-menu','a:0:{}'),(17611,8726,'_menu_item_type','post_type'),(17612,8726,'_menu_item_menu_item_parent','8814'),(17613,8726,'_menu_item_object_id','8711'),(17614,8726,'_menu_item_object','page'),(17615,8726,'_menu_item_target',''),(17616,8726,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17617,8726,'_menu_item_xfn',''),(17618,8726,'_menu_item_url',''),(17620,8726,'mega-menu','a:0:{}'),(17621,8727,'_menu_item_type','post_type'),(17622,8727,'_menu_item_menu_item_parent','8815'),(17623,8727,'_menu_item_object_id','8702'),(17624,8727,'_menu_item_object','page'),(17625,8727,'_menu_item_target',''),(17626,8727,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17627,8727,'_menu_item_xfn',''),(17628,8727,'_menu_item_url',''),(17630,8727,'mega-menu','a:0:{}'),(17631,8728,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(17632,8728,'fw:opt:ext:pb:page-builder:json','[]'),(17633,8728,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17634,8729,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17635,8729,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17636,8729,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17637,8729,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17638,8729,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17639,8729,'_wp_page_template','default'),(17640,8729,'slide_template','default'),(17641,8729,'_wpb_vc_js_status','true'),(17642,8729,'fw:opt:ext:pb:page-builder:json','[]'),(17643,8729,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17645,8729,'_dp_original','8717'),(17646,8729,'_edit_lock','1572379415:1'),(17647,8729,'_edit_last','1'),(17648,8730,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17649,8730,'fw:opt:ext:pb:page-builder:json','[]'),(17650,8730,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17651,8731,'_wp_attached_file','2019/10/capetown0.jpg'),(17652,8731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:625;s:6:\"height\";i:440;s:4:\"file\";s:21:\"2019/10/capetown0.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"capetown0-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:21:\"capetown0-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"capetown0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"capetown0-600x422.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"capetown0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"capetown0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"capetown0-600x422.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"capetown0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"capetown0-625x420.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:21:\"capetown0-420x440.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17653,8732,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17654,8732,'fw:opt:ext:pb:page-builder:json','[]'),(17655,8732,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17660,8734,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17663,8734,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17664,8734,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17665,8734,'_wp_page_template','default'),(17666,8734,'slide_template','default'),(17667,8734,'_wpb_vc_js_status','true'),(17668,8734,'fw:opt:ext:pb:page-builder:json','[]'),(17669,8734,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17671,8734,'_dp_original','8539'),(17672,8734,'_edit_lock','1573654122:1'),(17673,8734,'_edit_last','1'),(17674,8735,'_wp_attached_file','2019/10/budapest0.jpg'),(17675,8735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2019/10/budapest0.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"budapest0-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:21:\"budapest0-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"budapest0-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"budapest0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"budapest0-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"budapest0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"budapest0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"budapest0-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"budapest0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"budapest0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:21:\"budapest0-420x500.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:21:\"budapest0-660x500.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:12:\"Zsolt Hlinka\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17676,8736,'_wp_attached_file','2019/10/budapestfsnlive0.jpg'),(17677,8736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:462;s:4:\"file\";s:28:\"2019/10/budapestfsnlive0.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-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:28:\"budapestfsnlive0-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"budapestfsnlive0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-420x462.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"budapestfsnlive0-660x462.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17678,8737,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17679,8737,'fw:opt:ext:pb:page-builder:json','[]'),(17680,8737,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17681,8738,'_menu_item_type','post_type'),(17682,8738,'_menu_item_menu_item_parent','8806'),(17683,8738,'_menu_item_object_id','8734'),(17684,8738,'_menu_item_object','page'),(17685,8738,'_menu_item_target',''),(17686,8738,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17687,8738,'_menu_item_xfn',''),(17688,8738,'_menu_item_url',''),(17690,8738,'mega-menu','a:0:{}'),(17691,8739,'_menu_item_type','post_type'),(17692,8739,'_menu_item_menu_item_parent','8814'),(17693,8739,'_menu_item_object_id','8729'),(17694,8739,'_menu_item_object','page'),(17695,8739,'_menu_item_target',''),(17696,8739,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17697,8739,'_menu_item_xfn',''),(17698,8739,'_menu_item_url',''),(17700,8739,'mega-menu','a:0:{}'),(17701,8740,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17702,8740,'fw:opt:ext:pb:page-builder:json','[]'),(17703,8740,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17704,8741,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17705,8741,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17706,8741,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17707,8741,'_wp_page_template','default'),(17708,8741,'slide_template','default'),(17709,8741,'_wpb_vc_js_status','true'),(17710,8741,'fw:opt:ext:pb:page-builder:json','[]'),(17711,8741,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17713,8741,'_dp_original','8539'),(17714,8741,'_edit_lock','1572379323:1'),(17715,8741,'_edit_last','1'),(17716,8742,'_wp_attached_file','2019/10/eu0.jpg'),(17717,8742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:480;s:4:\"file\";s:15:\"2019/10/eu0.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"eu0-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:15:\"eu0-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"eu0-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"eu0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"eu0-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"eu0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"eu0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"eu0-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"eu0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"eu0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:15:\"eu0-420x480.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:15:\"eu0-660x480.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17718,8743,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17719,8743,'fw:opt:ext:pb:page-builder:json','[]'),(17720,8743,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17721,8744,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17722,8744,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17723,8744,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17724,8744,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17725,8744,'_wp_page_template','default'),(17726,8744,'slide_template','default'),(17727,8744,'_wpb_vc_js_status','true'),(17728,8744,'fw:opt:ext:pb:page-builder:json','[]'),(17729,8744,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17731,8744,'_dp_original','8734'),(17732,8744,'_edit_lock','1575390537:1'),(17733,8744,'_edit_last','1'),(17734,8745,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17735,8745,'fw:opt:ext:pb:page-builder:json','[]'),(17736,8745,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17737,8746,'fw:opt:ext:pb:page-builder:json','[]'),(17738,8746,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17739,8746,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17740,8747,'_wp_attached_file','2019/10/berlin.jpg'),(17741,8747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:273;s:4:\"file\";s:18:\"2019/10/berlin.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"berlin-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:18:\"berlin-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"berlin-300x273.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"berlin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"berlin-300x273.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"berlin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:18:\"berlin-420x273.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17742,8748,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17743,8748,'fw:opt:ext:pb:page-builder:json','[]'),(17744,8748,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17745,8749,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17746,8749,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17747,8749,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17748,8749,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17749,8749,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17750,8749,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17751,8749,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17752,8749,'_wp_page_template','default'),(17753,8749,'slide_template','default'),(17754,8749,'_wpb_vc_js_status','true'),(17755,8749,'fw:opt:ext:pb:page-builder:json','[]'),(17756,8749,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17758,8749,'_dp_original','8679'),(17759,8749,'_edit_lock','1572379227:1'),(17760,8749,'_edit_last','1'),(17761,8750,'_wp_attached_file','2019/10/ww-beijing0.jpg'),(17762,8750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:405;s:4:\"file\";s:23:\"2019/10/ww-beijing0.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ww-beijing0-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:23:\"ww-beijing0-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"ww-beijing0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"ww-beijing0-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"ww-beijing0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"ww-beijing0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"ww-beijing0-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"ww-beijing0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ww-beijing0-660x405.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:23:\"ww-beijing0-420x405.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:23:\"ww-beijing0-660x405.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17763,8751,'_wp_attached_file','2019/10/ww-paddy0.png'),(17764,8751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:550;s:4:\"file\";s:21:\"2019/10/ww-paddy0.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-768x422.png\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"ww-paddy0-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-600x330.png\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-600x330.png\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-420x550.png\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:21:\"ww-paddy0-660x550.png\";s:5:\"width\";i:660;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17765,8752,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17766,8752,'fw:opt:ext:pb:page-builder:json','[]'),(17767,8752,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17771,8754,'_menu_item_type','post_type'),(17772,8754,'_menu_item_menu_item_parent','8815'),(17773,8754,'_menu_item_object_id','8749'),(17774,8754,'_menu_item_object','page'),(17775,8754,'_menu_item_target',''),(17776,8754,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17777,8754,'_menu_item_xfn',''),(17778,8754,'_menu_item_url',''),(17780,8754,'mega-menu','a:0:{}'),(17781,8755,'_menu_item_type','post_type'),(17782,8755,'_menu_item_menu_item_parent','8806'),(17783,8755,'_menu_item_object_id','8744'),(17784,8755,'_menu_item_object','page'),(17785,8755,'_menu_item_target',''),(17786,8755,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17787,8755,'_menu_item_xfn',''),(17788,8755,'_menu_item_url',''),(17790,8755,'mega-menu','a:0:{}'),(17791,8756,'_menu_item_type','post_type'),(17792,8756,'_menu_item_menu_item_parent','8806'),(17793,8756,'_menu_item_object_id','8741'),(17794,8756,'_menu_item_object','page'),(17795,8756,'_menu_item_target',''),(17796,8756,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17797,8756,'_menu_item_xfn',''),(17798,8756,'_menu_item_url',''),(17800,8756,'mega-menu','a:0:{}'),(17801,8757,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(17802,8757,'fw:opt:ext:pb:page-builder:json','[]'),(17803,8757,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17804,8758,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17805,8758,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17806,8758,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17807,8758,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17808,8758,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17809,8758,'_wp_page_template','default'),(17810,8758,'slide_template','default'),(17811,8758,'_wpb_vc_js_status','true'),(17812,8758,'fw:opt:ext:pb:page-builder:json','[]'),(17813,8758,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17815,8758,'_dp_original','8744'),(17816,8758,'_edit_lock','1572379174:1'),(17817,8758,'_edit_last','1'),(17818,8759,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17819,8759,'fw:opt:ext:pb:page-builder:json','[]'),(17820,8759,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17824,8761,'_wp_attached_file','2019/10/bangkok0.jpg'),(17825,8761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2019/10/bangkok0.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bangkok0-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:20:\"bangkok0-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bangkok0-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"bangkok0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"bangkok0-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"bangkok0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"bangkok0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"bangkok0-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"bangkok0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"bangkok0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:20:\"bangkok0-420x450.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:20:\"bangkok0-660x450.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17826,8762,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17827,8762,'fw:opt:ext:pb:page-builder:json','[]'),(17828,8762,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17829,8763,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17830,8763,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17831,8763,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17832,8763,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17833,8763,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17834,8763,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17835,8763,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17836,8763,'_wp_page_template','default'),(17837,8763,'slide_template','default'),(17838,8763,'_wpb_vc_js_status','true'),(17839,8763,'fw:opt:ext:pb:page-builder:json','[]'),(17840,8763,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17842,8763,'_dp_original','8679'),(17843,8763,'_edit_lock','1572379076:1'),(17844,8763,'_edit_last','1'),(17845,8764,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17846,8764,'fw:opt:ext:pb:page-builder:json','[]'),(17847,8764,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17848,8765,'_wp_attached_file','2019/10/addis.jpg'),(17849,8765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:17:\"2019/10/addis.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"addis-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:17:\"addis-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"addis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"addis-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"addis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"addis-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:17:\"addis-420x333.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17850,8766,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17851,8766,'fw:opt:ext:pb:page-builder:json','[]'),(17852,8766,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17853,8767,'fw:opt:ext:pb:page-builder:json','[]'),(17854,8767,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17855,8767,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17856,8768,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17857,8768,'fw:opt:ext:pb:page-builder:json','[]'),(17858,8768,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17859,8769,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17860,8769,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17861,8769,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17862,8769,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17863,8769,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17864,8769,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17865,8769,'_wp_page_template','default'),(17866,8769,'slide_template','default'),(17867,8769,'_wpb_vc_js_status','true'),(17868,8769,'fw:opt:ext:pb:page-builder:json','[]'),(17869,8769,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17871,8769,'_dp_original','8758'),(17872,8769,'_edit_lock','1572379051:1'),(17873,8769,'_edit_last','1'),(17874,8770,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17875,8770,'fw:opt:ext:pb:page-builder:json','[]'),(17876,8770,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17879,8772,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17880,8772,'fw:opt:ext:pb:page-builder:json','[]'),(17881,8772,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17883,8773,'_wp_attached_file','2019/10/ww-accraJPG0.jpg'),(17884,8773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:390;s:4:\"file\";s:24:\"2019/10/ww-accraJPG0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ww-accraJPG0-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:24:\"ww-accraJPG0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"ww-accraJPG0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"ww-accraJPG0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"ww-accraJPG0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"ww-accraJPG0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:24:\"ww-accraJPG0-420x390.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17885,8774,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17886,8774,'fw:opt:ext:pb:page-builder:json','[]'),(17887,8774,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17888,8775,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17889,8775,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17890,8775,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17891,8775,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17892,8775,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17893,8775,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17894,8775,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17895,8775,'_wp_page_template','default'),(17896,8775,'slide_template','default'),(17897,8775,'_wpb_vc_js_status','true'),(17898,8775,'fw:opt:ext:pb:page-builder:json','[]'),(17899,8775,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17901,8775,'_dp_original','8769'),(17902,8775,'_edit_lock','1572642362:1'),(17903,8775,'_edit_last','1'),(17904,8776,'_wp_attached_file','2019/10/abuja0.jpg'),(17905,8776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:387;s:4:\"file\";s:18:\"2019/10/abuja0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"abuja0-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:18:\"abuja0-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"abuja0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"abuja0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"abuja0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"abuja0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:18:\"abuja0-420x387.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17906,8777,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17907,8777,'fw:opt:ext:pb:page-builder:json','[]'),(17908,8777,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17912,8779,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17913,8779,'fw:opt:ext:pb:page-builder:json','[]'),(17914,8779,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17915,8780,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17916,8780,'fw:opt:ext:pb:page-builder:json','[]'),(17917,8780,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17918,8781,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17919,8781,'fw:opt:ext:pb:page-builder:json','[]'),(17920,8781,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17921,8782,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17922,8782,'fw:opt:ext:pb:page-builder:json','[]'),(17923,8782,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17924,8783,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17925,8783,'fw:opt:ext:pb:page-builder:json','[]'),(17926,8783,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17927,8784,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17928,8784,'fw:opt:ext:pb:page-builder:json','[]'),(17929,8784,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17930,8785,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17931,8785,'fw:opt:ext:pb:page-builder:json','[]'),(17932,8785,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17933,8786,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17934,8786,'fw:opt:ext:pb:page-builder:json','[]'),(17935,8786,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17936,8787,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17937,8787,'fw:opt:ext:pb:page-builder:json','[]'),(17938,8787,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17939,8788,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17940,8788,'fw:opt:ext:pb:page-builder:json','[]'),(17941,8788,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17942,8789,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17943,8789,'fw:opt:ext:pb:page-builder:json','[]'),(17944,8789,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17945,8790,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17946,8790,'fw:opt:ext:pb:page-builder:json','[]'),(17947,8790,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17948,8791,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17949,8791,'fw:opt:ext:pb:page-builder:json','[]'),(17950,8791,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17951,8792,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17952,8792,'fw:opt:ext:pb:page-builder:json','[]'),(17953,8792,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17954,8793,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17955,8793,'fw:opt:ext:pb:page-builder:json','[]'),(17956,8793,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17957,8794,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17958,8794,'fw:opt:ext:pb:page-builder:json','[]'),(17959,8794,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17960,8795,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17961,8795,'fw:opt:ext:pb:page-builder:json','[]'),(17962,8795,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17963,8796,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17964,8796,'fw:opt:ext:pb:page-builder:json','[]'),(17965,8796,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17966,8797,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17967,8797,'fw:opt:ext:pb:page-builder:json','[]'),(17968,8797,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17969,8798,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17970,8798,'fw:opt:ext:pb:page-builder:json','[]'),(17971,8798,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17972,8799,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17973,8799,'fw:opt:ext:pb:page-builder:json','[]'),(17974,8799,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17975,8800,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17976,8800,'fw:opt:ext:pb:page-builder:json','[]'),(17977,8800,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17978,8801,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17979,8801,'fw:opt:ext:pb:page-builder:json','[]'),(17980,8801,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17981,8802,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17982,8802,'fw:opt:ext:pb:page-builder:json','[]'),(17983,8802,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17984,8803,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17985,8803,'fw:opt:ext:pb:page-builder:json','[]'),(17986,8803,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17987,8804,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(17988,8804,'fw:opt:ext:pb:page-builder:json','[]'),(17989,8804,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17990,8805,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(17991,8805,'fw:opt:ext:pb:page-builder:json','[]'),(17992,8805,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(17993,8806,'_menu_item_type','custom'),(17994,8806,'_menu_item_menu_item_parent','741'),(17995,8806,'_menu_item_object_id','8806'),(17996,8806,'_menu_item_object','custom'),(17997,8806,'_menu_item_target',''),(17998,8806,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17999,8806,'_menu_item_xfn',''),(18000,8806,'_menu_item_url','https://www.featurestorynews.com/full-bureau-listing/'),(18002,8806,'mega-menu','a:0:{}'); INSERT INTO `wp_postmeta` VALUES (18033,8810,'_menu_item_type','post_type'),(18034,8810,'_menu_item_menu_item_parent','8814'),(18035,8810,'_menu_item_object_id','8775'),(18036,8810,'_menu_item_object','page'),(18037,8810,'_menu_item_target',''),(18038,8810,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18039,8810,'_menu_item_xfn',''),(18040,8810,'_menu_item_url',''),(18042,8810,'mega-menu','a:0:{}'),(18043,8811,'_menu_item_type','post_type'),(18044,8811,'_menu_item_menu_item_parent','8814'),(18045,8811,'_menu_item_object_id','8769'),(18046,8811,'_menu_item_object','page'),(18047,8811,'_menu_item_target',''),(18048,8811,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18049,8811,'_menu_item_xfn',''),(18050,8811,'_menu_item_url',''),(18052,8811,'mega-menu','a:0:{}'),(18053,8812,'_menu_item_type','post_type'),(18054,8812,'_menu_item_menu_item_parent','8814'),(18055,8812,'_menu_item_object_id','8763'),(18056,8812,'_menu_item_object','page'),(18057,8812,'_menu_item_target',''),(18058,8812,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18059,8812,'_menu_item_xfn',''),(18060,8812,'_menu_item_url',''),(18062,8812,'mega-menu','a:0:{}'),(18063,8813,'_menu_item_type','post_type'),(18064,8813,'_menu_item_menu_item_parent','8815'),(18065,8813,'_menu_item_object_id','8758'),(18066,8813,'_menu_item_object','page'),(18067,8813,'_menu_item_target',''),(18068,8813,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18069,8813,'_menu_item_xfn',''),(18070,8813,'_menu_item_url',''),(18072,8813,'mega-menu','a:0:{}'),(18073,8814,'_menu_item_type','custom'),(18074,8814,'_menu_item_menu_item_parent','741'),(18075,8814,'_menu_item_object_id','8814'),(18076,8814,'_menu_item_object','custom'),(18077,8814,'_menu_item_target',''),(18078,8814,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18079,8814,'_menu_item_xfn',''),(18080,8814,'_menu_item_url','https://www.featurestorynews.com/full-bureau-listing/'),(18082,8814,'mega-menu','a:0:{}'),(18083,8815,'_menu_item_type','custom'),(18084,8815,'_menu_item_menu_item_parent','741'),(18085,8815,'_menu_item_object_id','8815'),(18086,8815,'_menu_item_object','custom'),(18087,8815,'_menu_item_target',''),(18088,8815,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18089,8815,'_menu_item_xfn',''),(18090,8815,'_menu_item_url','https://www.featurestorynews.com/full-bureau-listing/'),(18092,8815,'mega-menu','a:0:{}'),(18093,8816,'_menu_item_type','custom'),(18094,8816,'_menu_item_menu_item_parent','741'),(18095,8816,'_menu_item_object_id','8816'),(18096,8816,'_menu_item_object','custom'),(18097,8816,'_menu_item_target',''),(18098,8816,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18099,8816,'_menu_item_xfn',''),(18100,8816,'_menu_item_url','https://www.featurestorynews.com/full-bureau-listing/'),(18102,8816,'mega-menu','a:0:{}'),(18103,8817,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(18104,8817,'fw:opt:ext:pb:page-builder:json','[]'),(18105,8817,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:9:\"titlebar1\";s:0:\"\";}'),(18106,8818,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(18107,8818,'fw:opt:ext:pb:page-builder:json','[]'),(18108,8818,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18109,8819,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(18110,8819,'fw:opt:ext:pb:page-builder:json','[]'),(18111,8819,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18112,8820,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(18113,8820,'fw:opt:ext:pb:page-builder:json','[]'),(18114,8820,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18115,495,'_oembed_c8bbd1d4ef9ed32e7ee691ee3858bdb3','<iframe title=\"FSN Live Animation\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/UnnWG0IJBF4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(18116,495,'_oembed_time_c8bbd1d4ef9ed32e7ee691ee3858bdb3','1572341297'),(18119,8822,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(18120,8822,'fw:opt:ext:pb:page-builder:json','[]'),(18121,8822,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18122,8823,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(18123,8823,'fw:opt:ext:pb:page-builder:json','[]'),(18124,8823,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18125,8824,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(18126,8824,'fw:opt:ext:pb:page-builder:json','[]'),(18127,8824,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18128,8825,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(18129,8825,'fw:opt:ext:pb:page-builder:json','[]'),(18130,8825,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18131,8826,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18132,8826,'fw:opt:ext:pb:page-builder:json','[]'),(18133,8826,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18134,8827,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18135,8827,'fw:opt:ext:pb:page-builder:json','[]'),(18136,8827,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18137,8828,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18138,8828,'fw:opt:ext:pb:page-builder:json','[]'),(18139,8828,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18140,8829,'_wpb_shortcodes_custom_css','.vc_custom_1570197288272{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18141,8829,'fw:opt:ext:pb:page-builder:json','[]'),(18142,8829,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18143,8830,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18144,8830,'fw:opt:ext:pb:page-builder:json','[]'),(18145,8830,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18146,8831,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18147,8831,'fw:opt:ext:pb:page-builder:json','[]'),(18148,8831,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18149,8832,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18150,8832,'fw:opt:ext:pb:page-builder:json','[]'),(18151,8832,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18152,8833,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18153,8833,'fw:opt:ext:pb:page-builder:json','[]'),(18154,8833,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18155,8834,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18156,8834,'fw:opt:ext:pb:page-builder:json','[]'),(18157,8834,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18158,8835,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18159,8835,'fw:opt:ext:pb:page-builder:json','[]'),(18160,8835,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18161,8836,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18162,8836,'fw:opt:ext:pb:page-builder:json','[]'),(18163,8836,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18164,8837,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18165,8837,'fw:opt:ext:pb:page-builder:json','[]'),(18166,8837,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18167,8838,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18168,8838,'fw:opt:ext:pb:page-builder:json','[]'),(18169,8838,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18170,8839,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18171,8839,'fw:opt:ext:pb:page-builder:json','[]'),(18172,8839,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18173,8840,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18174,8840,'fw:opt:ext:pb:page-builder:json','[]'),(18175,8840,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18176,8841,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18177,8841,'fw:opt:ext:pb:page-builder:json','[]'),(18178,8841,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18179,8842,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18180,8842,'fw:opt:ext:pb:page-builder:json','[]'),(18181,8842,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18182,8843,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18183,8843,'fw:opt:ext:pb:page-builder:json','[]'),(18184,8843,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18185,8844,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18186,8844,'fw:opt:ext:pb:page-builder:json','[]'),(18187,8844,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18188,8845,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18189,8845,'fw:opt:ext:pb:page-builder:json','[]'),(18190,8845,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18191,8846,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18192,8846,'fw:opt:ext:pb:page-builder:json','[]'),(18193,8846,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18194,8847,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18195,8847,'fw:opt:ext:pb:page-builder:json','[]'),(18196,8847,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18197,8848,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18198,8848,'fw:opt:ext:pb:page-builder:json','[]'),(18199,8848,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18200,8849,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18201,8849,'fw:opt:ext:pb:page-builder:json','[]'),(18202,8849,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18203,8850,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18204,8850,'fw:opt:ext:pb:page-builder:json','[]'),(18205,8850,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18206,8851,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18207,8851,'fw:opt:ext:pb:page-builder:json','[]'),(18208,8851,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18209,8852,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18210,8852,'fw:opt:ext:pb:page-builder:json','[]'),(18211,8852,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18212,8853,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18213,8853,'fw:opt:ext:pb:page-builder:json','[]'),(18214,8853,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18215,8854,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18216,8854,'fw:opt:ext:pb:page-builder:json','[]'),(18217,8854,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18218,8855,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18219,8855,'fw:opt:ext:pb:page-builder:json','[]'),(18220,8855,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18221,8856,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18222,8856,'fw:opt:ext:pb:page-builder:json','[]'),(18223,8856,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18224,8857,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18225,8857,'fw:opt:ext:pb:page-builder:json','[]'),(18226,8857,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18227,8858,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18228,8858,'fw:opt:ext:pb:page-builder:json','[]'),(18229,8858,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18230,8859,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18231,8859,'fw:opt:ext:pb:page-builder:json','[]'),(18232,8859,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18233,8860,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18234,8860,'fw:opt:ext:pb:page-builder:json','[]'),(18235,8860,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18236,8861,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18237,8861,'fw:opt:ext:pb:page-builder:json','[]'),(18238,8861,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18239,8862,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18240,8862,'fw:opt:ext:pb:page-builder:json','[]'),(18241,8862,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18242,8863,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18243,8863,'fw:opt:ext:pb:page-builder:json','[]'),(18244,8863,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18245,8864,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572430375856{padding-right: 40% !important;}'),(18246,8864,'_wp_page_template','default'),(18247,8864,'_wpb_vc_js_status','true'),(18248,8864,'fw:opt:ext:pb:page-builder:json','[]'),(18249,8864,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18250,8864,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572430375856{padding-right: 40% !important;}'),(18251,8864,'_dp_original','8009'),(18252,8864,'_edit_lock','1574779941:1'),(18253,8864,'_edit_last','1'),(18254,8865,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18255,8865,'fw:opt:ext:pb:page-builder:json','[]'),(18256,8865,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:9:\"titlebar1\";s:0:\"\";}'),(18257,8866,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572429960200{padding-right: 30% !important;}'),(18258,8866,'_wp_page_template','default'),(18259,8866,'_wpb_vc_js_status','true'),(18260,8866,'fw:opt:ext:pb:page-builder:json','[]'),(18261,8866,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18262,8866,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572429960200{padding-right: 30% !important;}'),(18263,8866,'_dp_original','8009'),(18264,8866,'_edit_lock','1572429888:1'),(18265,8866,'_edit_last','1'),(18266,8867,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18267,8867,'fw:opt:ext:pb:page-builder:json','[]'),(18268,8867,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:9:\"titlebar1\";s:0:\"\";}'),(18269,8868,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572429417808{padding-right: 30% !important;}'),(18270,8868,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572429417808{padding-right: 30% !important;}'),(18271,8868,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572429417808{padding-right: 30% !important;}'),(18272,8868,'_wp_page_template','default'),(18273,8868,'_wpb_vc_js_status','true'),(18274,8868,'fw:opt:ext:pb:page-builder:json','[]'),(18275,8868,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18277,8868,'_dp_original','8866'),(18278,8868,'_edit_lock','1574779767:1'),(18279,8868,'_edit_last','1'),(18280,8869,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18281,8869,'fw:opt:ext:pb:page-builder:json','[]'),(18282,8869,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18283,8870,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572427174411{padding-right: 50% !important;}'),(18284,8870,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572427174411{padding-right: 50% !important;}'),(18285,8870,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572427174411{padding-right: 50% !important;}'),(18286,8870,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572427174411{padding-right: 50% !important;}'),(18287,8870,'_wp_page_template','default'),(18288,8870,'_wpb_vc_js_status','true'),(18289,8870,'fw:opt:ext:pb:page-builder:json','[]'),(18290,8870,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18292,8870,'_dp_original','8868'),(18293,8870,'_edit_lock','1575454910:1'),(18294,8870,'_edit_last','1'),(18295,8871,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18296,8871,'fw:opt:ext:pb:page-builder:json','[]'),(18297,8871,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18298,8872,'_wp_attached_file','2019/10/CGTN-Europe.jpg'),(18299,8872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/10/CGTN-Europe.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-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:23:\"CGTN-Europe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"CGTN-Europe-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"CGTN-Europe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:23:\"CGTN-Europe-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:24:\"CGTN-Europe-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18300,8873,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18301,8873,'fw:opt:ext:pb:page-builder:json','[]'),(18302,8873,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18303,8874,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18304,8874,'fw:opt:ext:pb:page-builder:json','[]'),(18305,8874,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18309,8876,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18310,8876,'fw:opt:ext:pb:page-builder:json','[]'),(18311,8876,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18312,8877,'fw:opt:ext:pb:page-builder:json','[]'),(18313,8877,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18314,8878,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18315,8878,'fw:opt:ext:pb:page-builder:json','[]'),(18316,8878,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18317,8879,'fw:opt:ext:pb:page-builder:json','[]'),(18318,8879,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18319,8880,'_wp_attached_file','2019/10/TRT.png'),(18320,8880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:156;s:4:\"file\";s:15:\"2019/10/TRT.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"TRT-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"TRT-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"TRT-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"TRT-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"TRT-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"TRT-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18321,8881,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18322,8881,'fw:opt:ext:pb:page-builder:json','[]'),(18323,8881,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18324,8882,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18325,8882,'fw:opt:ext:pb:page-builder:json','[]'),(18326,8882,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18327,8883,'fw:opt:ext:pb:page-builder:json','[]'),(18328,8883,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18329,8883,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572427174411{padding-right: 50% !important;}'),(18330,8884,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18331,8884,'fw:opt:ext:pb:page-builder:json','[]'),(18332,8884,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18333,8885,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18334,8885,'fw:opt:ext:pb:page-builder:json','[]'),(18335,8885,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18336,8879,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572430375856{padding-right: 40% !important;}'),(18337,8886,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18338,8886,'fw:opt:ext:pb:page-builder:json','[]'),(18339,8886,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18340,8887,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18341,8887,'fw:opt:ext:pb:page-builder:json','[]'),(18342,8887,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18343,8888,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18344,8888,'fw:opt:ext:pb:page-builder:json','[]'),(18345,8888,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:9:\"titlebar1\";s:0:\"\";}'),(18346,8889,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18347,8889,'fw:opt:ext:pb:page-builder:json','[]'),(18348,8889,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18349,8890,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18350,8890,'fw:opt:ext:pb:page-builder:json','[]'),(18351,8890,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18532,8934,'_action_manager_schedule','O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1572385444;}'),(18537,8935,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572427174411{padding-right: 50% !important;}'),(18538,8935,'fw:opt:ext:pb:page-builder:json','[]'),(18539,8935,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18540,8936,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18541,8936,'fw:opt:ext:pb:page-builder:json','[]'),(18542,8936,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18543,8937,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572427720938{padding-right: 50% !important;}'),(18544,8937,'fw:opt:ext:pb:page-builder:json','[]'),(18545,8937,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18546,8938,'_wp_attached_file','2019/10/web_photo_new_logo_enca_13717-e1572428113634.jpg'),(18547,8938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:857;s:6:\"height\";i:314;s:4:\"file\";s:56:\"2019/10/web_photo_new_logo_enca_13717-e1572428113634.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-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:56:\"web_photo_new_logo_enca_13717-e1572428113634-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-768x281.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"web_photo_new_logo_enca_13717-1024x730.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-600x220.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-600x220.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-660x314.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-420x314.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:56:\"web_photo_new_logo_enca_13717-e1572428113634-660x314.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:42:\"web_photo_new_logo_enca_13717-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18548,8938,'_edit_lock','1572427971:1'),(18549,8938,'_wp_attachment_backup_sizes','a:15:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:730;s:4:\"file\";s:33:\"web_photo_new_logo_enca_13717.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:42:\"web_photo_new_logo_enca_13717-1024x730.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-600x428.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-600x428.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"jevelin-portrait-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"jevelin-square-orig\";a:4:{s:4:\"file\";s:41:\"web_photo_new_logo_enca_13717-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"jevelin-landscape-large-orig\";a:4:{s:4:\"file\";s:42:\"web_photo_new_logo_enca_13717-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(18550,8939,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572427720938{padding-right: 50% !important;}'),(18551,8939,'fw:opt:ext:pb:page-builder:json','[]'),(18552,8939,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18553,8940,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572429417808{padding-right: 30% !important;}'),(18554,8940,'fw:opt:ext:pb:page-builder:json','[]'),(18555,8940,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18556,8941,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572429417808{padding-right: 30% !important;}'),(18557,8941,'fw:opt:ext:pb:page-builder:json','[]'),(18558,8941,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18559,8877,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572429960200{padding-right: 30% !important;}'),(18560,8942,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572429960200{padding-right: 30% !important;}'),(18561,8942,'fw:opt:ext:pb:page-builder:json','[]'),(18562,8942,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18563,8943,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}'),(18564,8943,'fw:opt:ext:pb:page-builder:json','[]'),(18565,8943,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18566,8944,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572430375856{padding-right: 40% !important;}'),(18567,8944,'fw:opt:ext:pb:page-builder:json','[]'),(18568,8944,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18572,8946,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18573,8946,'fw:opt:ext:pb:page-builder:json','[]'),(18574,8946,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18575,8947,'_wp_attached_file','2019/10/fsn-live-thumbnail.png'),(18576,8947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:524;s:6:\"height\";i:393;s:4:\"file\";s:30:\"2019/10/fsn-live-thumbnail.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fsn-live-thumbnail-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"fsn-live-thumbnail-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"fsn-live-thumbnail-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"fsn-live-thumbnail-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"fsn-live-thumbnail-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"fsn-live-thumbnail-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:30:\"fsn-live-thumbnail-420x393.png\";s:5:\"width\";i:420;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18577,8948,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18578,8948,'fw:opt:ext:pb:page-builder:json','[]'),(18579,8948,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18580,8950,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(18581,8950,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(18582,8950,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(18583,8950,'_wp_page_template','default'),(18584,8950,'slide_template','default'),(18585,8950,'_wpb_vc_js_status','true'),(18586,8950,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18587,8950,'fw:opt:ext:pb:page-builder:json','[]'),(18588,8950,'_oembed_c8bbd1d4ef9ed32e7ee691ee3858bdb3','<iframe title=\"FSN Live Animation\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/UnnWG0IJBF4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(18589,8950,'_oembed_time_c8bbd1d4ef9ed32e7ee691ee3858bdb3','1572341297'),(18590,8950,'_dp_original','495'),(18591,8951,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}'),(18592,8951,'fw:opt:ext:pb:page-builder:json','[]'),(18593,8951,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18594,8950,'_edit_lock','1576010240:1'),(18595,8950,'_edit_last','1'),(18596,8952,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18597,8952,'fw:opt:ext:pb:page-builder:json','[]'),(18598,8952,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18602,8954,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18603,8954,'fw:opt:ext:pb:page-builder:json','[]'),(18604,8954,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18609,8956,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(18610,8956,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:16:\"\"[your-subject]\"\";s:6:\"sender\";s:30:\"<noreply@featurestorynews.com>\";s:9:\"recipient\";s:21:\"info@featurestory.com\";s:4:\"body\";s:171:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on (https://www.featurestorynews.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(18611,8956,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:16:\"\"[your-subject]\"\";s:6:\"sender\";s:26:\"<nic@featurestorynews.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:113:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on (https://www.featurestorynews.com)\";s:18:\"additional_headers\";s:34:\"Reply-To: nic@featurestorynews.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(18612,8956,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(18613,8956,'_additional_settings',''),(18614,8956,'_locale','en_US'),(18615,8957,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1570619965404{padding-top: 20px !important;padding-bottom: 20px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18616,8957,'fw:opt:ext:pb:page-builder:json','[]'),(18617,8957,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18618,8958,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18619,8958,'fw:opt:ext:pb:page-builder:json','[]'),(18620,8958,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18624,8960,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18625,8960,'fw:opt:ext:pb:page-builder:json','[]'),(18626,8960,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18627,8961,'_menu_item_type','post_type'),(18628,8961,'_menu_item_menu_item_parent','0'),(18629,8961,'_menu_item_object_id','8379'),(18630,8961,'_menu_item_object','page'),(18631,8961,'_menu_item_target',''),(18632,8961,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18633,8961,'_menu_item_xfn',''),(18634,8961,'_menu_item_url',''),(18636,8961,'mega-menu','a:0:{}'),(18638,8963,'_wp_attached_file','2019/11/fsn-live-logo.jpg'),(18639,8963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:393;s:6:\"height\";i:179;s:4:\"file\";s:25:\"2019/11/fsn-live-logo.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fsn-live-logo-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:25:\"fsn-live-logo-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"fsn-live-logo-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"fsn-live-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"fsn-live-logo-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"fsn-live-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:\"1572640323\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18640,8964,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572640651677{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18641,8964,'fw:opt:ext:pb:page-builder:json','[]'),(18642,8964,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18643,8965,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18644,8965,'fw:opt:ext:pb:page-builder:json','[]'),(18645,8965,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18646,8966,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18647,8966,'fw:opt:ext:pb:page-builder:json','[]'),(18648,8966,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18649,8967,'_wpb_shortcodes_custom_css','.vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572351066110{padding-right: 10% !important;padding-left: 10% !important;}'),(18650,8967,'fw:opt:ext:pb:page-builder:json','[]'),(18651,8967,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18652,8968,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18653,8968,'fw:opt:ext:pb:page-builder:json','[]'),(18654,8968,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18655,8969,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18656,8969,'fw:opt:ext:pb:page-builder:json','[]'),(18657,8969,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18660,8971,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18661,8971,'fw:opt:ext:pb:page-builder:json','[]'),(18662,8971,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18663,8972,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18664,8972,'fw:opt:ext:pb:page-builder:json','[]'),(18665,8972,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18666,8973,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18667,8973,'fw:opt:ext:pb:page-builder:json','[]'),(18668,8973,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18669,8974,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18670,8974,'fw:opt:ext:pb:page-builder:json','[]'),(18671,8974,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18672,8975,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18673,8975,'fw:opt:ext:pb:page-builder:json','[]'),(18674,8975,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18675,8976,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18676,8976,'fw:opt:ext:pb:page-builder:json','[]'),(18677,8976,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18678,8977,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18679,8977,'fw:opt:ext:pb:page-builder:json','[]'),(18680,8977,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18681,8978,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572902138804{padding-right: 1% !important;padding-left: 1% !important;}'),(18682,8978,'fw:opt:ext:pb:page-builder:json','[]'),(18683,8978,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18684,8979,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572902138804{padding-right: 1% !important;padding-left: 1% !important;}'),(18685,8979,'fw:opt:ext:pb:page-builder:json','[]'),(18686,8979,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18687,8980,'_edit_lock','1574794393:1'),(18688,8980,'_edit_last','1'),(18689,8980,'_wp_page_template','default'),(18690,8980,'_wpb_vc_js_status','true'),(18691,8981,'fw:opt:ext:pb:page-builder:json','[]'),(18692,8981,'fw_options','a:0:{}'),(18693,8980,'fw:opt:ext:pb:page-builder:json','[]'),(18694,8980,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18697,8983,'fw:opt:ext:pb:page-builder:json','[]'),(18698,8983,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18700,8984,'_wpb_shortcodes_custom_css','.vc_custom_1572908391267{padding-top: 20% !important;padding-bottom: 50% !important;}'),(18701,8984,'fw:opt:ext:pb:page-builder:json','[]'),(18702,8984,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18703,8980,'_wpb_shortcodes_custom_css','.vc_custom_1572908391267{padding-top: 20% !important;padding-bottom: 50% !important;}'),(18704,8985,'_wpb_shortcodes_custom_css','.vc_custom_1572908391267{padding-top: 20% !important;padding-bottom: 50% !important;}'),(18705,8985,'fw:opt:ext:pb:page-builder:json','[]'),(18706,8985,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18707,8986,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18708,8986,'fw:opt:ext:pb:page-builder:json','[]'),(18709,8986,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18714,8989,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}'),(18715,8989,'fw:opt:ext:pb:page-builder:json','[]'),(18716,8989,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18717,8990,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572350949455{background-color: #1bdae8 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572891000986{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18718,8990,'fw:opt:ext:pb:page-builder:json','[]'),(18719,8990,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18720,8991,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18721,8991,'fw:opt:ext:pb:page-builder:json','[]'),(18722,8991,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18723,8992,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18724,8992,'fw:opt:ext:pb:page-builder:json','[]'),(18725,8992,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18726,8993,'_wpb_shortcodes_custom_css','.vc_custom_1570024302556{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1569859943442{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570306940228{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}'),(18727,8993,'fw:opt:ext:pb:page-builder:json','[]'),(18728,8993,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18729,8994,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18730,8994,'fw:opt:ext:pb:page-builder:json','[]'),(18731,8994,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18732,8995,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18733,8995,'fw:opt:ext:pb:page-builder:json','[]'),(18734,8995,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:9:\"titlebar1\";s:0:\"\";}'),(18737,8997,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18738,8997,'fw:opt:ext:pb:page-builder:json','[]'),(18739,8997,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18740,8998,'_wp_attached_file','2019/11/FSN-Live-Workflow.jpg'),(18741,8998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:955;s:4:\"file\";s:29:\"2019/11/FSN-Live-Workflow.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-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:29:\"FSN-Live-Workflow-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-768x489.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"FSN-Live-Workflow-1024x652.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"FSN-Live-Workflow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-600x382.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-600x382.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:29:\"FSN-Live-Workflow-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:30:\"FSN-Live-Workflow-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18742,8999,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18743,8999,'fw:opt:ext:pb:page-builder:json','[]'),(18744,8999,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18745,9000,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572640651677{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18746,9000,'fw:opt:ext:pb:page-builder:json','[]'),(18747,9000,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18748,9001,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18749,9001,'fw:opt:ext:pb:page-builder:json','[]'),(18750,9001,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18751,9002,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18752,9002,'fw:opt:ext:pb:page-builder:json','[]'),(18753,9002,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18754,9003,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18755,9003,'fw:opt:ext:pb:page-builder:json','[]'),(18756,9003,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18757,9004,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18758,9004,'fw:opt:ext:pb:page-builder:json','[]'),(18759,9004,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18760,9005,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18761,9005,'fw:opt:ext:pb:page-builder:json','[]'),(18762,9005,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18763,9006,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18764,9006,'fw:opt:ext:pb:page-builder:json','[]'),(18765,9006,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18766,9007,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18767,9007,'fw:opt:ext:pb:page-builder:json','[]'),(18768,9007,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18769,9008,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18770,9008,'fw:opt:ext:pb:page-builder:json','[]'),(18771,9008,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18772,9009,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18773,9009,'fw:opt:ext:pb:page-builder:json','[]'),(18774,9009,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18775,9010,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18776,9010,'fw:opt:ext:pb:page-builder:json','[]'),(18777,9010,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18788,9012,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18789,9012,'fw:opt:ext:pb:page-builder:json','[]'),(18790,9012,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18791,9013,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18792,9013,'fw:opt:ext:pb:page-builder:json','[]'),(18793,9013,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18794,9014,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18795,9014,'fw:opt:ext:pb:page-builder:json','[]'),(18796,9014,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18797,9015,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18798,9015,'fw:opt:ext:pb:page-builder:json','[]'),(18799,9015,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18800,9016,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18801,9016,'fw:opt:ext:pb:page-builder:json','[]'),(18802,9016,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18803,9017,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18804,9017,'fw:opt:ext:pb:page-builder:json','[]'),(18805,9017,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18806,9018,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18807,9018,'fw:opt:ext:pb:page-builder:json','[]'),(18808,9018,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18809,9019,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18810,9019,'fw:opt:ext:pb:page-builder:json','[]'),(18811,9019,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18812,9020,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18813,9020,'fw:opt:ext:pb:page-builder:json','[]'),(18814,9020,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18815,9021,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18816,9021,'fw:opt:ext:pb:page-builder:json','[]'),(18817,9021,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18818,9022,'_wp_attached_file','2019/11/FSNLIVE.jpg'),(18819,9022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:19:\"2019/11/FSNLIVE.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"FSNLIVE-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:\"FSNLIVE-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"FSNLIVE-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"FSNLIVE-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"FSNLIVE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"FSNLIVE-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"FSNLIVE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"FSNLIVE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"FSNLIVE-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"FSNLIVE-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"FSNLIVE-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:19:\"FSNLIVE-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:19:\"FSNLIVE-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:20:\"FSNLIVE-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18820,9023,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18821,9023,'fw:opt:ext:pb:page-builder:json','[]'),(18822,9023,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18823,9024,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18824,9024,'fw:opt:ext:pb:page-builder:json','[]'),(18825,9024,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18826,9025,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18827,9025,'fw:opt:ext:pb:page-builder:json','[]'),(18828,9025,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18829,9026,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1572995350697{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18830,9026,'fw:opt:ext:pb:page-builder:json','[]'),(18831,9026,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18832,9028,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573140967194{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18833,9028,'fw:opt:ext:pb:page-builder:json','[]'),(18834,9028,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18835,9029,'_wp_attached_file','2019/11/foxnews.jpg'),(18836,9029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2019/11/foxnews.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"foxnews-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:\"foxnews-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"foxnews-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"foxnews-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"foxnews-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"foxnews-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18837,9030,'_wp_attached_file','2019/11/i24news-circular.jpg'),(18838,9030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2019/11/i24news-circular.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"i24news-circular-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:28:\"i24news-circular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"i24news-circular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"i24news-circular-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"i24news-circular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"i24news-circular-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18839,9031,'_wp_attached_file','2019/11/pbsnewshour-circular.jpg'),(18840,9031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2019/11/pbsnewshour-circular.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pbsnewshour-circular-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:32:\"pbsnewshour-circular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"pbsnewshour-circular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"pbsnewshour-circular-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"pbsnewshour-circular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"pbsnewshour-circular-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18841,9032,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18842,9032,'fw:opt:ext:pb:page-builder:json','[]'),(18843,9032,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18844,9033,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18845,9033,'fw:opt:ext:pb:page-builder:json','[]'),(18846,9033,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18847,9034,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573140967194{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18848,9034,'fw:opt:ext:pb:page-builder:json','[]'),(18849,9034,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18850,9035,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573140967194{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18851,9035,'fw:opt:ext:pb:page-builder:json','[]'),(18852,9035,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18853,9036,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573140967194{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18854,9036,'fw:opt:ext:pb:page-builder:json','[]'),(18855,9036,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18856,9037,'_wp_attached_file','2019/11/canal33-circular.jpg'),(18857,9037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2019/11/canal33-circular.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"canal33-circular-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:28:\"canal33-circular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"canal33-circular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"canal33-circular-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"canal33-circular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"canal33-circular-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18858,9038,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1565797974154{padding-top: 50px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18859,9038,'fw:opt:ext:pb:page-builder:json','[]'),(18860,9038,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18861,9039,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573140967194{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18862,9039,'fw:opt:ext:pb:page-builder:json','[]'),(18863,9039,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18903,9059,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573140967194{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1572983476869{padding-right: 15% !important;padding-left: 15% !important;}'),(18904,9059,'fw:opt:ext:pb:page-builder:json','[]'),(18905,9059,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18906,9060,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(18907,9060,'fw:opt:ext:pb:page-builder:json','[]'),(18908,9060,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18912,9062,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18913,9062,'fw:opt:ext:pb:page-builder:json','[]'),(18914,9062,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18915,9063,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18916,9063,'fw:opt:ext:pb:page-builder:json','[]'),(18917,9063,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18918,9064,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18919,9064,'fw:opt:ext:pb:page-builder:json','[]'),(18920,9064,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18921,9065,'_wp_trash_meta_status','publish'),(18922,9065,'_wp_trash_meta_time','1573653266'),(18923,9066,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18924,9066,'fw:opt:ext:pb:page-builder:json','[]'),(18925,9066,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18926,9067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:30:\"1574811017206-5086979f-5042-10\";a:3:{s:3:\"tag\";s:21:\"vc_masonry_media_grid\";s:4:\"atts\";a:3:{s:7:\"grid_id\";s:37:\"vc_gid:1574811017206-5086979f-5042-10\";s:7:\"include\";s:29:\"7973,7972,7970,7971,7969,7968\";s:8:\"el_class\";s:13:\"bureaugallery\";}s:7:\"content\";s:0:\"\";}}}}'),(18927,9067,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18928,9067,'_wp_page_template','default'),(18929,9067,'slide_template','default'),(18930,9067,'_wpb_vc_js_status','true'),(18931,9067,'fw:opt:ext:pb:page-builder:json','[]'),(18932,9067,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18933,9067,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18934,9067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:30:\"1574811017206-5086979f-5042-10\";a:3:{s:3:\"tag\";s:21:\"vc_masonry_media_grid\";s:4:\"atts\";a:3:{s:7:\"grid_id\";s:37:\"vc_gid:1574811017206-5086979f-5042-10\";s:7:\"include\";s:29:\"7973,7972,7970,7971,7969,7968\";s:8:\"el_class\";s:13:\"bureaugallery\";}s:7:\"content\";s:0:\"\";}}}}'),(18935,9067,'_dp_original','7918'),(18936,9067,'_edit_lock','1574875708:1'),(18937,9067,'_edit_last','1'),(18938,9068,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18939,9068,'fw:opt:ext:pb:page-builder:json','[]'),(18940,9068,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18941,9069,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18942,9069,'fw:opt:ext:pb:page-builder:json','[]'),(18943,9069,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18946,9070,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(18947,9070,'fw:opt:ext:pb:page-builder:json','[]'),(18948,9070,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18949,9071,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(18950,9071,'fw:opt:ext:pb:page-builder:json','[]'),(18951,9071,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18952,9072,'_wp_attached_file','2019/11/fsn-live-collage.jpg'),(18953,9072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2019/11/fsn-live-collage.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"fsn-live-collage-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-420x660.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-660x660.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:28:\"fsn-live-collage-768x675.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18954,9073,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(18955,9073,'fw:opt:ext:pb:page-builder:json','[]'),(18956,9073,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18960,9075,'_edit_lock','1575643769:1'),(18961,9075,'_edit_last','1'),(18962,9075,'_wp_page_template','default'),(18963,9075,'_wpb_vc_js_status','true'),(18964,9076,'_wpb_shortcodes_custom_css','.vc_custom_1534867186788{padding-top: 0px !important;padding-bottom: 35px !important;background-color: #51cce2 !important;}'),(18965,9076,'fw:opt:ext:pb:page-builder:json','[]'),(18966,9076,'fw_options','a:0:{}'),(18967,9075,'fw:opt:ext:pb:page-builder:json','[]'),(18968,9075,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18969,9075,'_wpb_shortcodes_custom_css','.vc_custom_1573832267023{padding-top: 10px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(18973,9078,'_wpb_shortcodes_custom_css','.vc_custom_1534867186788{padding-top: 0px !important;padding-bottom: 35px !important;background-color: #51cce2 !important;}'),(18974,9078,'fw:opt:ext:pb:page-builder:json','[]'),(18975,9078,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18976,9079,'_wpb_shortcodes_custom_css','.vc_custom_1570625766608{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/horizontal-banner-mockup-over-a-store-entrance-a10975-e1570437642459.png?id=8376) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570627431653{padding-bottom: 300px !important;}'),(18977,9079,'fw:opt:ext:pb:page-builder:json','[]'),(18978,9079,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:9:\"titlebar1\";s:0:\"\";}'),(18979,495,'_wp_trash_meta_status','publish'),(18980,495,'_wp_trash_meta_time','1573811361'),(18981,495,'_wp_desired_post_slug','fsnlive'),(18982,9080,'_wpb_shortcodes_custom_css','.vc_custom_1534867186788{padding-top: 0px !important;padding-bottom: 35px !important;background-color: #51cce2 !important;}'),(18983,9080,'fw:opt:ext:pb:page-builder:json','[]'),(18984,9080,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18985,9081,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(18986,9081,'fw:opt:ext:pb:page-builder:json','[]'),(18987,9081,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18988,9082,'_wpb_shortcodes_custom_css','.vc_custom_1573812831527{padding-top: 0px !important;padding-bottom: 35px !important;background-color: #51cce2 !important;}'),(18989,9082,'fw:opt:ext:pb:page-builder:json','[]'),(18990,9082,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18991,9083,'_wpb_shortcodes_custom_css','.vc_custom_1573812831527{padding-top: 0px !important;padding-bottom: 35px !important;background-color: #51cce2 !important;}'),(18992,9083,'fw:opt:ext:pb:page-builder:json','[]'),(18993,9083,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18994,9084,'fw:opt:ext:pb:page-builder:json','[]'),(18995,9084,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(18996,9084,'_wpb_shortcodes_custom_css','.vc_custom_1573832267023{padding-top: 10px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(18997,9085,'_wpb_shortcodes_custom_css','.vc_custom_1573812831527{padding-top: 0px !important;padding-bottom: 35px !important;background-color: #51cce2 !important;}'),(18998,9085,'fw:opt:ext:pb:page-builder:json','[]'),(18999,9085,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19000,9086,'_wpb_shortcodes_custom_css','.vc_custom_1573812831527{padding-top: 0px !important;padding-bottom: 35px !important;background-color: #51cce2 !important;}'),(19001,9086,'fw:opt:ext:pb:page-builder:json','[]'),(19002,9086,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19003,9087,'_wpb_shortcodes_custom_css','.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19004,9087,'fw:opt:ext:pb:page-builder:json','[]'),(19005,9087,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19006,9075,'_wt_css','/* Thumbnail Image */\n.wpb_single_image .wpb_wrapper img{\r max-width:70%;\r position:relative;\r left:0px;\r}\r\r/* Column inner */\n.vc_custom_1573831909323 .vc_column-inner{\r margin-bottom:0px;\r}\r\r/* Single image */\n.vc_custom_1573831909323 .wpb_wrapper .wpb_single_image{\r margin-bottom:0px;\r}\r\r/* Single image */\n.vc_custom_1573832209115 .wpb_wrapper .wpb_single_image{\r margin-bottom:10px;\r}\r\r@media (max-width:800px){\r\r /* Heading */\n .sh-heading div h2{\r text-align:center;\r }\r \r}\r\r@media (max-width:400px){\r\r /* Countdown medium */\n .vc_custom_1573819421588 .wpb_wrapper .sh-countdown-medium{\r font-size:18px;\r }\r \r}'),(19007,9075,'_wt_styles','/* [rule=max-width] [selector=yp-sym-uwpb_single_imageyp-sym-uwpb_wrapperimg] [msize=desktop] */\n .wpb_single_image .wpb_wrapper img{max-width:70%}\n/* [rule=position] [selector=yp-sym-uwpb_single_imageyp-sym-uwpb_wrapperimg] [msize=desktop] */\n .wpb_single_image .wpb_wrapper img{position:relative}\n/* [rule=left] [selector=yp-sym-uwpb_single_imageyp-sym-uwpb_wrapperimg] [msize=desktop] */\n .wpb_single_image .wpb_wrapper img{left:0px}\n/* [rule=margin-bottom] [selector=yp-sym-uvc_custom_1573831909323yp-sym-uvc_columnyp-sym-tinner] [msize=desktop] */\n .vc_custom_1573831909323 .vc_column-inner{margin-bottom:0px}\n/* [rule=margin-bottom] [selector=yp-sym-uvc_custom_1573831909323yp-sym-uwpb_wrapperyp-sym-uwpb_single_image] [msize=desktop] */\n .vc_custom_1573831909323 .wpb_wrapper .wpb_single_image{margin-bottom:0px}\n/* [rule=margin-bottom] [selector=yp-sym-uvc_custom_1573832209115yp-sym-uwpb_wrapperyp-sym-uwpb_single_image] [msize=desktop] */\n .vc_custom_1573832209115 .wpb_wrapper .wpb_single_image{margin-bottom:10px}\n/* [rule=text-align] [selector=yp-sym-ushyp-sym-theadingdivh2] [msize=(max-width:800px)] */\n @media (max-width:800px){.sh-heading div h2{text-align:center}} \n/* [rule=font-size] [selector=yp-sym-uvc_custom_1573819421588yp-sym-uwpb_wrapperyp-sym-ushyp-sym-tcountdownyp-sym-tmedium] [msize=(max-width:400px)] */\n @media (max-width:400px){.vc_custom_1573819421588 .wpb_wrapper .sh-countdown-medium{font-size:18px}}'),(19008,9088,'_wpb_shortcodes_custom_css','.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19009,9088,'fw:opt:ext:pb:page-builder:json','[]'),(19010,9088,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19012,9090,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19013,9090,'fw:opt:ext:pb:page-builder:json','[]'),(19014,9090,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19015,9091,'_wpb_shortcodes_custom_css','.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19016,9091,'fw:opt:ext:pb:page-builder:json','[]'),(19017,9091,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19018,9092,'_wpb_shortcodes_custom_css','.vc_custom_1573831567940{padding-top: 20px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19019,9092,'fw:opt:ext:pb:page-builder:json','[]'),(19020,9092,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19021,9093,'_wpb_shortcodes_custom_css','.vc_custom_1573831596026{padding-bottom: 20px !important;}.vc_custom_1573831567940{padding-top: 20px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19022,9093,'fw:opt:ext:pb:page-builder:json','[]'),(19023,9093,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19024,9094,'_wpb_shortcodes_custom_css','.vc_custom_1573831638112{margin-bottom: 10px !important;padding-bottom: 20px !important;}.vc_custom_1573831567940{padding-top: 20px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19025,9094,'fw:opt:ext:pb:page-builder:json','[]'),(19026,9094,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19027,9095,'_wpb_shortcodes_custom_css','.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19028,9095,'fw:opt:ext:pb:page-builder:json','[]'),(19029,9095,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19030,9096,'_wpb_shortcodes_custom_css','.vc_custom_1573831909323{padding-top: 10px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19031,9096,'fw:opt:ext:pb:page-builder:json','[]'),(19032,9096,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19033,9097,'_wpb_shortcodes_custom_css','.vc_custom_1573831909323{padding-top: 10px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19034,9097,'fw:opt:ext:pb:page-builder:json','[]'),(19035,9097,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19036,9098,'_wpb_shortcodes_custom_css','.vc_custom_1573832267023{padding-top: 10px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19037,9098,'fw:opt:ext:pb:page-builder:json','[]'),(19038,9098,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19039,9099,'_wpb_shortcodes_custom_css','.vc_custom_1573832267023{padding-top: 10px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19040,9099,'fw:opt:ext:pb:page-builder:json','[]'),(19041,9099,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19042,9100,'_action_manager_schedule','O:30:\"ActionScheduler_SimpleSchedule\":1:{s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1574406834;}'),(19043,9102,'_wpb_shortcodes_custom_css','.vc_custom_1573832267023{padding-top: 10px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19044,9102,'fw:opt:ext:pb:page-builder:json','[]'),(19045,9102,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19046,9103,'_wp_trash_meta_status','publish'),(19047,9103,'_wp_trash_meta_time','1574778675'),(19050,9105,'_wp_attached_file','2019/08/cropped-featurestorynews-favicon.png'),(19051,9105,'_wp_attachment_context','site-icon'),(19052,9105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:44:\"2019/08/cropped-featurestorynews-favicon.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-512x420.png\";s:5:\"width\";i:512;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-420x512.png\";s:5:\"width\";i:420;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:42:\"cropped-featurestorynews-favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19053,9106,'_edit_lock','1574778729:1'),(19054,9106,'_wp_trash_meta_status','publish'),(19055,9106,'_wp_trash_meta_time','1574778731'),(19056,9107,'fw:opt:ext:pb:page-builder:json','[]'),(19057,9107,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19058,9108,'_wpb_shortcodes_custom_css','.vc_custom_1570031521404{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570218842016{padding-top: 100px !important;padding-bottom: 50px !important;background-color: #e80000 !important;}.vc_custom_1570043800434{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570031171881{padding-right: 5% !important;padding-left: 5% !important;}.vc_custom_1570111485691{padding-right: 20% !important;padding-left: 20% !important;}.vc_custom_1570272120569{background-color: #efefef !important;}'),(19059,9108,'fw:opt:ext:pb:page-builder:json','[]'),(19060,9108,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19068,9110,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(19069,9110,'fw:opt:ext:pb:page-builder:json','[]'),(19070,9110,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19073,9112,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(19074,9112,'fw:opt:ext:pb:page-builder:json','[]'),(19075,9112,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19076,9113,'_wp_attached_file','2019/11/fsn-malcolm-brown-1.jpg'),(19077,9113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:421;s:6:\"height\";i:421;s:4:\"file\";s:31:\"2019/11/fsn-malcolm-brown-1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fsn-malcolm-brown-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-malcolm-brown-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"fsn-malcolm-brown-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-malcolm-brown-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"fsn-malcolm-brown-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-malcolm-brown-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:\"1574780703\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19081,9115,'_wp_attached_file','2019/11/fsn-patrick-fok-contact-profile.jpg'),(19082,9115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:43:\"2019/11/fsn-patrick-fok-contact-profile.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"fsn-patrick-fok-contact-profile-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"fsn-patrick-fok-contact-profile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"fsn-patrick-fok-contact-profile-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"fsn-patrick-fok-contact-profile-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"fsn-patrick-fok-contact-profile-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"fsn-patrick-fok-contact-profile-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:\"1574780201\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19083,9116,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(19084,9116,'fw:opt:ext:pb:page-builder:json','[]'),(19085,9116,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19086,9117,'_wp_attached_file','2019/11/image-coming-soon.png'),(19087,9117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:29:\"2019/11/image-coming-soon.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"image-coming-soon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"image-coming-soon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"image-coming-soon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19088,9118,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(19089,9118,'fw:opt:ext:pb:page-builder:json','[]'),(19090,9118,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19091,9119,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(19092,9119,'fw:opt:ext:pb:page-builder:json','[]'),(19093,9119,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19094,9120,'_wpb_shortcodes_custom_css','.vc_custom_1570449368991{padding-top: 75px !important;}.vc_custom_1570464645599{padding-bottom: 75px !important;}.vc_custom_1570465099591{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #efefef !important;}.vc_custom_1570457456502{padding-top: 50px !important;padding-bottom: 100px !important;}.vc_custom_1570465112761{padding-top: 50px !important;padding-bottom: 100px !important;background-color: #efefef !important;}.vc_custom_1570464580230{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570464590485{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1570464601927{margin-right: 10px !important;margin-left: 10px !important;padding-right: 5% !important;padding-bottom: 40px !important;padding-left: 5% !important;background-color: #efefef !important;border-radius: 15px !important;}'),(19095,9120,'fw:opt:ext:pb:page-builder:json','[]'),(19096,9120,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";s:9:\"titlebar1\";s:0:\"\";}'),(19097,6909,'_wp_trash_meta_status','publish'),(19098,6909,'_wp_trash_meta_time','1574785607'),(19099,6909,'_wp_desired_post_slug','netbenefit'),(19100,69,'_wp_trash_meta_status','publish'),(19101,69,'_wp_trash_meta_time','1574785607'),(19102,69,'_wp_desired_post_slug','side-by-side'),(19103,9121,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19104,9121,'fw:opt:ext:pb:page-builder:json','[]'),(19105,9121,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19106,9122,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19107,9122,'fw:opt:ext:pb:page-builder:json','[]'),(19108,9122,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19109,9123,'_wpb_shortcodes_custom_css','.vc_custom_1570625950627{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-contact-us-background-image.png?id=8424) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570626023491{padding-top: 50px !important;padding-bottom: 50px !important;}.vc_custom_1570615541185{padding-bottom: 50px !important;}.vc_custom_1570042531830{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}.vc_custom_1570042491973{padding-top: 10% !important;padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(19110,9123,'fw:opt:ext:pb:page-builder:json','[]'),(19111,9123,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19112,9124,'_wpb_shortcodes_custom_css','.vc_custom_1572908391267{padding-top: 20% !important;padding-bottom: 50% !important;}'),(19113,9124,'fw:opt:ext:pb:page-builder:json','[]'),(19114,9124,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19115,9125,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19116,9125,'fw:opt:ext:pb:page-builder:json','[]'),(19117,9125,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19121,8950,'_oembed_fb0d7fe5a0d8f23cdadce194d25bbf5f','<iframe title=\"FSN LIVE: Step into the future of broadcast news\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/y2W41HcxFb0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19122,8950,'_oembed_time_fb0d7fe5a0d8f23cdadce194d25bbf5f','1574796861'),(19123,8950,'_oembed_71ae0db7f6e61ffd19b757ea6a0c207c','<iframe title=\"Timelapse - Lighthouse (Oct 2012)\" src=\"https://player.vimeo.com/video/51589652?dnt=1&app_id=122963\" width=\"500\" height=\"281\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),(19124,8950,'_oembed_time_71ae0db7f6e61ffd19b757ea6a0c207c','1574797150'),(19125,9127,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19126,9127,'fw:opt:ext:pb:page-builder:json','[]'),(19127,9127,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19128,9128,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19129,9128,'fw:opt:ext:pb:page-builder:json','[]'),(19130,9128,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19131,9129,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19132,9129,'fw:opt:ext:pb:page-builder:json','[]'),(19133,9129,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19134,8950,'_oembed_3e3f066f1aeab1276d6835b446b938e8','<iframe title=\"FSN LIVE: Step into the future of broadcast news\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/y2W41HcxFb0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19135,8950,'_oembed_time_3e3f066f1aeab1276d6835b446b938e8','1574798399'),(19136,9130,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19137,9130,'fw:opt:ext:pb:page-builder:json','[]'),(19138,9130,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19139,8950,'_oembed_505e06605dfaaf06cbb770f92dc45af0','{{unknown}}'),(19140,8950,'_oembed_d23b3ed44f91ce02177549d578deef95','{{unknown}}'),(19141,8950,'_oembed_70cb95feab07664bfaaf744afecf50a8','<iframe title=\"FSN LIVE: Step into the future of broadcast news\" width=\"592\" height=\"333\" src=\"https://www.youtube.com/embed/y2W41HcxFb0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19142,8950,'_oembed_time_70cb95feab07664bfaaf744afecf50a8','1574800346'),(19143,8950,'_oembed_691c71d6975eea0af45b5bf7648a8b4c','<iframe title=\"FSN Live Animation\" width=\"592\" height=\"333\" src=\"https://www.youtube.com/embed/UnnWG0IJBF4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19144,8950,'_oembed_time_691c71d6975eea0af45b5bf7648a8b4c','1574800454'),(19145,8950,'_oembed_1227e1de90679b7bf53a1de5e7fa1112','<iframe title=\"Rick Astley - Never Gonna Give You Up (Video)\" width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/dQw4w9WgXcQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19146,8950,'_oembed_time_1227e1de90679b7bf53a1de5e7fa1112','1574800541'),(19147,8950,'_oembed_ecbec4b850013a32f11f19ec3c963980','<iframe title=\"Rick Astley - Never Gonna Give You Up (Video)\" width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/dQw4w9WgXcQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19148,8950,'_oembed_time_ecbec4b850013a32f11f19ec3c963980','1574800566'),(19149,8950,'_oembed_83c9afd01e391cb4ef000c01238ef1f4','<iframe title=\"Rick Astley - Never Gonna Give You Up (Video)\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/dQw4w9WgXcQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19150,8950,'_oembed_time_83c9afd01e391cb4ef000c01238ef1f4','1574800643'),(19151,8950,'_oembed_d3b0e01ca3618c909f4bba7519d331f4','<iframe title=\"FSN LIVE: Step into the future of broadcast news\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/y2W41HcxFb0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19152,8950,'_oembed_time_d3b0e01ca3618c909f4bba7519d331f4','1574800724'),(19153,8950,'_oembed_a18769fabbb2a4bfcaaf959e94abbc07','<iframe title=\"FSN LIVE: Step into the future of broadcast news\" width=\"592\" height=\"333\" src=\"https://www.youtube.com/embed/y2W41HcxFb0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19154,8950,'_oembed_time_a18769fabbb2a4bfcaaf959e94abbc07','1574801299'),(19155,9131,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19156,9131,'fw:opt:ext:pb:page-builder:json','[]'),(19157,9131,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19158,9107,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1574948432751{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19159,9132,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19160,9132,'fw:opt:ext:pb:page-builder:json','[]'),(19161,9132,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19162,9133,'_wp_trash_meta_status','publish'),(19163,9133,'_wp_trash_meta_time','1574803164'),(19164,9134,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19165,9134,'fw:opt:ext:pb:page-builder:json','[]'),(19166,9134,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19169,9136,'fw:opt:ext:pb:page-builder:json','[]'),(19170,9136,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19171,9067,'_wpgmp_location_address',''),(19172,9067,'_wpgmp_location_city',''),(19173,9067,'_wpgmp_location_state',''),(19174,9067,'_wpgmp_location_country',''),(19175,9067,'_wpgmp_metabox_latitude',''),(19176,9067,'_wpgmp_metabox_longitude',''),(19177,9067,'_wpgmp_metabox_location_redirect','marker'),(19178,9067,'_wpgmp_metabox_custom_link',''),(19179,9067,'_wpgmp_map_id','s:2:\"N;\";'),(19180,9067,'_wpgmp_metabox_marker_id','s:2:\"N;\";'),(19181,9067,'_wpgmp_metabox_taxomomies_terms','s:2:\"N;\";'),(19182,9067,'_wpgmp_extensions_fields','s:2:\"N;\";'),(19183,9136,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(19184,9137,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(19185,9137,'fw:opt:ext:pb:page-builder:json','[]'),(19186,9137,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19187,262,'_wpgmp_location_address',''),(19188,262,'_wpgmp_location_city',''),(19189,262,'_wpgmp_location_state',''),(19190,262,'_wpgmp_location_country',''),(19191,262,'_wpgmp_metabox_latitude',''),(19192,262,'_wpgmp_metabox_longitude',''),(19193,262,'_wpgmp_metabox_location_redirect','marker'),(19194,262,'_wpgmp_metabox_custom_link',''),(19195,262,'_wpgmp_map_id','s:2:\"N;\";'),(19196,262,'_wpgmp_metabox_marker_id','s:2:\"N;\";'),(19197,262,'_wpgmp_metabox_taxomomies_terms','s:2:\"N;\";'),(19198,262,'_wpgmp_extensions_fields','s:2:\"N;\";'),(19199,9138,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1570113182034{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19200,9138,'fw:opt:ext:pb:page-builder:json','[]'),(19201,9138,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19202,8950,'_wpgmp_location_address',''),(19203,8950,'_wpgmp_location_city',''),(19204,8950,'_wpgmp_location_state',''),(19205,8950,'_wpgmp_location_country',''),(19206,8950,'_wpgmp_metabox_latitude',''),(19207,8950,'_wpgmp_metabox_longitude',''),(19208,8950,'_wpgmp_metabox_location_redirect','marker'),(19209,8950,'_wpgmp_metabox_custom_link',''),(19210,8950,'_wpgmp_map_id','s:2:\"N;\";'),(19211,8950,'_wpgmp_metabox_marker_id','s:2:\"N;\";'),(19212,8950,'_wpgmp_metabox_taxomomies_terms','s:2:\"N;\";'),(19213,8950,'_wpgmp_extensions_fields','s:2:\"N;\";'),(19214,9139,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19215,9139,'fw:opt:ext:pb:page-builder:json','[]'),(19216,9139,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19217,8950,'_oembed_2edd5aaa074ee0b4445a036a7652ed67','<iframe title=\"FSN LIVE: Step into the future of broadcast news\" width=\"592\" height=\"333\" src=\"https://www.youtube.com/embed/y2W41HcxFb0?start=3&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(19218,8950,'_oembed_time_2edd5aaa074ee0b4445a036a7652ed67','1574868145'),(19219,9141,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19220,9141,'fw:opt:ext:pb:page-builder:json','[]'),(19221,9141,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19222,9142,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1574875238773{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19223,9142,'fw:opt:ext:pb:page-builder:json','[]'),(19224,9142,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19225,9143,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19226,9143,'fw:opt:ext:pb:page-builder:json','[]'),(19227,9143,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19228,9144,'_wpb_shortcodes_custom_css','.vc_custom_1570196210160{padding-top: 10% !important;padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1570307252616{padding-right: 10% !important;padding-bottom: 10% !important;padding-left: 10% !important;}'),(19229,9144,'fw:opt:ext:pb:page-builder:json','[]'),(19230,9144,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:4:\"full\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19231,9145,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19232,9145,'fw:opt:ext:pb:page-builder:json','[]'),(19233,9145,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19234,9146,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19235,9146,'fw:opt:ext:pb:page-builder:json','[]'),(19236,9146,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19241,5975,'_config_errors','a:1:{s:14:\"mail.recipient\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:68:\"https://contactform7.com/configuration-errors/invalid-mailbox-syntax\";}}}}'),(19242,9147,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19243,9147,'fw:opt:ext:pb:page-builder:json','[]'),(19244,9147,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19245,9148,'fw:opt:ext:pb:page-builder:json','[]'),(19246,9148,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19247,9149,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19248,9149,'fw:opt:ext:pb:page-builder:json','[]'),(19249,9149,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19250,8950,'_wt_css','@media (max-width:800px){\r\r /* Text block */\n .vc_custom_1572991956394 .wpb_wrapper .sh-text-block{\r text-align:center;\r }\r \r /* Division */\n #wrapper .vc_custom_1573228570559 .vc_custom_1565287798379{\r padding-top:0px !important;\r }\r \r /* Span Tag */\n .vc_custom_1565287798379 .sh-text-block span{\r text-align:center;\r }\r \r /* Text block */\n .vc_custom_1565287798379 .wpb_wrapper .sh-text-block{\r text-align:center;\r }\r \r /* Heading */\n .vc_custom_1565287798379 div h2{\r text-align:center;\r }\r \r /* Division */\n #page-container #wrapper .vc_custom_1573228570559{\r padding-top:50px !important;\r }\r \r /* Column container */\n .vc_custom_1572891840531 .wpb_wrapper .vc_column_container{\r padding-top:0px;\r }\r \r /* Paragraph */\n .vc_custom_1572891028736 .wpb_wrapper p{\r text-align:center;\r }\r \r /* Heading */\n .vc_custom_1570619543267 div h2{\r text-align:center;\r }\r \r}'),(19251,8950,'_wt_styles','/* [rule=text-align] [selector=yp-sym-uvc_custom_1572991956394yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1572991956394 .wpb_wrapper .sh-text-block{text-align:center}} \n/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1573228570559yp-sym-uvc_custom_1565287798379] [msize=(max-width:800px)] */\n @media (max-width:800px){#wrapper .vc_custom_1573228570559 .vc_custom_1565287798379{padding-top:0px !important}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1565287798379yp-sym-ushyp-sym-ttextyp-sym-tblockspan] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565287798379 .sh-text-block span{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1565287798379yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565287798379 .wpb_wrapper .sh-text-block{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1565287798379divh2] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1565287798379 div h2{text-align:center}} \n/* [rule=padding-top] [selector=ypyp-sym-tsymyp-sym-tcpageyp-sym-tcontainerypyp-sym-tsymyp-sym-tcwrapperyp-sym-uvc_custom_1573228570559] [msize=(max-width:800px)] */\n @media (max-width:800px){#page-container #wrapper .vc_custom_1573228570559{padding-top:50px !important}} \n/* [rule=padding-top] [selector=yp-sym-uvc_custom_1572891840531yp-sym-uwpb_wrapperyp-sym-uvc_column_container] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1572891840531 .wpb_wrapper .vc_column_container{padding-top:0px}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1572891028736yp-sym-uwpb_wrapperp] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1572891028736 .wpb_wrapper p{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1570619543267divh2] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570619543267 div h2{text-align:center}}'),(19252,9150,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19253,9150,'fw:opt:ext:pb:page-builder:json','[]'),(19254,9150,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19255,9151,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19256,9151,'fw:opt:ext:pb:page-builder:json','[]'),(19257,9151,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19258,9152,'_wp_attached_file','2019/08/fsn-bruce-harrison0.jpg'),(19259,9152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:31:\"2019/08/fsn-bruce-harrison0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fsn-bruce-harrison0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-bruce-harrison0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"fsn-bruce-harrison0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-bruce-harrison0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:31:\"fsn-bruce-harrison0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:31:\"fsn-bruce-harrison0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19260,9153,'_wp_attached_file','2019/08/fsn-chris-ocamringa0.jpg'),(19261,9153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:32:\"2019/08/fsn-chris-ocamringa0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"fsn-chris-ocamringa0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-chris-ocamringa0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"fsn-chris-ocamringa0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-chris-ocamringa0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:32:\"fsn-chris-ocamringa0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:32:\"fsn-chris-ocamringa0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19262,9154,'_wp_attached_file','2019/08/fsn-coletta-wanjohi0.jpg'),(19263,9154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:32:\"2019/08/fsn-coletta-wanjohi0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"fsn-coletta-wanjohi0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-coletta-wanjohi0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"fsn-coletta-wanjohi0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-coletta-wanjohi0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:32:\"fsn-coletta-wanjohi0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:32:\"fsn-coletta-wanjohi0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19264,9155,'_wp_attached_file','2019/08/fsn-dan-ashby0.jpg'),(19265,9155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:26:\"2019/08/fsn-dan-ashby0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"fsn-dan-ashby0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fsn-dan-ashby0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"fsn-dan-ashby0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"fsn-dan-ashby0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:26:\"fsn-dan-ashby0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:26:\"fsn-dan-ashby0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19266,9156,'_wp_attached_file','2019/08/fsn-daniel-kijo0.jpg'),(19267,9156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-daniel-kijo0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-daniel-kijo0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-daniel-kijo0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-daniel-kijo0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-daniel-kijo0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-daniel-kijo0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-daniel-kijo0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19268,9157,'_wp_attached_file','2019/08/fsn-daria-bondarchuk0.jpg'),(19269,9157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:33:\"2019/08/fsn-daria-bondarchuk0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"fsn-daria-bondarchuk0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"fsn-daria-bondarchuk0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"fsn-daria-bondarchuk0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"fsn-daria-bondarchuk0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:33:\"fsn-daria-bondarchuk0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:33:\"fsn-daria-bondarchuk0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19270,9158,'_wp_attached_file','2019/08/fsn-denis-levkovich0.jpg'),(19271,9158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:32:\"2019/08/fsn-denis-levkovich0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"fsn-denis-levkovich0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-denis-levkovich0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"fsn-denis-levkovich0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-denis-levkovich0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:32:\"fsn-denis-levkovich0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:32:\"fsn-denis-levkovich0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19272,9159,'_wp_attached_file','2019/08/fsn-elena-casas0.jpg'),(19273,9159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-elena-casas0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-elena-casas0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-elena-casas0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-elena-casas0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-elena-casas0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-elena-casas0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-elena-casas0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19274,9160,'_wp_attached_file','2019/08/fsn-giles-gibson0.jpg'),(19275,9160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:29:\"2019/08/fsn-giles-gibson0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"fsn-giles-gibson0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"fsn-giles-gibson0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"fsn-giles-gibson0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"fsn-giles-gibson0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:29:\"fsn-giles-gibson0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:29:\"fsn-giles-gibson0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19276,9161,'_wp_attached_file','2019/08/fsn-harry-horton0.jpg'),(19277,9161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:29:\"2019/08/fsn-harry-horton0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"fsn-harry-horton0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"fsn-harry-horton0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"fsn-harry-horton0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"fsn-harry-horton0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:29:\"fsn-harry-horton0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:29:\"fsn-harry-horton0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19278,9162,'_wp_attached_file','2019/08/fsn-holly-hudson0.jpg'),(19279,9162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:29:\"2019/08/fsn-holly-hudson0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"fsn-holly-hudson0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"fsn-holly-hudson0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"fsn-holly-hudson0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"fsn-holly-hudson0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:29:\"fsn-holly-hudson0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:29:\"fsn-holly-hudson0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19280,9163,'_wp_attached_file','2019/08/fsn-ira-spitzer0.jpg'),(19281,9163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-ira-spitzer0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-ira-spitzer0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-ira-spitzer0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-ira-spitzer0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-ira-spitzer0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-ira-spitzer0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-ira-spitzer0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19282,9164,'_wp_attached_file','2019/08/fsn-isabel-nakirya0.jpg'),(19283,9164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:31:\"2019/08/fsn-isabel-nakirya0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fsn-isabel-nakirya0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-isabel-nakirya0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"fsn-isabel-nakirya0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-isabel-nakirya0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:31:\"fsn-isabel-nakirya0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:31:\"fsn-isabel-nakirya0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19284,9165,'_wp_attached_file','2019/08/fsn-jagruti-dave0.jpg'),(19285,9165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:29:\"2019/08/fsn-jagruti-dave0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"fsn-jagruti-dave0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"fsn-jagruti-dave0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"fsn-jagruti-dave0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"fsn-jagruti-dave0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:29:\"fsn-jagruti-dave0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:29:\"fsn-jagruti-dave0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19286,9166,'_wp_attached_file','2019/08/fsn-julia-chapman0.jpg'),(19287,9166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:30:\"2019/08/fsn-julia-chapman0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"fsn-julia-chapman0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fsn-julia-chapman0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"fsn-julia-chapman0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"fsn-julia-chapman0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:30:\"fsn-julia-chapman0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:30:\"fsn-julia-chapman0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19288,9167,'_wp_attached_file','2019/08/fsn-kate-fisher0.jpg'),(19289,9167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-kate-fisher0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-kate-fisher0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-kate-fisher0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-kate-fisher0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-kate-fisher0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-kate-fisher0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-kate-fisher0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19290,9168,'_wp_attached_file','2019/08/fsn-katie-olds0.jpg'),(19291,9168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:27:\"2019/08/fsn-katie-olds0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"fsn-katie-olds0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fsn-katie-olds0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"fsn-katie-olds0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"fsn-katie-olds0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:27:\"fsn-katie-olds0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:27:\"fsn-katie-olds0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19292,9169,'_wp_attached_file','2019/08/fsn-kevin-mcaleese0.jpg'),(19293,9169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:31:\"2019/08/fsn-kevin-mcaleese0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fsn-kevin-mcaleese0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-kevin-mcaleese0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"fsn-kevin-mcaleese0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-kevin-mcaleese0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:31:\"fsn-kevin-mcaleese0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:31:\"fsn-kevin-mcaleese0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19294,9170,'_wp_attached_file','2019/08/fsn-leon-ssenyange0.jpg'),(19295,9170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:31:\"2019/08/fsn-leon-ssenyange0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fsn-leon-ssenyange0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-leon-ssenyange0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"fsn-leon-ssenyange0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-leon-ssenyange0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:31:\"fsn-leon-ssenyange0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:31:\"fsn-leon-ssenyange0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19296,9171,'_wp_attached_file','2019/08/fsn-liling-tan0.jpg'),(19297,9171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:27:\"2019/08/fsn-liling-tan0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"fsn-liling-tan0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fsn-liling-tan0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"fsn-liling-tan0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"fsn-liling-tan0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:27:\"fsn-liling-tan0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:27:\"fsn-liling-tan0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19298,9172,'_wp_attached_file','2019/08/fsn-lucy-taylor0.jpg'),(19299,9172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-lucy-taylor0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-lucy-taylor0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-lucy-taylor0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-lucy-taylor0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-lucy-taylor0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-lucy-taylor0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-lucy-taylor0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19300,9173,'_wp_attached_file','2019/08/fsn-malcolm-brown0.jpg'),(19301,9173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:30:\"2019/08/fsn-malcolm-brown0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"fsn-malcolm-brown0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fsn-malcolm-brown0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"fsn-malcolm-brown0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"fsn-malcolm-brown0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:30:\"fsn-malcolm-brown0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:30:\"fsn-malcolm-brown0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19304,9175,'_wp_attached_file','2019/08/fsn-mark-roughton0.jpg'),(19305,9175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:30:\"2019/08/fsn-mark-roughton0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"fsn-mark-roughton0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fsn-mark-roughton0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"fsn-mark-roughton0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"fsn-mark-roughton0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:30:\"fsn-mark-roughton0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:30:\"fsn-mark-roughton0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19306,9176,'_wp_attached_file','2019/08/fsn-mary-trini-mena0.jpg'),(19307,9176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:32:\"2019/08/fsn-mary-trini-mena0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"fsn-mary-trini-mena0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-mary-trini-mena0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"fsn-mary-trini-mena0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-mary-trini-mena0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:32:\"fsn-mary-trini-mena0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:32:\"fsn-mary-trini-mena0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19308,9177,'_wp_attached_file','2019/08/fsn-michael-baleke0.jpg'),(19309,9177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:31:\"2019/08/fsn-michael-baleke0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fsn-michael-baleke0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-michael-baleke0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"fsn-michael-baleke0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-michael-baleke0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:31:\"fsn-michael-baleke0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:31:\"fsn-michael-baleke0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19310,9178,'_wp_attached_file','2019/08/fsn-nabil-ahmed-rufai0.jpg'),(19311,9178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:34:\"2019/08/fsn-nabil-ahmed-rufai0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"fsn-nabil-ahmed-rufai0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fsn-nabil-ahmed-rufai0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"fsn-nabil-ahmed-rufai0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"fsn-nabil-ahmed-rufai0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:34:\"fsn-nabil-ahmed-rufai0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:34:\"fsn-nabil-ahmed-rufai0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19312,9179,'_wp_attached_file','2019/08/fsn-natalie-powell0.jpg'),(19313,9179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:31:\"2019/08/fsn-natalie-powell0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fsn-natalie-powell0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-natalie-powell0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"fsn-natalie-powell0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-natalie-powell0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:31:\"fsn-natalie-powell0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:31:\"fsn-natalie-powell0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19314,9180,'_wp_attached_file','2019/08/fsn-neha-poonia0.jpg'),(19315,9180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-neha-poonia0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-neha-poonia0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-neha-poonia0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-neha-poonia0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-neha-poonia0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-neha-poonia0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-neha-poonia0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19316,9181,'_wp_attached_file','2019/08/fsn-nick-harper0.jpg'),(19317,9181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-nick-harper0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-nick-harper0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-nick-harper0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-nick-harper0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-nick-harper0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-nick-harper0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-nick-harper0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19318,9182,'_wp_attached_file','2019/08/fsn-nina-maria-potts1.jpg'),(19319,9182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:33:\"2019/08/fsn-nina-maria-potts1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"fsn-nina-maria-potts1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"fsn-nina-maria-potts1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"fsn-nina-maria-potts1-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"fsn-nina-maria-potts1-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:33:\"fsn-nina-maria-potts1-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:33:\"fsn-nina-maria-potts1-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19320,9183,'_wp_attached_file','2019/08/fsn-olly-barratt.jpg'),(19321,9183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:789;s:6:\"height\";i:382;s:4:\"file\";s:28:\"2019/08/fsn-olly-barratt.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-olly-barratt-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-olly-barratt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-olly-barratt-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-olly-barratt-660x382.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-olly-barratt-420x382.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-olly-barratt-660x382.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19322,9184,'_wp_attached_file','2019/08/fsn-patrick-fok.jpg'),(19323,9184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:27:\"2019/08/fsn-patrick-fok.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"fsn-patrick-fok-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fsn-patrick-fok-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"fsn-patrick-fok-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"fsn-patrick-fok-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:27:\"fsn-patrick-fok-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:27:\"fsn-patrick-fok-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19324,9185,'_wp_attached_file','2019/08/fsn-patrick-oyet.jpg'),(19325,9185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-patrick-oyet.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-patrick-oyet-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-patrick-oyet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-patrick-oyet-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-patrick-oyet-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-patrick-oyet-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-patrick-oyet-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19326,9186,'_wp_attached_file','2019/08/fsn-phil-ihaza0.jpg'),(19327,9186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:27:\"2019/08/fsn-phil-ihaza0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"fsn-phil-ihaza0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fsn-phil-ihaza0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"fsn-phil-ihaza0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"fsn-phil-ihaza0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:27:\"fsn-phil-ihaza0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:27:\"fsn-phil-ihaza0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19328,9187,'_wp_attached_file','2019/08/fsn-rachel-silverman.jpg'),(19329,9187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:32:\"2019/08/fsn-rachel-silverman.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"fsn-rachel-silverman-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-rachel-silverman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"fsn-rachel-silverman-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"fsn-rachel-silverman-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:32:\"fsn-rachel-silverman-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:32:\"fsn-rachel-silverman-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19330,9188,'_wp_attached_file','2019/08/fsn-rebecca-bundhun.jpg'),(19331,9188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:31:\"2019/08/fsn-rebecca-bundhun.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fsn-rebecca-bundhun-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-rebecca-bundhun-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"fsn-rebecca-bundhun-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"fsn-rebecca-bundhun-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:31:\"fsn-rebecca-bundhun-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:31:\"fsn-rebecca-bundhun-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19332,9189,'_wp_attached_file','2019/08/fsn-ross-cullen0.jpg'),(19333,9189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-ross-cullen0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-ross-cullen0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-ross-cullen0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-ross-cullen0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-ross-cullen0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-ross-cullen0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-ross-cullen0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19334,9190,'_wp_attached_file','2019/08/fsn-sarah-walton.jpg'),(19335,9190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-sarah-walton.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-sarah-walton-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-sarah-walton-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-sarah-walton-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-sarah-walton-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-sarah-walton-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-sarah-walton-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19336,9191,'_wp_attached_file','2019/08/fsn-simon-marks0.jpg'),(19337,9191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:28:\"2019/08/fsn-simon-marks0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fsn-simon-marks0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-simon-marks0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"fsn-simon-marks0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"fsn-simon-marks0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"fsn-simon-marks0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"fsn-simon-marks0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19338,9192,'_wp_attached_file','2019/08/fsn-william-denselow0.jpg'),(19339,9192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:870;s:6:\"height\";i:421;s:4:\"file\";s:33:\"2019/08/fsn-william-denselow0.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"fsn-william-denselow0-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"fsn-william-denselow0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"fsn-william-denselow0-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"fsn-william-denselow0-660x420.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:33:\"fsn-william-denselow0-420x421.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:33:\"fsn-william-denselow0-660x421.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19340,9193,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19341,9193,'fw:opt:ext:pb:page-builder:json','[]'),(19342,9193,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19343,9194,'_wp_attached_file','2019/08/fsn-john-bevir.jpg'),(19344,9194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:789;s:6:\"height\";i:382;s:4:\"file\";s:26:\"2019/08/fsn-john-bevir.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"fsn-john-bevir-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fsn-john-bevir-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"fsn-john-bevir-768x372.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"fsn-john-bevir-660x382.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:26:\"fsn-john-bevir-420x382.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:26:\"fsn-john-bevir-660x382.jpg\";s:5:\"width\";i:660;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19345,9195,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1571728906531{padding-top: 35px !important;background-color: #5cc9e6 !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19346,9195,'fw:opt:ext:pb:page-builder:json','[]'),(19347,9195,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19348,9196,'_wp_attached_file','2019/08/featurestorynews-favicon.jpg'),(19349,9196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:519;s:6:\"height\";i:519;s:4:\"file\";s:36:\"2019/08/featurestorynews-favicon.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"featurestorynews-favicon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"featurestorynews-favicon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"featurestorynews-favicon-519x420.jpg\";s:5:\"width\";i:519;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:36:\"featurestorynews-favicon-420x519.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19350,9197,'_wp_attached_file','2019/08/cropped-featurestorynews-favicon.jpg'),(19351,9197,'_wp_attachment_context','site-icon'),(19352,9197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:44:\"2019/08/cropped-featurestorynews-favicon.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-512x420.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-420x512.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:44:\"cropped-featurestorynews-favicon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:42:\"cropped-featurestorynews-favicon-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19353,9198,'_wp_trash_meta_status','publish'),(19354,9198,'_wp_trash_meta_time','1574935297'),(19355,262,'_yoast_wpseo_primary_folder',''),(19356,262,'_yoast_wpseo_focuskw','fsn feature story news broadcast syndication worldwide'),(19357,262,'_yoast_wpseo_metadesc','Feature Story News offers cost-effective global coverage and live transmission facilities for broadcast networks worldwide.'),(19358,262,'_yoast_wpseo_linkdex','54'),(19359,262,'_yoast_wpseo_content_score','60'),(19360,9199,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19361,262,'_yoast_wpseo_title','%%sitename%% %%sep%% Home'),(19362,9199,'fw:opt:ext:pb:page-builder:json','[]'),(19363,9199,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19364,9200,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1572992951313{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19365,9200,'fw:opt:ext:pb:page-builder:json','[]'),(19366,9200,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19367,9201,'_wpb_shortcodes_custom_css','.vc_custom_1570791626309{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1574948432751{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19368,9201,'fw:opt:ext:pb:page-builder:json','[]'),(19369,9201,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19370,8379,'_wt_css','@media (max-width:800px){\r\r /* Iconbox center */\n .vc_custom_1570465099591 .wpb_wrapper .sh-iconbox-center{\r margin-bottom:30px;\r }\r \r /* Heading */\n .vc_custom_1570449368991 div h2{\r text-align:center;\r }\r \r /* Text block */\n .vc_custom_1570449368991 .wpb_wrapper .sh-text-block{\r text-align:center;\r }\r \r /* Text block */\n .vc_custom_1570457456502 .wpb_wrapper .sh-text-block{\r text-align:center;\r }\r \r /* Text block */\n .vc_custom_1570465112761 .wpb_wrapper .sh-text-block{\r text-align:center;\r }\r \r}'),(19371,8379,'_wt_styles','/* [rule=margin-bottom] [selector=yp-sym-uvc_custom_1570465099591yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ticonboxyp-sym-tcenter] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570465099591 .wpb_wrapper .sh-iconbox-center{margin-bottom:30px}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1570449368991divh2] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570449368991 div h2{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1570449368991yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570449368991 .wpb_wrapper .sh-text-block{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1570457456502yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570457456502 .wpb_wrapper .sh-text-block{text-align:center}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1570465112761yp-sym-uwpb_wrapperyp-sym-ushyp-sym-ttextyp-sym-tblock] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570465112761 .wpb_wrapper .sh-text-block{text-align:center}}'),(19372,7986,'_wt_css','@media (max-width:800px){\r\r /* Span Tag */\n .sh-heading .size-custom span{\r text-align:center;\r }\r \r /* Wrapper */\n .vc_custom_1570043800434 .wpb_wrapper .wpb_wrapper{\r text-align:center;\r }\r \r /* Table cell */\n .sh-counter .sh-table .sh-table-cell{\r margin-bottom:0px;\r }\r \r /* Counter */\n .vc_custom_1570031171881 .wpb_wrapper .sh-counter{\r margin-bottom:30px;\r }\r \r /* Division */\n .vc_custom_1570111485691 .vc_column_container .vc_column-inner .wpb_wrapper .sh-single-image > div{\r margin-bottom:30px;\r }\r \r /* Heading */\n .vc_custom_1570043800434 .sh-heading h2{\r text-align:center !important;\r }\r \r}'),(19373,7986,'_wt_styles','/* [rule=text-align] [selector=yp-sym-ushyp-sym-theadingyp-sym-usizeyp-sym-tcustomspan] [msize=(max-width:800px)] */\n @media (max-width:800px){.sh-heading .size-custom span{text-align:center}}\n/* [rule=text-align] [selector=yp-sym-uvc_custom_1570043800434yp-sym-uwpb_wrapperyp-sym-uwpb_wrapper] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570043800434 .wpb_wrapper .wpb_wrapper{text-align:center}} \n/* [rule=margin-bottom] [selector=yp-sym-ushyp-sym-tcounteryp-sym-ushyp-sym-ttableyp-sym-ushyp-sym-ttableyp-sym-tcell] [msize=(max-width:800px)] */\n @media (max-width:800px){.sh-counter .sh-table .sh-table-cell{margin-bottom:0px}} \n/* [rule=margin-bottom] [selector=yp-sym-uvc_custom_1570031171881yp-sym-uwpb_wrapperyp-sym-ushyp-sym-tcounter] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570031171881 .wpb_wrapper .sh-counter{margin-bottom:30px}} \n/* [rule=margin-bottom] [selector=yp-sym-uvc_custom_1570111485691yp-sym-uvc_column_containeryp-sym-uvc_columnyp-sym-tinneryp-sym-uwpb_wrapperyp-sym-ushyp-sym-tsingleyp-sym-timageyp-sym-ldiv] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570111485691 .vc_column_container .vc_column-inner .wpb_wrapper .sh-single-image > div{margin-bottom:30px}} \n/* [rule=text-align] [selector=yp-sym-uvc_custom_1570043800434yp-sym-ushyp-sym-theadingh2] [msize=(max-width:800px)] */\n @media (max-width:800px){.vc_custom_1570043800434 .sh-heading h2{text-align:center !important}}'),(19374,7718,'_yoast_wpseo_primary_folder',''),(19375,7718,'_wpgmp_location_address',''),(19376,7718,'_wpgmp_location_city',''),(19377,7718,'_wpgmp_location_state',''),(19378,7718,'_wpgmp_location_country',''),(19379,7718,'_wpgmp_metabox_latitude',''),(19380,7718,'_wpgmp_metabox_longitude',''),(19381,7718,'_wpgmp_metabox_location_redirect','marker'),(19382,7718,'_wpgmp_metabox_custom_link',''),(19383,7718,'_wpgmp_map_id','s:2:\"N;\";'),(19384,7718,'_wpgmp_metabox_marker_id','s:2:\"N;\";'),(19385,7718,'_wpgmp_metabox_taxomomies_terms','s:2:\"N;\";'),(19386,7718,'_wpgmp_extensions_fields','s:2:\"N;\";'),(19387,7718,'_yoast_wpseo_content_score','90'),(19388,9202,'_wp_trash_meta_status','publish'),(19389,9202,'_wp_trash_meta_time','1574951093'),(19390,9203,'_wpb_shortcodes_custom_css','.vc_custom_1575050184280{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1574948432751{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19391,9203,'fw:opt:ext:pb:page-builder:json','[]'),(19392,9203,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19393,9204,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1574948432751{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19394,9204,'fw:opt:ext:pb:page-builder:json','[]'),(19395,9204,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19396,9205,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1574948432751{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19397,9205,'fw:opt:ext:pb:page-builder:json','[]'),(19398,9205,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19399,9206,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19400,8950,'_yoast_wpseo_content_score','60'),(19401,9206,'fw:opt:ext:pb:page-builder:json','[]'),(19402,9206,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19403,8950,'_yoast_wpseo_primary_folder',''),(19404,9207,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1574948432751{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1565788871029{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788880447{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1565788889455{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19405,9207,'fw:opt:ext:pb:page-builder:json','[]'),(19406,9207,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19407,9208,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1574948432751{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1573348250802{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19408,9208,'fw:opt:ext:pb:page-builder:json','[]'),(19409,9208,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19410,9209,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1574948432751{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19411,9209,'fw:opt:ext:pb:page-builder:json','[]'),(19412,9209,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19413,9210,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19414,9210,'fw:opt:ext:pb:page-builder:json','[]'),(19415,9210,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19416,9211,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1575302122743{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19417,9211,'fw:opt:ext:pb:page-builder:json','[]'),(19418,9211,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19419,9212,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1575302176022{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19420,9212,'fw:opt:ext:pb:page-builder:json','[]'),(19421,9212,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19422,9213,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1575302176022{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1575302227789{padding-top: 10% !important;padding-right: 20% !important;padding-bottom: 10% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19423,9213,'fw:opt:ext:pb:page-builder:json','[]'),(19424,9213,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19425,9214,'_wpb_shortcodes_custom_css','.vc_custom_1575302339379{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1575302176022{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1575302227789{padding-top: 10% !important;padding-right: 20% !important;padding-bottom: 10% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19426,9214,'fw:opt:ext:pb:page-builder:json','[]'),(19427,9214,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19428,9215,'_wpb_shortcodes_custom_css','.vc_custom_1575302564684{padding-top: 10% !important;padding-bottom: 10% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1575302176022{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1575302227789{padding-top: 10% !important;padding-right: 20% !important;padding-bottom: 10% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19429,9215,'fw:opt:ext:pb:page-builder:json','[]'),(19430,9215,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19431,9216,'_wpb_shortcodes_custom_css','.vc_custom_1575302605093{padding-top: 5% !important;padding-bottom: 5% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1575302176022{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1575302227789{padding-top: 10% !important;padding-right: 20% !important;padding-bottom: 10% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19432,9216,'fw:opt:ext:pb:page-builder:json','[]'),(19433,9216,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19434,9217,'_wpb_shortcodes_custom_css','.vc_custom_1575302605093{padding-top: 5% !important;padding-bottom: 5% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1575302176022{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1575303506161{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1575302227789{padding-top: 10% !important;padding-right: 20% !important;padding-bottom: 10% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19435,9217,'fw:opt:ext:pb:page-builder:json','[]'),(19436,9217,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19437,9218,'_wpb_shortcodes_custom_css','.vc_custom_1575302605093{padding-top: 5% !important;padding-bottom: 5% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1575302176022{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1575303573329{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1575302227789{padding-top: 10% !important;padding-right: 20% !important;padding-bottom: 10% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19438,9218,'fw:opt:ext:pb:page-builder:json','[]'),(19439,9218,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19440,9219,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575282925367{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282935616{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575282943581{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19441,9219,'fw:opt:ext:pb:page-builder:json','[]'),(19442,9219,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19443,9220,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19444,9220,'fw:opt:ext:pb:page-builder:json','[]'),(19445,9220,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19446,9221,'_wpb_shortcodes_custom_css','.vc_custom_1575050248306{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19447,9221,'fw:opt:ext:pb:page-builder:json','[]'),(19448,9221,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19449,9222,'_wpb_shortcodes_custom_css','.vc_custom_1575374147455{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19450,9222,'fw:opt:ext:pb:page-builder:json','[]'),(19451,9222,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19452,9223,'_wpb_shortcodes_custom_css','.vc_custom_1575374672812{padding-top: 5% !important;padding-bottom: 5% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19453,9223,'fw:opt:ext:pb:page-builder:json','[]'),(19454,9223,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19455,9224,'_wpb_shortcodes_custom_css','.vc_custom_1575374733119{padding-top: 10% !important;padding-bottom: 5% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19456,9224,'fw:opt:ext:pb:page-builder:json','[]'),(19457,9224,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19458,9225,'_wpb_shortcodes_custom_css','.vc_custom_1575383289201{padding-top: 10% !important;padding-bottom: 10% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1574875901593{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19459,9225,'fw:opt:ext:pb:page-builder:json','[]'),(19460,9225,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19461,8419,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4080;s:6:\"height\";i:1440;s:4:\"file\";s:28:\"contact-fsn-header-image.png\";}}'),(19462,712,'_wp_trash_meta_status','publish'),(19463,712,'_wp_trash_meta_time','1575408228'),(19464,712,'_wp_desired_post_slug','fashion-shop-header-light'),(19465,9226,'_wpb_shortcodes_custom_css','.vc_custom_1568978864654{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568978931449{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(19466,9226,'fw_options','a:0:{}'),(19467,389,'_wp_trash_meta_status','publish'),(19468,389,'_wp_trash_meta_time','1575408228'),(19469,389,'_wp_desired_post_slug','fashion-shop-header'),(19470,9227,'_wpb_shortcodes_custom_css','.vc_custom_1568978864654{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1568978931449{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(19471,9227,'fw_options','a:0:{}'),(19472,3,'_wp_suggested_privacy_policy_content','a:3:{s:11:\"plugin_name\";s:9:\"WordPress\";s:11:\"policy_text\";s:11791:\"<div class=\"wp-suggested-text\"><h2>Who we are</h2><p class=\"privacy-policy-tutorial\">In this section you should note your site URL, as well as the name of the company, organization, or individual behind it, and some accurate contact information.</p><p class=\"privacy-policy-tutorial\">The amount of information you may be required to show will vary depending on your local or national business regulations. You may, for example, be required to display a physical address, a registered address, or your company registration number.</p><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://www.featurestorynews.com.</p><h2>What personal data we collect and why we collect it</h2><p class=\"privacy-policy-tutorial\">In this section you should note what personal data you collect from users and site visitors. This may include personal data, such as name, email address, personal account preferences; transactional data, such as purchase information; and technical data, such as information about cookies.</p><p class=\"privacy-policy-tutorial\">You should also note any collection and retention of sensitive personal data, such as data concerning health.</p><p class=\"privacy-policy-tutorial\">In addition to listing what personal data you collect, you need to note why you collect it. These explanations must note either the legal basis for your data collection and retention or the active consent the user has given.</p><p class=\"privacy-policy-tutorial\">Personal data is not just created by a user’s interactions with your site. Personal data is also generated from technical processes such as contact forms, comments, cookies, analytics, and third party embeds.</p><p class=\"privacy-policy-tutorial\">By default WordPress does not collect any personal data about visitors, and only collects the data shown on the User Profile screen from registered users. However some of your plugins may collect personal data. You should add the relevant information below.</p><h3>Comments</h3><p class=\"privacy-policy-tutorial\">In this subsection you should note what information is captured through comments. We have noted the data which WordPress collects by default.</p><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p class=\"privacy-policy-tutorial\">In this subsection you should note what information may be disclosed by users who can upload media files. All uploaded files are usually publicly accessible.</p><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><p class=\"privacy-policy-tutorial\">By default, WordPress does not include a contact form. If you use a contact form plugin, use this subsection to note what personal data is captured when someone submits a contact form, and how long you keep it. For example, you may note that you keep contact form submissions for a certain period for customer service purposes, but you do not use the information submitted through them for marketing purposes.</p><h3>Cookies</h3><p class=\"privacy-policy-tutorial\">In this subsection you should list the cookies your web site uses, including those set by your plugins, social media, and analytics. We have provided the cookies which WordPress installs by default.</p><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><p class=\"privacy-policy-tutorial\">In this subsection you should note what analytics package you use, how users can opt out of analytics tracking, and a link to your analytics provider’s privacy policy, if any.</p><p class=\"privacy-policy-tutorial\">By default WordPress does not collect any analytics data. However, many web hosting accounts collect some anonymous analytics data. You may also have installed a WordPress plugin that provides analytics services. In that case, add information from that plugin here.</p><h2>Who we share your data with</h2><p class=\"privacy-policy-tutorial\">In this section you should name and list all third party providers with whom you share site data, including partners, cloud-based services, payment processors, and third party service providers, and note what data you share with them and why. Link to their own privacy policies if possible.</p><p class=\"privacy-policy-tutorial\">By default WordPress does not share any personal data with anyone.</p><h2>How long we retain your data</h2><p class=\"privacy-policy-tutorial\">In this section you should explain how long you retain personal data collected or processed by the web site. While it is your responsibility to come up with the schedule of how long you keep each dataset for and why you keep it, that information does need to be listed here. For example, you may want to say that you keep contact form entries for six months, analytics records for a year, and customer purchase records for ten years.</p><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p class=\"privacy-policy-tutorial\">In this section you should explain what rights your users have over their data and how they can invoke those rights.</p><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p class=\"privacy-policy-tutorial\">In this section you should list all transfers of your site data outside the European Union and describe the means by which that data is safeguarded to European data protection standards. This could include your web hosting, cloud storage, or other third party services.</p><p class=\"privacy-policy-tutorial\">European data protection law requires data about European residents which is transferred outside the European Union to be safeguarded to the same standards as if the data was in Europe. So in addition to listing where data goes, you should describe how you ensure that these standards are met either by yourself or by your third party providers, whether that is through an agreement such as Privacy Shield, model clauses in your contracts, or binding corporate rules.</p><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><p class=\"privacy-policy-tutorial\">In this section you should provide a contact method for privacy-specific concerns. If you are required to have a Data Protection Officer, list their name and full contact details here as well.</p><h2>Additional information</h2><p class=\"privacy-policy-tutorial\">If you use your site for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy policy in addition to the information we have already discussed.</p><h3>How we protect your data</h3><p class=\"privacy-policy-tutorial\">In this section you should explain what measures you have taken to protect your users’ data. This could include technical measures such as encryption; security measures such as two factor authentication; and measures such as staff training in data protection. If you have carried out a Privacy Impact Assessment, you can mention it here too.</p><h3>What data breach procedures we have in place</h3><p class=\"privacy-policy-tutorial\">In this section you should explain what procedures you have in place to deal with data breaches, either potential or real, such as internal reporting systems, contact mechanisms, or bug bounties.</p><h3>What third parties we receive data from</h3><p class=\"privacy-policy-tutorial\">If your web site receives data about users from third parties, including advertisers, this information must be included within the section of your privacy policy dealing with third party data.</p><h3>What automated decision making and/or profiling we do with user data</h3><p class=\"privacy-policy-tutorial\">If your web site provides a service which includes automated decision making - for example, allowing customers to apply for credit, or aggregating their data into an advertising profile - you must note that this is taking place, and include information about how that information is used, what decisions are made with that aggregated data, and what rights users have over decisions made without human intervention.</p><h3>Industry regulatory disclosure requirements</h3><p class=\"privacy-policy-tutorial\">If you are a member of a regulated industry, or if you are subject to additional privacy laws, you may be required to disclose that information here.</p></div>\";s:5:\"added\";i:1575408787;}'),(19473,3,'_wp_suggested_privacy_policy_content','a:3:{s:11:\"plugin_name\";s:17:\"Really Simple SSL\";s:11:\"policy_text\";s:313:\"<p>Really Simple SSL and Really Simple SSL add-ons do not process any personal identifiable information, so the GDPR does not apply to these plugins or usage of these plugins on your website. You can find our privacy policy <a href=\"https://really-simple-ssl.com/privacy-statement/\" target=\"_blank\">here</a>.</p>\n\";s:5:\"added\";i:1575408787;}'),(19474,8870,'_wpgmp_location_address',''),(19475,8870,'_wpgmp_location_city',''),(19476,8870,'_wpgmp_location_state',''),(19477,8870,'_wpgmp_location_country',''),(19478,8870,'_wpgmp_metabox_latitude',''),(19479,8870,'_wpgmp_metabox_longitude',''),(19480,8870,'_wpgmp_metabox_location_redirect','marker'),(19481,8870,'_wpgmp_metabox_custom_link',''),(19482,8870,'_wpgmp_map_id','s:2:\"N;\";'),(19483,8870,'_wpgmp_metabox_marker_id','s:2:\"N;\";'),(19484,8870,'_wpgmp_metabox_taxomomies_terms','s:2:\"N;\";'),(19485,8870,'_wpgmp_extensions_fields','s:2:\"N;\";'),(19486,9228,'_wpb_shortcodes_custom_css','.vc_custom_1570465463877{padding-bottom: 75px !important;}.vc_custom_1572427174411{padding-right: 50% !important;}'),(19487,8870,'_yoast_wpseo_content_score','60'),(19488,9228,'fw:opt:ext:pb:page-builder:json','[]'),(19489,9228,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19490,8870,'_yoast_wpseo_primary_folder',''),(19491,9231,'_wp_attached_file','2019/08/Canal33-fsn-live.png'),(19492,9231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1438;s:6:\"height\";i:790;s:4:\"file\";s:28:\"2019/08/Canal33-fsn-live.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Canal33-fsn-live-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Canal33-fsn-live-1024x563.png\";s:5:\"width\";i:1024;s:6:\"height\";i:563;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Canal33-fsn-live-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Canal33-fsn-live-768x422.png\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Canal33-fsn-live-660x420.png\";s:5:\"width\";i:660;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"jevelin-portrait\";a:4:{s:4:\"file\";s:28:\"Canal33-fsn-live-420x660.png\";s:5:\"width\";i:420;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"jevelin-square\";a:4:{s:4:\"file\";s:28:\"Canal33-fsn-live-660x660.png\";s:5:\"width\";i:660;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"jevelin-landscape-large\";a:4:{s:4:\"file\";s:29:\"Canal33-fsn-live-1200x675.png\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19493,9232,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19494,9232,'fw:opt:ext:pb:page-builder:json','[]'),(19495,9232,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19496,9148,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19497,9233,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19498,9233,'fw:opt:ext:pb:page-builder:json','[]'),(19499,9233,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19500,9234,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19501,9234,'fw:opt:ext:pb:page-builder:json','[]'),(19502,9234,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19503,9075,'_wpgmp_location_address',''),(19504,9075,'_wpgmp_location_city',''),(19505,9075,'_wpgmp_location_state',''),(19506,9075,'_wpgmp_location_country',''),(19507,9075,'_wpgmp_metabox_latitude',''),(19508,9075,'_wpgmp_metabox_longitude',''),(19509,9075,'_wpgmp_metabox_location_redirect','marker'),(19510,9075,'_wpgmp_metabox_custom_link',''),(19511,9075,'_wpgmp_map_id','s:2:\"N;\";'),(19512,9075,'_wpgmp_metabox_marker_id','s:2:\"N;\";'),(19513,9075,'_wpgmp_metabox_taxomomies_terms','s:2:\"N;\";'),(19514,9075,'_wpgmp_extensions_fields','s:2:\"N;\";'),(19515,9075,'_yoast_wpseo_content_score','90'),(19516,9235,'_wpb_shortcodes_custom_css','.vc_custom_1573832267023{padding-top: 10px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19517,9235,'fw:opt:ext:pb:page-builder:json','[]'),(19518,9235,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19519,9075,'_yoast_wpseo_primary_folder',''),(19520,9236,'_wpb_shortcodes_custom_css','.vc_custom_1573832267023{padding-top: 10px !important;}.vc_custom_1573819421588{padding-right: 15% !important;padding-bottom: 30px !important;padding-left: 15% !important;background-color: #51cce2 !important;}'),(19521,9236,'fw:opt:ext:pb:page-builder:json','[]'),(19522,9236,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:3:\"off\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:7:\"default\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19523,9237,'_wpb_shortcodes_custom_css','.vc_custom_1575383289201{padding-top: 10% !important;padding-bottom: 10% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}.vc_custom_1570619839676{background-color: #ed5929 !important;}.vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}.vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}.vc_custom_1576006260826{padding-top: 35px !important;padding-bottom: 50px !important;}.vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570793251928{padding-right: 20% !important;}.vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}.vc_custom_1565792709204{padding-top: 20px !important;}.vc_custom_1565792743461{padding-bottom: 20px !important;}.vc_custom_1565552719508{padding-bottom: 50px !important;}.vc_custom_1565598144539{padding-bottom: 40px !important;}.vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}.vc_custom_1574895334175{padding-left: 25px !important;}.vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}'),(19524,9237,'fw:opt:ext:pb:page-builder:json','[]'),(19525,9237,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'),(19526,9238,'_wpb_shortcodes_custom_css','.vc_custom_1572891028736{padding-top: 30px !important;}.vc_custom_1572891840531{background-color: #efefef !important;}.vc_custom_1573228570559{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}.vc_custom_1572994299998{background-color: #efefef !important;}.vc_custom_1574894154262{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1570619543267{padding-right: 10% !important;}.vc_custom_1572991956394{padding-right: 10% !important;}.vc_custom_1565287798379{padding-left: 25px !important;}.vc_custom_1572985980166{padding-right: 10% !important;padding-left: 10% !important;}.vc_custom_1573228017736{padding-top: 5% !important;}.vc_custom_1573228063533{padding-top: 5% !important;}.vc_custom_1573228071600{padding-top: 5% !important;}.vc_custom_1573227868662{margin-top: 5% !important;padding-right: 15% !important;padding-left: 15% !important;}.vc_custom_1573227796687{padding-top: 5% !important;}.vc_custom_1573227804360{padding-top: 5% !important;}.vc_custom_1573227812301{padding-top: 5% !important;}.vc_custom_1573227821444{padding-top: 5% !important;}.vc_custom_1573227829457{padding-top: 5% !important;}'),(19527,9238,'fw:opt:ext:pb:page-builder:json','[]'),(19528,9238,'fw_options','a:28:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:0;}s:11:\"page_layout\";s:14:\"global_default\";s:6:\"header\";s:2:\"on\";s:13:\"header_layout\";s:7:\"default\";s:11:\"page_title1\";s:0:\"\";s:20:\"header_above_content\";s:8:\"disabled\";s:11:\"page_title2\";s:0:\"\";s:12:\"header_style\";a:3:{s:12:\"header_style\";s:7:\"default\";s:5:\"light\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}s:20:\"light light_noborder\";a:4:{s:11:\"description\";s:55:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit\";s:11:\"breadcrumbs\";b:0;s:13:\"scroll_button\";b:0;s:19:\"titlebar_text_style\";s:6:\"style1\";}}s:9:\"titlebar1\";s:0:\"\";s:8:\"titlebar\";s:3:\"off\";s:19:\"titlebar_text_color\";s:0:\"\";s:19:\"titlebar_background\";s:0:\"\";s:28:\"titlebar_background_parallax\";s:7:\"default\";s:18:\"titlebar_revslider\";s:8:\"disabled\";s:14:\"footer_widgets\";s:7:\"default\";s:22:\"footer_widgets_padding\";s:0:\"\";s:13:\"copyright_bar\";s:7:\"default\";s:16:\"page_blog_notice\";s:0:\"\";s:16:\"page_blog_editor\";s:3:\"off\";s:15:\"page-blog-style\";s:22:\"masonry masonry-shadow\";s:24:\"page_blog_categories_tab\";s:3:\"off\";s:18:\"page_blog_category\";a:0:{}s:24:\"page_blog_posts_per_page\";s:7:\"default\";s:25:\"page_blog_pagination_type\";s:7:\"default\";s:12:\"accent_color\";s:0:\"\";s:18:\"accent_hover_color\";s:0:\"\";s:23:\"header_nav_active_color\";s:0:\"\";s:18:\"footer_hover_color\";s:0:\"\";}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=9239 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (23,1,'2015-03-17 21:29:23','2015-03-17 21:29:23','','Tile Homepage','','publish','closed','closed','','tile-homepage','','','2015-03-17 21:29:23','2015-03-17 21:29:23','',0,'https://themify.me/demo/themes/tiles-plugin/?post_type=themify_tile&p=23',0,'themify_tile','',0),(36,1,'2015-03-19 23:27:28','2015-03-19 23:27:28','','Gallery','','publish','closed','closed','','gallery','','','2015-03-19 23:27:28','2015-03-19 23:27:28','',0,'https://themify.me/demo/themes/tiles-plugin/?post_type=themify_tile&p=36',0,'themify_tile','',0),(43,1,'2015-03-17 21:27:14','2015-03-17 21:27:14','','Animation','','publish','closed','closed','','animation','','','2015-03-17 21:27:14','2015-03-17 21:27:14','',0,'https://themify.me/demo/themes/tiles-plugin/?post_type=themify_tile&p=43',0,'themify_tile','',0),(69,1,'2018-03-05 15:30:19','2018-03-05 15:30:19','[vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1566575626790{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_heading_simple content2=\"WE MAKE WEBSITES\" heading=\"h1\" weight=\"600\" italic=\"\" size=\"custom\" desktop_size=\"50px\" responsive_size=\"38px\" line_height=\"40px\" animation_speed=\"2\" animation_delay=\"0\" margin=\"\"][vcj_empty_space height=\"20px\" height_tablet=\"15px\"][vcj_button text=\"GET IN TOUCH\" url=\"mailto:nic@featurestorynews.com\" target=\"_blank\" alignment=\"center\" alignment_mobile=\"center\" style=\"2\" radius=\"25\" border_size=\"\" full=\"\" text_hover_color=\"#ffffff\" background_hover_color=\"#22afe2\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row]','Side by Side','','trash','closed','closed','','side-by-side__trashed','','','2019-11-26 16:26:47','2019-11-26 16:26:47','',0,'http://cdn.jevelin.shufflehound.com/coming-soon/?page_id=69',0,'page','',0),(262,1,'2018-08-14 08:27:16','2018-08-14 08:27:16','[vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1575383289201{padding-top: 10% !important;padding-bottom: 10% !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/trump-copy.jpg?id=8467) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"home\" background_image_mobile=\"8355\"][vc_column width=\"1/2\" overflow=\"default\" el_class=\"homebackground\" padding_tablet=\"15% 15% 0% 15%\" css=\".vc_custom_1570793251928{padding-right: 20% !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"400\" italic=\"\" size=\"custom\" desktop_size=\"50px\" responsive_size=\"35px\" line_height=\"1em\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 50px 0px 0px\" margin_responsive=\"0px 0px 0px 0px\"][vcj_empty_space height=\"30px\" height_tablet=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide.\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"400\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 200px 0px 0px\" margin_responsive=\"0px 0px 0px 0px\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"#about\" target=\"_self\" alignment_mobile=\"left\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" background_color=\"#ed5929\" animation_speed=\"2\" animation_delay=\"\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565795236898{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"50px 0px 70px 0px\" el_id=\"about\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"20px 10px 0px 10px\" css=\".vc_custom_1565960881176{padding-right: 3% !important;padding-left: 3% !important;}\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in <a href=\"#bureaus\">more than 30 locations</a>.[/vc_column_text][/vc_column][vc_column width=\"2/3\" overflow=\"default\"][vcj_image_gallery images=\"9191,9182,9173,9194,9183,9184,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164,9165,9166,9167,9168,9169,9170,9171,9172,9175,9176,9177,9178,9179,9180,9181,9185,9186,9187,9188,9189,9190,9192\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\" lazy=\"enabled\"][vcj_empty_space height=\"50px\" height_tablet=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565792709204{padding-top: 20px !important;}\"][vc_column_inner width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565792743461{padding-bottom: 20px !important;}\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" background_color=\"#ed5929\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" background_color=\"#ed5929\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1570619839676{background-color: #ed5929 !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"400\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider width=\"fixed\" fixed_width=\"33%\" type=\"solid\" radius=\"0\" line_color=\"#ffffff\"][vcj_empty_space height=\"25px\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner el_class=\"hubs\" width=\"1/4\" overflow=\"default\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner el_class=\"locations\" width=\"1/4\" overflow=\"default\"][vcj_counter number=\"32\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner el_class=\"correspondents\" width=\"1/4\" overflow=\"default\"][vcj_counter number=\"75\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner el_class=\"clients\" width=\"1/4\" overflow=\"default\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565792946287{padding-top: 50px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"30px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1575367815961{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"https://www.featurestorynews.com/fsn-live/\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#ed5929\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1575367828748{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"VIEW SHOWCASE\" url=\"#showcase\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#ed5929\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1575367847913{margin-right: 10px !important;margin-left: 10px !important;background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"http://www.fsnradionews.com/FSNNews/FSNWorldNews.mp3\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#ed5929\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1575289188626{padding-top: 20px !important;padding-bottom: 50px !important;background-color: #b52725 !important;}\" el_id=\"fsnlivesuite\" padding_tablet=\"0% 5% 10% 5%\"][vc_column width=\"2/3\" overflow=\"default\"][smartslider3 slider=\"8\"][/vc_column][vc_column css_animation=\"none\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1574895334175{padding-left: 25px !important;}\"][vcj_empty_space height=\"25px\"][vcj_single_image image=\"8963\" alignment_mobile=\"center\" radius=\"0\" lightbox=\"0\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider type=\"solid\" radius=\"0\" line_color=\"#ffffff\"][vcj_empty_space height=\"25px\"][vcj_text_block paragraph_whitespace=\"1\"]<span style=\"color: #ffffff;\">Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.</span>[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Our%20unique%20%E2%80%9CREMOTE%E2%80%9D%20mode%20allows%20MCR%20engineers%20to%20control%20focus%2C%20shutter%2C%20zoom%2C%20latency%20and%20now%20-%20via%20remote-controlled%20gimbal%20-%20pan%20and%20tilt.%20%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in%20the%20field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style1\" border_radius=\"5px\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\" expanded_text_color=\"#505050\" expanded_background_color=\"#f4f4f4\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" text_color=\"#505050\" background_color=\"#ffffff\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1571734422608{padding-top: 30px !important;padding-bottom: 50px !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"JOIN OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\" el_class=\".desktopclients\"][vc_column_inner width=\"1/2\"][vcj_image_gallery_simple images=\"8276,8275,8274,8273,6162,6161,6158,6159,6160,6156,6157,6155,8281,8279,8277\" columns=\"5columns\" overlay=\"off\" gap=\"15px\" radius=\"0px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_image_gallery_simple images=\"8291,8290,8289,8288,8287,8286,8285,8284,8283,8282\" columns=\"5columns\" overlay=\"off\" gap=\"15px\" radius=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\" el_class=\".mobileclients\"][vc_column_inner][vcj_single_image image=\"8535\" radius=\"0\" lightbox=\"0\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1571733448352{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #efefef !important;}\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22Sara%20Just%22%2C%22job%22%3A%22Executive%20Producer%2C%20PBS%20NewsHour%22%2C%22quote%22%3A%22%5C%22I%20just%20want%20to%20thank%20you%20for%20the%20excellent%20reports%20you%E2%80%99ve%20done%20for%20us%20on%20the%20PBS%20NewsHour%20on%20Hong%20Kong.%20Terrific%20footage%20and%20interviews%20%E2%80%93%20and%20a%20clear%20narrative%20of%20the%20tinderbox%20there.%20%20It%20has%20been%20pleasure%20working%20with%20you%20%E2%80%93%20and%20hope%20we%20can%20do%20more.%5C%22%20%22%2C%22avatar%22%3A%229031%22%7D%2C%7B%22name%22%3A%22Kimberly%20Miller%22%2C%22job%22%3A%22Fox%20News%22%2C%22quote%22%3A%22%5C%22Thanks%20to%20all%20the%20members%20of%20Feature%20Story%20News%20who%20have%20always%20been%20an%20important%20part%20of%20our%20ability%20to%20cover%20news%20in%20Moscow.%5C%22%22%2C%22avatar%22%3A%229029%22%7D%2C%7B%22name%22%3A%22Bob%20Wheelock%22%2C%22job%22%3A%22VP%20Content%2C%20i24%20News%22%2C%22quote%22%3A%22%5C%22We%20are%20a%20stronger%20channel%20in%20part%20because%20of%20what%20your%20company%20offers%2C%20and%20I%20thank%20you%20for%20that.%20The%20bonus%20is%20that%20your%20folks%20and%20organization%20and%20a%20joy%20to%20work%20with%20as%20well.%5C%22%22%2C%22avatar%22%3A%229030%22%7D%2C%7B%22name%22%3A%22Jose%20Mauricio%20Loucel%22%2C%22job%22%3A%22President%2C%20Canal%2033%3A%22%2C%22quote%22%3A%22%5C%22For%20sure%2C%20FSN%20absolutely%20opens%20our%20door%20to%20the%20world.%20We%20believe%20that%20the%20opportunity%20provided%20by%20FSN%20is%20very%20relevant%20to%20the%20future%20of%20the%20channel.%5C%22%22%2C%22avatar%22%3A%229037%22%7D%5D\" autoplay=\"on\" quote=\"off\" description_styles=\"regular\" description_size=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" disable_element=\"yes\" overflow=\"default\" css=\".vc_custom_1576006260826{padding-top: 35px !important;padding-bottom: 50px !important;}\" el_id=\"bureaus\" el_class=\"bureaus\"][vc_column][vcj_heading_simple content2=\"FSN WORLDWIDE RESOURCES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing/\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" shadow=\"simple\" full=\"\" background_color=\"#ed5929\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" overflow=\"default\" css=\".vc_custom_1575283125598{margin-bottom: -50px !important;padding-top: 50px !important;padding-bottom: 100px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"8956\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\" submit_background_color=\"#dd773b\"][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2019-12-10 19:31:04','2019-12-10 19:31:04','',0,'https://cdn.jevelin.shufflehound.com/startup-vc/?page_id=262',0,'page','',0),(363,1,'2016-05-07 00:10:25','2016-05-07 00:10:25','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam orci enim, vulputate eu ultrices non, feugiat a ante. Maecenas luctus ligula vitae ipsum rhoncus semper. Vestibulum eleifend tempus ligula. Sed imperdiet, tortor non accumsan fermentum, ex nibh lacinia mi, nec suscipit tortor ante sed quam. Vestibulum hendrerit quis mauris vel fringilla.','Black glasses','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam orci enim, vulputate eu ultrices non, feugiat a ante. Maecenas luctus ligula vitae ipsum rhoncus semper. Vestibulum eleifend tempus ligula. Sed imperdiet, tortor non accumsan fermentum, ex nibh lacinia mi, nec suscipit tortor ante sed quam. Vestibulum hendrerit quis mauris vel fringilla.','publish','open','closed','','flower-bouquets-one','','','2016-05-07 00:10:25','2016-05-07 00:10:25','',0,'http://lab1.shufflehound.com/experiments/?post_type=product&p=363',0,'product','',0),(368,1,'2016-05-07 00:15:05','2016-05-07 00:15:05','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam orci enim, vulputate eu ultrices non, feugiat a ante. Maecenas luctus ligula vitae ipsum rhoncus semper. Vestibulum eleifend tempus ligula. Sed imperdiet, tortor non accumsan fermentum, ex nibh lacinia mi, nec suscipit tortor ante sed quam. Vestibulum hendrerit quis mauris vel fringilla.','Basic t-shirt','Maecenas luctus ligula vitae ipsum rhoncus semper. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam orci enim, vulputate eu ultrices non, feugiat a ante. Maecenas luctus ligula vitae ipsum rhoncus semper. Vestibulum eleifend tempus ligula. Sed imperdiet, tortor non accumsan fermentum, ex nibh lacinia mi, nec suscipit tortor ante sed quam. Vestibulum hendrerit quis mauris vel fringilla.','publish','open','closed','','basic-t-shirt-3','','','2016-05-07 00:15:05','2016-05-07 00:15:05','',0,'http://lab1.shufflehound.com/experiments/?post_type=product&p=368',0,'product','',0),(389,1,'2019-07-04 15:26:29','2019-07-04 15:26:29','<p>[vc_row overflow=\"default\" css=\".vc_custom_1568978864654{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1568978931449{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vcj_header_builder header_layout=\"8\" width=\"full\" header_preset=\"dark-transparent\" header_sticky=\"enabled\" header_nav_font_weight=\"700\" header_nav_font_weight_active=\"700\" header_element_spacing=\"xxlarge\" header_icon_pack=\"themify\" sticky_shadow=\"medium\" header_buttons_weight=\"700\" header_buttons_radius=\"25px\" header_buttons_height=\"50\" header_buttons_leftright_padding=\"45px\" social_facebook=\"\" social_twitter=\"\" social_youtube=\"\" social_instagram=\"\" header_nav_search_hidden=\"true\" header_nav_social_hidden=\"true\" topbar_hidden=\"true\" topbar_navigation_hidden=\"true\" header_buttons=\"%5B%7B%22name%22%3A%22BUY%20NOW%22%2C%22link%22%3A%22https%3A%2F%2Fthemeforest.net%2Fitem%2Fjevelin-multipurpose-premium-responsive-wordpress-theme%2F14728833%3Fref%3DShufflehound%22%7D%5D\" topbar_buttons=\"%5B%7B%22name%22%3A%22Button%20Name%22%2C%22link%22%3A%22http%3A%2F%2Flab1.shufflehound.com%2Ffashion-shop-wpbakery%22%7D%5D\" header_logo=\"528\" header_font_size=\"14px\" header_nav_text_color=\"#2b2b2b\" dropdown_background_color=\"#ffffff\" dropdown_link_color=\"#363636\" dropdown_link_hover_color=\"#f84258\" dropdown_link_active_color=\"#f84258\" dropdown_title_color=\"#f84258\" topbar_background_color=\"#363636\" header_nav_text_hover_color=\"#b3b3b3\" dropdown_item_background_color=\"#f84258\" css=\".vc_custom_1568989512069{padding-top: 30px !important;}\" header_button_text_color=\"#ffffff\" header_button_text_hover_color=\"#ffffff\" header_button_background_color=\"#7d1eff\" header_button_background_hover_color=\"#aa6dff\" header_icon_color=\"#a07eb5\" header_padding=\"30px 0px 30px 0px\" sticky_nav_text_color=\"#2b2b2b\" sticky_nav_text_hover_color=\"#b3b3b3\"][/vc_column][/vc_row]</p>\n','Fashion Shop Header - Dark','','trash','closed','closed','','fashion-shop-header__trashed','','','2019-12-03 21:23:48','2019-12-03 21:23:48','',0,'https://cdn.jevelin.shufflehound.com/fashion-shop-wpbakery/?post_type=shufflehound_header&p=389',0,'shufflehound_header','',0),(495,1,'2019-08-30 16:19:30','2019-08-30 16:19:30','[vc_row equal_height=\"yes\" overflow=\"default\" css=\".vc_custom_1572352167367{padding-top: 30px !important;padding-bottom: 70px !important;}\"][vc_column css_animation=\"slideInLeft\" width=\"1/2\" overflow=\"default\" css=\".vc_custom_1570197067528{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"reverse_order\"][vc_row_inner][vc_column_inner overflow=\"default\" css=\".vc_custom_1570619543267{padding-right: 10% !important;}\"][vcj_heading_simple content2=\"NEW FRONTIERS WITH FSN LIVE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" letter_spacing=\"1px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vcj_empty_space height=\"30px\" height_tablet=\"50px\"][vcj_single_image image=\"8432\" alignment=\"center\" radius=\"15\" lightbox=\"0\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" overflow=\"default\" max_width=\"460px\" el_class=\"reverse_order\"][vcj_empty_space height=\"40px\" height_tablet=\"50px\"][vc_row_inner overflow=\"default\" margin_tablet=\"0px 0px 20px 0px\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 35px 0px\"][vcj_button text=\"SUBSCRIBE TO FSN LIVE\" url=\"mailto:info@featurestory.com\" target=\"_self\" radius=\"25\" border_size=\"2\" full=\"\" background_color=\"#ed5929\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"EXISTING SUBSCRIBER?\" url=\"#training\" target=\"_self\" radius=\"25\" border_size=\"2\" full=\"\" background_color=\"#ed5929\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vcj_empty_space height=\"40px\" height_tablet=\"50px\"][vcj_text_block paragraph_whitespace=\"1\" margin=\"0px 5px 0px 5px\"]FSN Live is revolutionizing the way broadcasters and web publishers access full spectrum HD TV signals from locations around the world. Every day, we deliver scores of live signals to leading news networks all over the globe because FSN Live offers:[/vcj_text_block][vcj_empty_space height=\"30px\" height_tablet=\"50px\"][vcj_icon_box icon=\"fa fa-check\" title=\"THE BEST ALTERNATIVE\" improved_responsiveness=\"1\" style=\"style12\" alignment=\"left\" color_icon=\"#1bdae8\" icon_size=\"27px\"]A technologically superior and cost-effective\r\nalternative to satellite and fiber connections.[/vcj_icon_box][vcj_empty_space height=\"30px\" height_tablet=\"30px\"][vcj_icon_box icon=\"fa fa-check\" title=\"UNPARALLELED RELIABILITY\" improved_responsiveness=\"1\" style=\"style12\" alignment=\"left\" color_icon=\"#1bdae8\" icon_size=\"27px\"]Reliable, proven digital connectivity with less\r\nlatency than a double-hop satellite or microwave link.[/vcj_icon_box][vcj_empty_space height=\"30px\" height_tablet=\"30px\"][vcj_icon_box icon=\"fa fa-check\" title=\"A FUTUREPROOF SOLUTION\" improved_responsiveness=\"1\" style=\"style12\" alignment=\"left\" color_icon=\"#1bdae8\" icon_size=\"27px\"]Stay ahead of TV live technology rather\r\nthan remain behind the curve.[/vcj_icon_box][vcj_empty_space height=\"30px\" height_tablet=\"30px\"][vcj_icon_box icon=\"fa fa-check\" title=\"FISCAL CONTROL\" improved_responsiveness=\"1\" style=\"style12\" alignment=\"left\" color_icon=\"#1bdae8\" icon_size=\"27px\"]Keep your news technology budgets under control so you can devote resources to content.[/vcj_icon_box][vcj_empty_space height=\"30px\" height_tablet=\"50px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">[video_lightbox_youtube video_id=\"53Gh97yJUSA&rel=0\" width=\"640\" height=\"480\" anchor=\"https://www.featurestorynews.com/wp-content/uploads/2019/10/button-watch-video.png\"]</span></p>\r\n[/vcj_text_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1570175507547{padding-top: 50px !important;padding-bottom: 100px !important;background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/10/fsn-live-background-image.png?id=8266) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" padding_tablet=\"50px 30px 30px 30px\"][vc_column css_animation=\"fadeIn\" overflow=\"default\" max_width=\"550px\"][vcj_heading_simple content2=\"WHAT OUR CLIENTS SAY\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" line_height=\"30px\" letter_spacing=\"1px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"90px\"][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22Sophie%20Mokoena%22%2C%22job%22%3A%22Foreign%20Editor%2C%20SABC%20TV%20News%22%2C%22quote%22%3A%22%5C%22We%20were%20delighted%20with%20the%20live%20shots%20that%20FSN%20provided%20to%20SABC%20from%20Havana.%20They%20gave%20our%20viewers%20a%20great%20window%20into%20the%20evolving%20relationship%20of%20the%20US%20and%20Cuban%20peoples%20%20and%20added%20a%20distinctive%20element%20to%20our%20programming%2C%20which%20our%20viewers%20appreciated.%20The%20transmissions%20were%20easy%20to%20schedule%2C%20reliable%20and%20extremely%20economical.%5C%22%22%2C%22avatar%22%3A%228023%22%7D%5D\" color_heading=\"#1bb6e5\" color_job=\"#3f3849\" color_switch=\"#1bb6e5\" color_quote=\"#d4b5ff\" quote=\"off\" description_styles=\"regular\" description_size=\"18px\"][/vc_column][/vc_row]','FSN LIVE','','trash','closed','closed','','fsnlive__trashed','','','2019-11-15 09:49:21','2019-11-15 09:49:21','',0,'https://cdn.jevelin.shufflehound.com/single-product/?page_id=495',0,'page','',0),(712,1,'2019-09-20 11:32:17','2019-09-20 11:32:17','<p>[vc_row overflow=\"default\" css=\".vc_custom_1568978864654{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1568978931449{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vcj_header_builder header_layout=\"8\" width=\"full\" header_preset=\"dark-transparent\" header_sticky=\"enabled\" header_nav_font_weight=\"700\" header_nav_font_weight_active=\"700\" header_element_spacing=\"xxlarge\" header_icon_pack=\"themify\" sticky_shadow=\"xlarge\" header_buttons_weight=\"700\" header_buttons_radius=\"25px\" header_buttons_height=\"50\" header_buttons_leftright_padding=\"45px\" mobile_border_color=\"rgba(255,255,255,0)\" social_facebook=\"\" social_twitter=\"\" social_youtube=\"\" social_instagram=\"\" header_nav_search_hidden=\"true\" header_nav_social_hidden=\"true\" topbar_hidden=\"true\" topbar_navigation_hidden=\"true\" header_buttons=\"%5B%7B%22name%22%3A%22BUY%20NOW%22%2C%22link%22%3A%22https%3A%2F%2Fthemeforest.net%2Fitem%2Fjevelin-multipurpose-premium-responsive-wordpress-theme%2F14728833%3Fref%3DShufflehound%22%7D%5D\" topbar_buttons=\"%5B%7B%22name%22%3A%22Button%20Name%22%2C%22link%22%3A%22http%3A%2F%2Flab1.shufflehound.com%2Ffashion-shop-wpbakery%22%7D%5D\" header_logo=\"529\" header_font_size=\"14px\" header_nav_text_color=\"#ffffff\" dropdown_background_color=\"#1e73be\" dropdown_link_color=\"#81d742\" dropdown_link_hover_color=\"#dd9933\" dropdown_link_active_color=\"#f84258\" dropdown_title_color=\"#eeee22\" topbar_background_color=\"#363636\" header_nav_text_hover_color=\"#b3b3b3\" dropdown_item_background_color=\"#f84258\" css=\".vc_custom_1568991382900{padding-top: 30px !important;}\" header_button_text_color=\"#ffffff\" header_button_text_hover_color=\"#ffffff\" header_button_background_color=\"#7d1eff\" header_button_background_hover_color=\"#aa6dff\" header_logo_sticky=\"528\" header_icon_color=\"#a07eb5\" header_padding=\"30px 0px 30px 0px\" sticky_nav_text_color=\"#2b2b2b\" sticky_nav_text_hover_color=\"#b3b3b3\" dropdown_border_color=\"#ab73e2\"][/vc_column][/vc_row]</p>\n','Fashion Shop Header - Light','','trash','closed','closed','','fashion-shop-header-light__trashed','','','2019-12-03 21:23:48','2019-12-03 21:23:48','',0,'https://cdn.jevelin.shufflehound.com/single-product/?post_type=shufflehound_header&p=712',0,'shufflehound_header','',0),(738,1,'2016-05-21 16:11:29','2016-05-21 16:11:29','','FSN LIVE','','publish','closed','closed','','team','','','2019-12-03 21:28:43','2019-12-03 21:28:43','',0,'http://cdn.jevelin.shufflehound.com/landing22/?p=738',2,'nav_menu_item','',0),(740,1,'2016-05-21 16:11:29','2016-05-21 16:11:29','','CONTACT','','publish','closed','closed','','partners','','','2019-12-03 21:28:43','2019-12-03 21:28:43','',0,'http://cdn.jevelin.shufflehound.com/landing22/?p=740',43,'nav_menu_item','',0),(741,1,'2016-05-21 16:11:29','2016-05-21 16:11:29','','FSN BUREAUS & STUDIOS','','publish','closed','closed','','about-us','','','2019-12-03 21:28:43','2019-12-03 21:28:43','',0,'http://cdn.jevelin.shufflehound.com/landing22/?p=741',3,'nav_menu_item','',0),(758,1,'2016-05-21 16:58:43','2016-05-21 16:58:43','','FSN HOME','','publish','closed','closed','','home-2','','','2019-12-03 21:28:43','2019-12-03 21:28:43','',0,'http://cdn.jevelin.shufflehound.com/landing22/?p=758',1,'nav_menu_item','',0),(958,1,'2016-07-09 20:34:01','2016-07-09 20:34:01','','LASTEST COVERAGE','','publish','closed','closed','','layouts','','','2019-12-03 21:28:43','2019-12-03 21:28:43','',0,'http://cdn.jevelin.shufflehound.com/landing22/?p=958',40,'nav_menu_item','',0),(1753,1,'2018-05-03 13:06:09','2018-05-03 13:06:09','','RADIO CLIENT LOGIN','','publish','closed','closed','','contacts','','','2019-12-03 21:28:43','2019-12-03 21:28:43','',0,'http://cdn.jevelin.shufflehound.com/crypto/?p=1753',42,'nav_menu_item','',0),(2642,1,'2016-01-27 15:29:08','2016-01-27 13:29:08','Lorem ipsum dolor sit amet, consectetur adipiscing elit.','Basic t-shirt','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin justo enim, mattis id dapibus quis, aliquam id leo. Curabitur efficitur commodo sagittis. Donec ornare interdum ligula. Pellentesque at sagittis augue. Pellentesque in velit sit amet nisl posuere rutrum et eu diam. Proin bibendum tempor nulla, a fermentum tellus consectetur et. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc pharetra venenatis tortor. Nullam ut volutpat arcu, a lacinia purus. Nam eleifend orci vel magna sodales, in semper erat ornare.','publish','open','closed','','basic-t-shirt','','','2016-01-27 15:29:08','2016-01-27 13:29:08','',0,'http://lab1.shufflehound.com/?post_type=product&p=2642',0,'product','',0),(2646,1,'2016-01-27 15:53:36','2016-01-27 13:53:36','Pellentesque sed leo eget massa feugiat dictum.','Denim shorts','Duis quis elit elit. Proin tristique sem nunc, quis efficitur nisl elementum eu. In justo turpis, pulvinar et malesuada ornare, scelerisque sed orci. Vestibulum vitae nulla a enim consectetur elementum. Phasellus interdum, ante non sagittis commodo, quam risus fermentum orci, ut blandit felis leo id tellus. In sollicitudin lorem vel dolor venenatis, a bibendum eros fermentum. Nunc ut velit risus. Aliquam eleifend, est nec pharetra aliquam, ex nisi laoreet est, consequat posuere massa odio ut ex. Vivamus pellentesque nisi ultricies tincidunt pulvinar. Vivamus et accumsan justo. Suspendisse ut placerat nibh. Sed sit amet rutrum magna. Vivamus ornare turpis sed ex ultrices feugiat. Integer condimentum, lorem sit amet bibendum bibendum, mauris quam tincidunt libero, a iaculis turpis magna sed mi. Quisque ut convallis risus, vitae elementum enim.','publish','open','closed','','basic-t-shirt-2','','','2016-01-27 15:53:36','2016-01-27 13:53:36','',0,'http://lab1.shufflehound.com/?post_type=product&p=2646',0,'product','',0),(2676,1,'2016-01-27 17:29:56','2016-01-27 15:29:56','Sed a lorem sed dui dictum sodales non et nisl.','Shoulder bag','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel ligula nunc. Suspendisse id fringilla tellus, vitae tincidunt mi. Sed facilisis ipsum vel lectus placerat faucibus. Cras maximus posuere porta. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin dapibus mauris a arcu vehicula, ornare sollicitudin dolor mattis. Ut orci justo, laoreet nec volutpat in, accumsan vitae nisl. Nullam ut odio ultrices, imperdiet arcu a, tempor nulla. In hac habitasse platea dictumst. Vivamus ligula ipsum, posuere at massa a, fermentum sollicitudin sem. Donec id orci convallis eros vehicula consectetur','publish','open','closed','','denim-shorts','','','2016-01-27 17:29:56','2016-01-27 15:29:56','',0,'http://lab1.shufflehound.com/?post_type=product&p=2676',0,'product','',0),(2677,1,'2016-01-27 17:32:32','2016-01-27 15:32:32','Sed a lorem sed dui dictum sodales non et nisl.','Fantasy pants','','publish','open','closed','','fantasy-pants','','','2016-01-27 17:32:32','2016-01-27 15:32:32','',0,'http://lab1.shufflehound.com/?post_type=product&p=2677',0,'product','',0),(2679,1,'2016-01-27 17:34:25','2016-01-27 15:34:25','Sed a lorem sed dui dictum sodales non et nisl.','Fantasy t-shirt','Vestibulum orci nisl, venenatis vitae elit non, dignissim pretium justo. Nulla posuere turpis vitae finibus auctor. Cras justo metus, euismod et justo vel, pretium efficitur lorem. Integer semper quis nisl ac auctor. Nulla placerat efficitur urna vitae semper. Donec eu blandit erat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam volutpat felis nec aliquam faucibus. Etiam vitae ipsum vulputate, porttitor lorem a, porta quam.','publish','open','closed','','fantasy-pants-2','','','2016-01-27 17:34:25','2016-01-27 15:34:25','',0,'http://lab1.shufflehound.com/?post_type=product&p=2679',0,'product','',0),(2681,1,'2016-01-27 17:40:27','2016-01-27 15:40:27','Sed a lorem sed dui dictum sodales non et nisl.','Season shoes','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel ligula nunc. Suspendisse id fringilla tellus, vitae tincidunt mi. Sed facilisis ipsum vel lectus placerat faucibus. Cras maximus posuere porta. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin dapibus mauris a arcu vehicula, ornare sollicitudin dolor mattis. Ut orci justo, laoreet nec volutpat in, accumsan vitae nisl. Nullam ut odio ultrices, imperdiet arcu a, tempor nulla. In hac habitasse platea dictumst. Vivamus ligula ipsum, posuere at massa a, fermentum sollicitudin sem. Donec id orci convallis eros vehicula consectetur.','publish','open','closed','','season-shoes','','','2016-01-27 17:40:27','2016-01-27 15:40:27','',0,'http://lab1.shufflehound.com/?post_type=product&p=2681',0,'product','',0),(2682,1,'2016-01-27 17:41:52','2016-01-27 15:41:52','Sed a lorem sed dui dictum sodales non et nisl.','Simple hat','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel ligula nunc. Suspendisse id fringilla tellus, vitae tincidunt mi. Sed facilisis ipsum vel lectus placerat faucibus. Cras maximus posuere porta. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin dapibus mauris a arcu vehicula, ornare sollicitudin dolor mattis. Ut orci justo, laoreet nec volutpat in, accumsan vitae nisl. Nullam ut odio ultrices, imperdiet arcu a, tempor nulla. In hac habitasse platea dictumst. Vivamus ligula ipsum, posuere at massa a, fermentum sollicitudin sem. Donec id orci convallis eros vehicula consectetur.','publish','open','closed','','simple-hat','','','2016-01-27 17:41:52','2016-01-27 15:41:52','',0,'http://lab1.shufflehound.com/?post_type=product&p=2682',0,'product','',0),(2683,1,'2016-01-27 17:46:07','2016-01-27 15:46:07','Sed a lorem sed dui dictum sodales non et nisl.','Black glasses','Proin pellentesque, tellus non interdum mollis, risus velit consectetur lorem, eget commodo turpis orci non massa. Etiam vitae elit eget leo pulvinar consectetur. Praesent pretium magna id sollicitudin rutrum. Vestibulum eros enim, venenatis at rutrum quis, sollicitudin vulputate diam. Proin interdum id nibh in efficitur. Etiam sollicitudin eget justo vitae lacinia. Nam ut eros elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.','publish','open','closed','','black-glasses','','','2016-01-27 17:46:07','2016-01-27 15:46:07','',0,'http://lab1.shufflehound.com/?post_type=product&p=2683',0,'product','',0),(2684,1,'2016-01-27 17:53:12','2016-01-27 15:53:12','Nullam ut odio ultrices, imperdiet arcu a, tempor nulla. In hac habitasse platea dictumst.','Striped watch','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes Lorem ipsum dolor sit amet.','publish','open','closed','','striped-watch','','','2016-01-27 17:53:12','2016-01-27 15:53:12','',0,'http://lab1.shufflehound.com/?post_type=product&p=2684',0,'product','',0),(2738,1,'2016-01-28 13:49:30','2016-01-28 11:49:30','Maecenas malesuada suscipit mauris vitae convallis.','Havanna shirt','','publish','open','closed','','havanna-shirt','','','2016-01-28 13:49:30','2016-01-28 11:49:30','',0,'http://lab1.shufflehound.com/?post_type=product&p=2738',0,'product','',0),(2894,1,'2018-07-26 20:26:20','2018-07-26 19:26:20','http://featurestorynews.com/wp-content/uploads/2018/07/cropped-favicon-1.png','cropped-favicon-1.png','','inherit','open','closed','','cropped-favicon-1-png','','','2018-07-26 20:26:20','2018-07-26 19:26:20','',0,'http://featurestorynews.com/wp-content/uploads/2018/07/cropped-favicon-1.png',0,'attachment','image/png',0),(3084,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Welcome','','publish','closed','closed','','welcome-2-2','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2887',1,'nav_menu_item','',0),(3089,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Works','','publish','closed','closed','','works-2','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2888',2,'nav_menu_item','',0),(3093,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Gallery','','publish','closed','closed','','gallery-2-2','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2889',3,'nav_menu_item','',0),(3096,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','About','','publish','closed','closed','','main-2-2','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2683',4,'nav_menu_item','',0),(3097,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Testimonials','','publish','closed','closed','','testimonials-4-2','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2890',4,'nav_menu_item','',0),(3098,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Gallery Posts','','publish','closed','closed','','gallery-posts-2','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2937',4,'nav_menu_item','',0),(3100,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Services','','publish','closed','closed','','services-2-2','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2891',5,'nav_menu_item','',0),(3101,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Portfolio','','publish','closed','closed','','portfolio-3','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2684',5,'nav_menu_item','',0),(3102,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','WP Gallery','','publish','closed','closed','','wp-gallery-2-2','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2938',5,'nav_menu_item','',0),(3104,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Video','','publish','closed','closed','','video-2-2','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2892',6,'nav_menu_item','',0),(3105,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Get Social','','publish','closed','closed','','get-social-2','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2685',6,'nav_menu_item','',0),(3106,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Team Slider','','publish','closed','closed','','team-slider-2-2','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2939',6,'nav_menu_item','',0),(3108,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Team','','publish','closed','closed','','team-2-2','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2893',7,'nav_menu_item','',0),(3109,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Testimonials','','publish','closed','closed','','testimonials-2-2','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2686',7,'nav_menu_item','',0),(3110,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Vimeo Video','','publish','closed','closed','','video-3-2','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2940',7,'nav_menu_item','',0),(3112,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Buy','','publish','closed','closed','','buy-2','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2894',8,'nav_menu_item','',0),(3113,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Address','','publish','closed','closed','','address-2','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2687',8,'nav_menu_item','',0),(3114,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Testimonial','','publish','closed','closed','','testimonial-3','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2941',8,'nav_menu_item','',0),(3115,1,'2014-12-05 21:54:52','2014-12-05 21:54:52','','More','','publish','closed','closed','','more-4-2','','','2014-12-05 21:54:52','2014-12-05 21:54:52','',0,'https://themify.me/demo/themes/fullpane/?p=2895',9,'nav_menu_item','',0),(3116,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','More','','publish','closed','closed','','more-2-2','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2688',9,'nav_menu_item','',0),(3117,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Contact','','publish','closed','closed','','contact-2-2','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2942',9,'nav_menu_item','',0),(3119,1,'2014-12-16 17:18:14','2014-12-16 17:18:14','','More','','publish','closed','closed','','more-5-2','','','2014-12-16 17:18:14','2014-12-16 17:18:14','',0,'https://themify.me/demo/themes/fullpane/?p=2944',10,'nav_menu_item','',0),(3145,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Welcome','','publish','closed','closed','','welcome-2-3','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2887',1,'nav_menu_item','',0),(3150,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Works','','publish','closed','closed','','works-3','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2888',2,'nav_menu_item','',0),(3154,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Gallery','','publish','closed','closed','','gallery-2-3','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2889',3,'nav_menu_item','',0),(3157,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','About','','publish','closed','closed','','main-2-3','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2683',4,'nav_menu_item','',0),(3158,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Testimonials','','publish','closed','closed','','testimonials-4-3','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2890',4,'nav_menu_item','',0),(3159,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Gallery Posts','','publish','closed','closed','','gallery-posts-3','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2937',4,'nav_menu_item','',0),(3161,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Services','','publish','closed','closed','','services-2-3','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2891',5,'nav_menu_item','',0),(3162,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Portfolio','','publish','closed','closed','','portfolio-4','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2684',5,'nav_menu_item','',0),(3163,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','WP Gallery','','publish','closed','closed','','wp-gallery-2-3','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2938',5,'nav_menu_item','',0),(3165,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Video','','publish','closed','closed','','video-2-3','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2892',6,'nav_menu_item','',0),(3166,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Get Social','','publish','closed','closed','','get-social-3','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2685',6,'nav_menu_item','',0),(3167,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Team Slider','','publish','closed','closed','','team-slider-2-3','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2939',6,'nav_menu_item','',0),(3169,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Team','','publish','closed','closed','','team-2-3','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2893',7,'nav_menu_item','',0),(3170,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Testimonials','','publish','closed','closed','','testimonials-2-3','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2686',7,'nav_menu_item','',0),(3171,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Vimeo Video','','publish','closed','closed','','video-3-3','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2940',7,'nav_menu_item','',0),(3173,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Buy','','publish','closed','closed','','buy-3','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2894',8,'nav_menu_item','',0),(3174,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Address','','publish','closed','closed','','address-3','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2687',8,'nav_menu_item','',0),(3175,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Testimonial','','publish','closed','closed','','testimonial-4','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2941',8,'nav_menu_item','',0),(3176,1,'2014-12-05 21:54:52','2014-12-05 21:54:52','','More','','publish','closed','closed','','more-4-3','','','2014-12-05 21:54:52','2014-12-05 21:54:52','',0,'https://themify.me/demo/themes/fullpane/?p=2895',9,'nav_menu_item','',0),(3177,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','More','','publish','closed','closed','','more-2-3','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2688',9,'nav_menu_item','',0),(3178,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Contact','','publish','closed','closed','','contact-2-3','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2942',9,'nav_menu_item','',0),(3180,1,'2014-12-16 17:18:14','2014-12-16 17:18:14','','More','','publish','closed','closed','','more-5-3','','','2014-12-16 17:18:14','2014-12-16 17:18:14','',0,'https://themify.me/demo/themes/fullpane/?p=2944',10,'nav_menu_item','',0),(3205,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Welcome','','publish','closed','closed','','welcome-2-4','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2887',1,'nav_menu_item','',0),(3210,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Works','','publish','closed','closed','','works-4','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2888',2,'nav_menu_item','',0),(3214,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Gallery','','publish','closed','closed','','gallery-2-4','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2889',3,'nav_menu_item','',0),(3217,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','About','','publish','closed','closed','','main-2-4','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2683',4,'nav_menu_item','',0),(3218,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Testimonials','','publish','closed','closed','','testimonials-4-4','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2890',4,'nav_menu_item','',0),(3219,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Gallery Posts','','publish','closed','closed','','gallery-posts-4','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2937',4,'nav_menu_item','',0),(3221,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Services','','publish','closed','closed','','services-2-4','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2891',5,'nav_menu_item','',0),(3222,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Portfolio','','publish','closed','closed','','portfolio-5','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2684',5,'nav_menu_item','',0),(3223,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','WP Gallery','','publish','closed','closed','','wp-gallery-2-4','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2938',5,'nav_menu_item','',0),(3225,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Video','','publish','closed','closed','','video-2-4','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2892',6,'nav_menu_item','',0),(3226,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Get Social','','publish','closed','closed','','get-social-4','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2685',6,'nav_menu_item','',0),(3227,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Team Slider','','publish','closed','closed','','team-slider-2-4','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2939',6,'nav_menu_item','',0),(3229,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Team','','publish','closed','closed','','team-2-4','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2893',7,'nav_menu_item','',0),(3230,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Testimonials','','publish','closed','closed','','testimonials-2-4','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2686',7,'nav_menu_item','',0),(3231,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Vimeo Video','','publish','closed','closed','','video-3-4','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2940',7,'nav_menu_item','',0),(3233,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Buy','','publish','closed','closed','','buy-4','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2894',8,'nav_menu_item','',0),(3234,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Address','','publish','closed','closed','','address-4','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2687',8,'nav_menu_item','',0),(3235,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Testimonial','','publish','closed','closed','','testimonial-5','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2941',8,'nav_menu_item','',0),(3236,1,'2014-12-05 21:54:52','2014-12-05 21:54:52','','More','','publish','closed','closed','','more-4-4','','','2014-12-05 21:54:52','2014-12-05 21:54:52','',0,'https://themify.me/demo/themes/fullpane/?p=2895',9,'nav_menu_item','',0),(3237,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','More','','publish','closed','closed','','more-2-4','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2688',9,'nav_menu_item','',0),(3238,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Contact','','publish','closed','closed','','contact-2-4','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2942',9,'nav_menu_item','',0),(3240,1,'2014-12-16 17:18:14','2014-12-16 17:18:14','','More','','publish','closed','closed','','more-5-4','','','2014-12-16 17:18:14','2014-12-16 17:18:14','',0,'https://themify.me/demo/themes/fullpane/?p=2944',10,'nav_menu_item','',0),(3266,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Welcome','','publish','closed','closed','','welcome-2-5','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2887',1,'nav_menu_item','',0),(3271,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Works','','publish','closed','closed','','works-5','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2888',2,'nav_menu_item','',0),(3275,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Gallery','','publish','closed','closed','','gallery-2-5','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2889',3,'nav_menu_item','',0),(3278,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','About','','publish','closed','closed','','main-2-5','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2683',4,'nav_menu_item','',0),(3279,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Testimonials','','publish','closed','closed','','testimonials-4-5','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2890',4,'nav_menu_item','',0),(3280,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Gallery Posts','','publish','closed','closed','','gallery-posts-5','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2937',4,'nav_menu_item','',0),(3282,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Services','','publish','closed','closed','','services-2-5','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2891',5,'nav_menu_item','',0),(3283,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Portfolio','','publish','closed','closed','','portfolio-6','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2684',5,'nav_menu_item','',0),(3284,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','WP Gallery','','publish','closed','closed','','wp-gallery-2-5','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2938',5,'nav_menu_item','',0),(3286,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Video','','publish','closed','closed','','video-2-5','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2892',6,'nav_menu_item','',0),(3287,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Get Social','','publish','closed','closed','','get-social-5','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2685',6,'nav_menu_item','',0),(3288,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Team Slider','','publish','closed','closed','','team-slider-2-5','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2939',6,'nav_menu_item','',0),(3290,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Team','','publish','closed','closed','','team-2-5','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2893',7,'nav_menu_item','',0),(3291,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Testimonials','','publish','closed','closed','','testimonials-2-5','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2686',7,'nav_menu_item','',0),(3292,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Vimeo Video','','publish','closed','closed','','video-3-5','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2940',7,'nav_menu_item','',0),(3294,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Buy','','publish','closed','closed','','buy-5','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2894',8,'nav_menu_item','',0),(3295,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Address','','publish','closed','closed','','address-5','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2687',8,'nav_menu_item','',0),(3296,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Testimonial','','publish','closed','closed','','testimonial-6','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2941',8,'nav_menu_item','',0),(3297,1,'2014-12-05 21:54:52','2014-12-05 21:54:52','','More','','publish','closed','closed','','more-4-5','','','2014-12-05 21:54:52','2014-12-05 21:54:52','',0,'https://themify.me/demo/themes/fullpane/?p=2895',9,'nav_menu_item','',0),(3298,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','More','','publish','closed','closed','','more-2-5','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2688',9,'nav_menu_item','',0),(3299,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Contact','','publish','closed','closed','','contact-2-5','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2942',9,'nav_menu_item','',0),(3301,1,'2014-12-16 17:18:14','2014-12-16 17:18:14','','More','','publish','closed','closed','','more-5-5','','','2014-12-16 17:18:14','2014-12-16 17:18:14','',0,'https://themify.me/demo/themes/fullpane/?p=2944',10,'nav_menu_item','',0),(3327,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Welcome','','publish','closed','closed','','welcome-2-6','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2887',1,'nav_menu_item','',0),(3332,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Works','','publish','closed','closed','','works-6','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2888',2,'nav_menu_item','',0),(3336,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Gallery','','publish','closed','closed','','gallery-2-6','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2889',3,'nav_menu_item','',0),(3339,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','About','','publish','closed','closed','','main-2-6','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2683',4,'nav_menu_item','',0),(3340,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Testimonials','','publish','closed','closed','','testimonials-4-6','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2890',4,'nav_menu_item','',0),(3341,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Gallery Posts','','publish','closed','closed','','gallery-posts-6','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2937',4,'nav_menu_item','',0),(3343,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Services','','publish','closed','closed','','services-2-6','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2891',5,'nav_menu_item','',0),(3344,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Portfolio','','publish','closed','closed','','portfolio-7','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2684',5,'nav_menu_item','',0),(3345,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','WP Gallery','','publish','closed','closed','','wp-gallery-2-6','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2938',5,'nav_menu_item','',0),(3347,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Video','','publish','closed','closed','','video-2-6','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2892',6,'nav_menu_item','',0),(3348,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Get Social','','publish','closed','closed','','get-social-6','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2685',6,'nav_menu_item','',0),(3349,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Team Slider','','publish','closed','closed','','team-slider-2-6','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2939',6,'nav_menu_item','',0),(3351,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Team','','publish','closed','closed','','team-2-6','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2893',7,'nav_menu_item','',0),(3352,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Testimonials','','publish','closed','closed','','testimonials-2-6','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2686',7,'nav_menu_item','',0),(3353,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Vimeo Video','','publish','closed','closed','','video-3-6','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2940',7,'nav_menu_item','',0),(3355,1,'2014-12-05 21:51:29','2014-12-05 21:51:29','','Buy','','publish','closed','closed','','buy-6','','','2014-12-05 21:51:29','2014-12-05 21:51:29','',0,'https://themify.me/demo/themes/fullpane/?p=2894',8,'nav_menu_item','',0),(3356,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','Address','','publish','closed','closed','','address-6','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2687',8,'nav_menu_item','',0),(3357,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Testimonial','','publish','closed','closed','','testimonial-7','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2941',8,'nav_menu_item','',0),(3358,1,'2014-12-05 21:54:52','2014-12-05 21:54:52','','More','','publish','closed','closed','','more-4-6','','','2014-12-05 21:54:52','2014-12-05 21:54:52','',0,'https://themify.me/demo/themes/fullpane/?p=2895',9,'nav_menu_item','',0),(3359,1,'2014-01-09 20:33:06','2014-01-09 20:33:06','','More','','publish','closed','closed','','more-2-6','','','2014-01-09 20:33:06','2014-01-09 20:33:06','',0,'https://themify.me/demo/themes/fullpane/?p=2688',9,'nav_menu_item','',0),(3360,1,'2014-12-16 17:12:13','2014-12-16 17:12:13','','Contact','','publish','closed','closed','','contact-2-6','','','2014-12-16 17:12:13','2014-12-16 17:12:13','',0,'https://themify.me/demo/themes/fullpane/?p=2942',9,'nav_menu_item','',0),(3362,1,'2014-12-16 17:18:14','2014-12-16 17:18:14','','More','','publish','closed','closed','','more-5-6','','','2014-12-16 17:18:14','2014-12-16 17:18:14','',0,'https://themify.me/demo/themes/fullpane/?p=2944',10,'nav_menu_item','',0),(3421,1,'2013-12-11 23:38:45','2013-12-11 23:38:45','Suspendisse fermentum bibendum lectus, ut imperdiet est mattis bibendum. Ut sollicitudin risus vitae lobortis venenatis.','Natasha Marie','','publish','closed','closed','','natasha-marie','','','2013-12-11 23:38:45','2013-12-11 23:38:45','',0,'https://themify.me/demo/themes/fullpane/?post_type=team&p=2286',0,'team','',0),(3422,1,'2013-07-12 05:00:25','2013-07-12 05:00:25','Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. dolor quis sollicitudin accumsan, elit turpis tempor est mattis.','Jacqueline Willis','','publish','closed','closed','','jacqueline-willis','','','2013-07-12 05:00:25','2013-07-12 05:00:25','',0,'https://themify.me/demo/themes/flat/?post_type=team&p=45',0,'team','',0),(3423,1,'2013-07-12 05:09:49','2013-07-12 05:09:49','Maecenas luctus aliquet risus ac feugiat. Curabitur enim mi, placerat sit amet porttitor ac, mollis lobortis elit. Cras sit amet erat eget dolor varius tristique. Duis eu nisl tortor. Mauris pulvinar metus eget nulla adipiscing consectetur.','Amy Weaver','','publish','closed','closed','','amy-weaver','','','2013-07-12 05:09:49','2013-07-12 05:09:49','',0,'https://themify.me/demo/themes/flat/?post_type=team&p=48',0,'team','',0),(3424,1,'2013-12-11 23:40:32','2013-12-11 23:40:32','Vivamus lacinia enim in nibh consectetur, sit amet fringilla urna consectetur. Aliquam at commodo mi. Ut adipiscing vel ipsum non mo amus lacinia enim in nibh consectetur, sit uam at commodo mi. Ut adipiscing vel ipsum non molliet fringilla urna consecte on mo amus lacinia enim in nibh consectetur, sit uam at commodo miadipiscing vel.','Scott Rogers','','publish','closed','closed','','scott-rogers','','','2013-12-11 23:40:32','2013-12-11 23:40:32','',0,'https://themify.me/demo/themes/fullpane/?post_type=team&p=2287',0,'team','',0),(3425,1,'2013-05-09 05:59:52','2013-05-09 05:59:52','Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. dolor quis sollicitudin accumsan, elit turpis tempor est mattis.','John Smith','','publish','closed','closed','','john-smith','','','2013-05-09 05:59:52','2013-05-09 05:59:52','',0,'https://themify.me/demo/themes/fullpane/?post_type=team&p=2640',0,'team','',0),(3426,1,'2008-11-02 19:39:01','2008-11-02 19:39:01','Suspendisse volutpat, eros congue scelerisque iaculis, magna odio sodales dui, vitae vulputate elit metus ac arcu. Mauris consequat rhoncus dolor id sagittis. Cras tortor elit, aliquet quis tincidunt eget, dignissim non tortor.','Extremely Happy','','publish','closed','closed','','extremely-happy','','','2008-11-02 19:39:01','2008-11-02 19:39:01','',0,'https://themify.me/demo/themes/agency/?post_type=testimonial&p=27',0,'testimonial','',0),(3427,1,'2008-11-09 20:28:43','2008-11-09 20:28:43','Nam nunc lectus, congue non egestas quis, condimentum ut arcu. Nulla placerat, tortor non egestas rutrum, mi turpis adipiscing dui, et mollis turpis tortor vel orci. Cras a fringilla nunc. Suspendisse volutpat, eros congue scelerisque iaculis, magna odio sodales dui, vitae vulputate elit metus ac arcu.','Super Awesome!','','publish','closed','closed','','super-awesome','','','2008-11-09 20:28:43','2008-11-09 20:28:43','',0,'https://themify.me/demo/themes/agency/?post_type=testimonial&p=66',0,'testimonial','',0),(3428,1,'2008-06-11 21:26:15','2008-06-11 21:26:15','Fusce ultrices placerat sem at rutrum. Etiam bibendum ac sapien in vulputate. Maecenas commodo elementum gravida. Vivamus odio odio, pulvinar vel leo id, fringilla ullamcorper odio.','Carl Schmidt','','publish','closed','closed','','carl-schmidt','','','2008-06-11 21:26:15','2008-06-11 21:26:15','',0,'https://themify.me/demo/themes/builder/?post_type=testimonial&p=59',0,'testimonial','',0),(3429,1,'2008-06-11 21:28:42','2008-06-11 21:28:42','Sed volutpat tristique metus eget suscipit. Donec aliquam eget purus id cursus. Integer ut arcu scelerisque, porttitor eros nec, placerat eros.','Clara Ray','','publish','closed','closed','','clara-ray','','','2008-06-11 21:28:42','2008-06-11 21:28:42','',0,'https://themify.me/demo/themes/builder/?post_type=testimonial&p=61',0,'testimonial','',0),(3430,1,'2008-06-11 21:31:55','2008-06-11 21:31:55','Maecenas in orci nunc. Curabitur velit sapien, mollis vel aliquam et, dignissim consequat eros. Curabitur egestas quam dapibus arcu egestas mollis.','Diana Jones','','publish','closed','closed','','diana-jones-2','','','2008-06-11 21:31:55','2008-06-11 21:31:55','',0,'https://themify.me/demo/themes/builder/?post_type=testimonial&p=63',0,'testimonial','',0),(3431,1,'2008-06-11 21:33:02','2008-06-11 21:33:02','Aliquam euismod aliquet nunc, mollis consectetur sapien congue eu. Pellentesque erat mauris, varius non posuere sit amet, tempor ac velit.','Patricia Wolf','','publish','closed','closed','','patricia-wolf','','','2008-06-11 21:33:02','2008-06-11 21:33:02','',0,'https://themify.me/demo/themes/builder/?post_type=testimonial&p=65',0,'testimonial','',0),(3432,1,'2013-07-12 03:03:52','2013-07-12 03:03:52','Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. This is Photoshop\'s version of Lorem Ipsum.','Couldn\'t Do It Without You Guys','','publish','closed','closed','','mike-canlas','','','2013-07-12 03:03:52','2013-07-12 03:03:52','',0,'https://themify.me/demo/themes/flat/?post_type=testimonial&p=12',0,'testimonial','',0),(3433,1,'2013-07-12 04:13:47','2013-07-12 04:13:47','Rravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. This is Photoshop’s version of Lorem Ipsum.','My Site Looks Amazing Now','','publish','closed','closed','','amanda-elric','','','2013-07-12 04:13:47','2013-07-12 04:13:47','',0,'https://themify.me/demo/themes/flat/?post_type=testimonial&p=20',0,'testimonial','',0),(3434,1,'2013-07-12 04:28:32','2013-07-12 04:28:32','Maecenas in orci nunc. Curabitur velit sapien, mollis vel aliquam et, dignissim consequat eros. Curabitur egestas quam dapibus arcu egestas mollis. Mauris lacinia venenatis sapien commodo rutrum.','Wow, amazing work guys!','','publish','closed','closed','','diana-jones','','','2013-07-12 04:28:32','2013-07-12 04:28:32','',0,'https://themify.me/demo/themes/flat/?post_type=testimonial&p=22',0,'testimonial','',0),(3435,1,'2008-11-19 19:58:11','2008-11-19 19:58:11','Mauris mattis est quis dolor venenatis vitae pharetra diam gravida. Vivamus dignissim, ligula vel ultricies varius, nibh velit pretium leo, vel placerat ipsum risus luctus purt in from also <span style=\"line-height: 1.5em;\">disse volutpat, eros cong rpis vehicula.</span>','Best Services in Town!','','publish','closed','closed','','best-services-in-town','','','2008-11-19 19:58:11','2008-11-19 19:58:11','',0,'https://themify.me/demo/themes/agency/?post_type=testimonial&p=1152',0,'testimonial','',0),(3436,1,'2008-11-19 19:59:53','2008-11-19 19:59:53','Aliquam metus diam, mattis fringilla adipiscing at, lacinia at nulla. Fusce ut sem est. In eu sagittis felis. In gravida arcu ut neque ornare vitae rutrum tu. Cras a fringilla nunc.','Exceeded Our Expectation','','publish','closed','closed','','exceeded-our-expectation','','','2008-11-19 19:59:53','2008-11-19 19:59:53','',0,'https://themify.me/demo/themes/agency/?post_type=testimonial&p=1156',0,'testimonial','',0),(3437,1,'2013-12-16 19:49:21','2013-12-16 19:49:21','Proin vitae accumsan congue, feugiat velit quis, sodales risus. Cras viverra sollicitudin euismod. Proin vitae accumsan arcu, elementum sagittis dolor. Sed vehicula sem vitae tellus semper luctus. Sed tincidunt auctor elit. Nullam adipiscing dapibus sem, a faucibus tur <span style=\"line-height: 1.5em;\">vel elit eget egestas. Maecenas rutrum tempor arcu pellentesque vehicula. Nulla ac lacus accumsan, vestibulum mi id, pulvinar neque. Curabitur lacinia urna ac orci pharetra scelerisque. Phasellus et semper est, eget iaculis urna.</span>','Gallery One','','publish','closed','closed','','gallery-one','','','2013-12-16 19:49:21','2013-12-16 19:49:21','',0,'https://themify.me/demo/themes/fullpane/?post_type=gallery&p=2343',0,'gallery','',0),(3438,1,'2013-12-16 20:12:44','2013-12-16 20:12:44','Proin vitae accums <span style=\"line-height: 1.5em;\">ssa congue, feugiat velit quis, sodales risus. Cras viverra sollicitudin euismod. Proin vitae accumsan arcu, elementum sagittis dolor. Sed vehicula sem vitae tellus semper luctus. Sed tincidunt auctor elit. Nullam adipiscing dapibus sem, a faucibus turpis fringilla eu</span>trum tempor arcu pellentesque vehicula. Nulla ac lacus accumsan, vestibulum mi id, pulvinar neque. Curabitur lacinia urna ac orci pharetra scelerisque. Phasellus et semper est, eget iaculis urna.','Gallery Two','','publish','closed','closed','','gallery-two','','','2013-12-16 20:12:44','2013-12-16 20:12:44','',0,'https://themify.me/demo/themes/fullpane/?post_type=gallery&p=2344',0,'gallery','',0),(3439,1,'2013-12-16 20:15:30','2013-12-16 20:15:30','In sed massa congue, feugiat velit quis, sodales risus. Cras viverra sollicitudin euismod. Proin vitae accumsan arcu, elementum sagittis dolor. Sed vehicula sem vitae tellus semper luctus. Sed tincidunt auctor elit. Nullam adipiscing dapibus sem, a faucibus turpis fringilla eu. Nunc et nunc arcu pellentesque vehicula. Nulla ac lacus accumsan, vestibulum mi id, pulvinar neque. Curabitur lacinia urna ac orci pharetra scelerisque. Phasellus et semper est, eget iaculis urna.','Gallery Three','','publish','closed','closed','','gallery-three','','','2013-12-16 20:15:30','2013-12-16 20:15:30','',0,'https://themify.me/demo/themes/fullpane/?post_type=gallery&p=2346',0,'gallery','',0),(3440,1,'2014-01-07 22:31:18','2014-01-07 22:31:18','Phasellus ac purus adipiscing massa dictum faucibus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Vestibulum varius turpis vel pellentesque tempus. Sed vitae nulla magna. Curabitur quis diam vel dolor vulputate luctus. Mauris mollis ornare leo nec consectetur. Pellentesque tempus non turpis at pharetra.','Food Gallery','','publish','closed','closed','','watch-calories','','','2014-01-07 22:31:18','2014-01-07 22:31:18','',0,'https://themify.me/demo/themes/fullpane/?post_type=gallery&p=2522',0,'gallery','',0),(3441,1,'2014-01-07 22:41:05','2014-01-07 22:41:05','Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin malesuada, augue a iaculis ultricies, leo lorem rutrum libero, a convallis odio nibh eget erat. Curabitur vitae dolor sed sapien bibendum congue eu in magna. In ac massa sed ligula dictum hendrerit et quis eros. Pellentesque cursus purus nec turpis cursus, non semper purus euismod.\r\n\r\nNulla nec porta ipsum. Nunc a libero interdum, laoreet dolor quis, tincidunt purus.','Places To Visit','','publish','closed','closed','','places-visit','','','2014-01-07 22:41:05','2014-01-07 22:41:05','',0,'https://themify.me/demo/themes/fullpane/?post_type=gallery&p=2541',0,'gallery','',0),(3442,1,'2014-01-07 22:50:29','2014-01-07 22:50:29','In sed massa congue, feugiat velit quis, sodales risus. Cras viverra sollicitudin euismod. Proin vitae accumsan arcu, elementum sagittis dolor. Sed vehicula sem vitae tellus semper luctus. Sed tincidunt auctor elit. Nullam adipiscing dapibus sem, a faucibus turpis fringilla eu. Nunc et nunc neque.\r\n\r\nSuspendisse fringilla vel elit eget egestas. Maecenas rutrum tempor arcu pellentesque vehicula. Nulla ac lacus accumsan, vestibulum mi id, pulvinar neque. Curabitur lacinia urna ac orci pharetra scelerisque. Phasellus et semper est, eget iaculis urna.','Colorless','','publish','closed','closed','','colorless','','','2014-01-07 22:50:29','2014-01-07 22:50:29','',0,'https://themify.me/demo/themes/fullpane/?post_type=gallery&p=2552',0,'gallery','',0),(3443,1,'2014-01-09 04:39:09','2014-01-09 04:39:09','Phasellus ac purus adipiscing massa dictum faucibus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Vestibulum varius turpis vel pellentesque tempus. Sed vitae nulla magna. Curabitur quis diam vel dolor vulputate luctus. Mauris mollis ornare leo nec consectetur. Pellentesque tempus non turpis at pharetra.','Another Gallery','','publish','closed','closed','','another-gallery','','','2014-01-09 04:39:09','2014-01-09 04:39:09','',0,'https://themify.me/demo/themes/fullpane/?post_type=gallery&p=2633',0,'gallery','',0),(3444,1,'2013-07-08 06:06:17','2013-07-08 06:06:17','Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean porta id orci eu sodales. Ut facilisis nisi hendrerit, pharetra lorem non, dignissim eros. Cras elit nisi, malesuada viverra risus molestie, luctus bibendum nisi. Nulla id ipsum scelerisque, fringilla purus ac, sollicitudin tellus. Quisque convallis lorem ac turpis rhoncus dignissim. Donec pulvinar, sapien id adipiscing faucibus, metus eros tincidunt quam, feugiat interdum ante risus quis nunc.','TV Commercial','','publish','closed','closed','','tv-commercial','','','2013-07-08 06:06:17','2013-07-08 06:06:17','',0,'https://themify.me/demo/themes/flat/?post_type=portfolio&p=71',0,'portfolio','',0),(3445,1,'2008-01-25 19:20:02','2008-01-25 19:20:02','Nulla ut mi risus. Phasellus pretium diam in risus vestibulum elementum. Donec quis ipsum sem, in elementum metus. Mauris sagittis cursus felis vitae mattis. Donec adipiscing consequat velit vitae convallis. Proin sit amet lectus non enim lobortis aliquet. Donec sit amet magna vitae ante pellentesque adipiscing.','In The Spotlight','Fusce fermentum ante turpis, et congue','publish','closed','closed','','in-the-spotlight','','','2008-01-25 19:20:02','2008-01-25 19:20:02','',0,'https://themify.me/demo/themes/metro/?post_type=portfolio&p=250',0,'portfolio','',0),(3446,1,'2008-01-25 21:53:37','2008-01-25 21:53:37','Sed sagittis, elit egestas rutrum vehicula, neque dolor fringilla lacus, ut rhoncus turpis augue vitae libero. Nam risus velit, rhoncus eget consectetur id, posuere at ligula. Vivamus imperdiet diam ac tortor tempus posuere. Curabitur at arcu id turpis posuere bibendum. Sed commodo mauris eget diam pretium cursus. In sagittis feugiat mauris, in ultrices mauris lacinia eu.','Photo Project','Pellentesque diam velit, luctus vel porta','publish','closed','closed','','photo-project','','','2008-01-25 21:53:37','2008-01-25 21:53:37','',0,'https://themify.me/demo/themes/metro/?post_type=portfolio&p=274',0,'portfolio','',0),(3447,1,'2008-01-25 22:15:36','2008-01-25 22:15:36','Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu. Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa. Mauris mattis est quis dolor venenatis vitae pharetra diam gravida. Vivamus dignissim, ligula vel ultricies varius, nibh velit pretium leo, vel placerat ipsum.','Another Photo Shot','Lorem ipsum dolor sit amet','publish','closed','closed','','another-photo-shot','','','2008-01-25 22:15:36','2008-01-25 22:15:36','',0,'https://themify.me/demo/themes/metro/?post_type=portfolio&p=283',0,'portfolio','',0),(3448,1,'2008-01-25 22:22:08','2008-01-25 22:22:08','In eu sagittis felis. In gravida arcu ut neque ornare vitae rutrum turpis vehicula. Nunc ultrices sem mollis metus rutrum non malesuada metus fermentum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque interdum rutrum quam.','Just a Model','Fusce fermentum ante turpis, et congue','publish','closed','closed','','just-a-model','','','2008-01-25 22:22:08','2008-01-25 22:22:08','',0,'https://themify.me/demo/themes/metro/?post_type=portfolio&p=288',0,'portfolio','',0),(3449,1,'2008-01-25 22:25:29','2008-01-25 22:25:29','The congue non egestas quis, condime estibulum congue nisl magna. Ut vulputate odio id dui convallis in adipiscing libero condimentum. Nunc et pharetra enim. Praesent pharetra, neque et luctus tempor, leo sapien faucibus leo, a dignissim turpis ipsum sed libero. Sed sed luctus purus. Aliquam faucibus turpis at libero consectetur euismod. Nam nunc lectus ntu.','In The Wood','Morbi sed arcu at tortor ultricies','publish','closed','closed','','in-the-wood','','','2008-01-25 22:25:29','2008-01-25 22:25:29','',0,'https://themify.me/demo/themes/metro/?post_type=portfolio&p=291',0,'portfolio','',0),(3450,1,'2008-01-25 22:26:46','2008-01-25 22:26:46','Praesent pharetra, neque et luctus tempor estibulum congue nisl magna. Ut vulputate odio id dui convallis in adipiscing libero condimentum. Nunc et pharetra enim, leo sapien faucibus leo, a dignissim turpis ipsum sed libero. Sed sed luctus purus. Aliquam faucibus turpis at libero consectetur euismod. Nam nunc lectus, congue non egestas quis, condimentu.','Late Arrival','Quisque ornare vestibulum nibh in lacinia','publish','closed','closed','','late-arrival','','','2008-01-25 22:26:46','2008-01-25 22:26:46','',0,'https://themify.me/demo/themes/metro/?post_type=portfolio&p=292',0,'portfolio','',0),(3451,1,'2008-01-25 22:27:53','2008-01-25 22:27:53','Praesent pharetra, neque et luctus tempor. Vestibulum congue nisl magna. Ut vulputate odio id dui convallis in adipiscing libero condimentum. Nunc et pharetra enim. Praesent pharetra, neque et luctus tempor, leo sapien faucibus leo, a dignissim turpis ipsum sed libero. Sed sed luctus purus. Aliquam faucibus turpis at libero consectetur euismod.','Summer Rain','Vestibulum rutrum, metus vitae pretium','publish','closed','closed','','summer-rain','','','2008-01-25 22:27:53','2008-01-25 22:27:53','',0,'https://themify.me/demo/themes/metro/?post_type=portfolio&p=293',0,'portfolio','',0),(3452,1,'2008-09-18 20:49:59','2008-09-18 20:49:59','Aliquam faucibus turpis at libero consectetur euismod. Nam nunc lectus, congue non egestas quis, condimentum ut arcu. Nulla placerat, tortor non egestas rutrum, mi turpis adipiscing dui, et mollis turpis tortor vel orci. Cras a fringilla nunc. Suspendisse volutpat, eros congue scelerisque iaculis, magna odio sodales dui, vitae vulputate elit metus ac arcu. Mauris consequat rhoncus dolor id sagittis. Cras tortor elit, aliquet quis tincidunt eget, dignissim non tortor.','Just a Photo','','publish','closed','closed','','just-a-photo','','','2008-09-18 20:49:59','2008-09-18 20:49:59','',0,'https://themify.me/demo/themes/agency/?post_type=portfolio&p=1089',0,'portfolio','',0),(3453,1,'2008-09-18 20:51:12','2008-09-18 20:51:12','Praesent pharetra, neque et luctus tempor, leo sapien faucibus leo, a dignissim turpis ipsum sed libero. Sed sed luctus purus. Aliquam faucibus turpis at libero consectetur euismod. Nam nunc lectus, congue non egestas quis, condimentum ut arcu. Nulla placerat, tortor non egestas rutrum, mi turpis adipiscing dui, et mollis turpis tortor vel orci. Cras a fringilla nunc. Suspendisse volutpat, eros congue scelerisque iaculis, magna odio sodales dui, vitae vulputate elit metus ac arcu.','Photo Two','Praesent pharetra, neque et luctus tempor, leo sapien.','publish','closed','closed','','photo-two','','','2008-09-18 20:51:12','2008-09-18 20:51:12','',0,'https://themify.me/demo/themes/agency/?post_type=portfolio&p=1091',0,'portfolio','',0),(3454,1,'2008-09-18 20:52:05','2008-09-18 20:52:05','Aliquam metus diam, mattis fringilla adipiscing at, lacinia at nulla. Fusce ut sem est. In eu sagittis felis. In gravida arcu ut neque ornare vitae rutrum turpis vehicula. Nunc ultrices sem mollis metus rutrum non malesuada metus fermentum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque interdum rutrum quam, a pharetra est pulvinar ac. Vestibulum congue nisl magna.','Shot Number Three','Aliquam metus diam, mattis fringilla adipiscing at','publish','closed','closed','','shot-number-three','','','2008-09-18 20:52:05','2008-09-18 20:52:05','',0,'https://themify.me/demo/themes/agency/?post_type=portfolio&p=1093',0,'portfolio','',0),(3455,1,'2008-09-18 20:52:37','2008-09-18 20:52:37','Ut euismod ligula eu tellus interdum mattis ac eu nulla. Phasellus cursus, lacus quis convallis aliquet, dolor urna ullamcorper mi, eget dapibus velit est vitae nisi. Aliquam erat nulla, sodales at imperdiet vitae, convallis vel dui. Sed ultrices felis ut justo suscipit vestibulum. Pellentesque nisl nisi, vehicula vitae hendrerit vel, mattis eget mauris. Donec consequat eros eget lectus dictum sit amet ultrices neque sodales. Aliquam metus diam, mattis fringilla adipiscing at, lacinia at nulla. Fusce ut sem est. In eu sagittis felis.','Beautiful Shot','Ut euismod ligula eu tellus interdum mattis ac eu nulla.','publish','closed','closed','','beautiful-shot','','','2008-09-18 20:52:37','2008-09-18 20:52:37','',0,'https://themify.me/demo/themes/agency/?post_type=portfolio&p=1095',0,'portfolio','',0),(3456,1,'2013-07-12 05:54:32','2013-07-12 05:54:32','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus accumsan consectetur erat ac sodales. Mauris rhoncus dolor sed ante vulputate, ut mollis augue semper. Etiam eleifend turpis lorem, in sollicitudin enim cursus in. Donec at interdum felis. Cras tristique eget ante sit amet iaculis. Aliquam eu egestas nulla.','Red Rose','','publish','closed','closed','','red-rose','','','2013-07-12 05:54:32','2013-07-12 05:54:32','',0,'https://themify.me/demo/themes/flat/?post_type=portfolio&p=63',0,'portfolio','',0),(3457,1,'2013-07-12 05:58:27','2013-07-12 05:58:27','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus accumsan consectetur erat ac sodales. Mauris rhoncus dolor sed ante vulputate, ut mollis augue semper. Etiam eleifend turpis lorem, in sollicitudin enim cursus in. Donec at interdum felis. Cras tristique eget ante sit amet iaculis. Aliquam eu egestas nulla.','Watercolor','','publish','closed','closed','','watercolor','','','2013-07-12 05:58:27','2013-07-12 05:58:27','',0,'https://themify.me/demo/themes/flat/?post_type=portfolio&p=65',0,'portfolio','',0),(3458,1,'2013-07-09 06:09:48','2013-07-09 06:09:48','Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean porta id orci eu sodales. Ut facilisis nisi hendrerit, pharetra lorem non, dignissim eros. Cras elit nisi, malesuada viverra risus molestie, luctus bibendum nisi. Nulla id ipsum scelerisque, fringilla purus ac, sollicitudin tellus. Quisque convallis lorem ac turpis rhoncus dignissim. Donec pulvinar, sapien id adipiscing faucibus, metus eros tincidunt quam, feugiat interdum ante risus quis nunc.','Summer Vacation','','publish','closed','closed','','summer-vacation','','','2013-07-09 06:09:48','2013-07-09 06:09:48','',0,'https://themify.me/demo/themes/flat/?post_type=portfolio&p=73',0,'portfolio','',0),(3459,1,'2013-07-11 23:16:09','2013-07-11 23:16:09','Donec at interdum felis. Cras tristique eget ante sit amet iaculis. Aliquam eu egestas nulla. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus accumsan consectetur erat ac sodales. Mauris rhoncus dolor sed ante vulputate, ut mollis augue semper. Etiam eleifend turpis lorem, in sollicitudin enim cursus in.','Black & White','','publish','closed','closed','','black-white','','','2013-07-11 23:16:09','2013-07-11 23:16:09','',0,'https://themify.me/demo/themes/flat/?post_type=portfolio&p=151',0,'portfolio','',0),(3460,1,'2008-07-12 23:26:37','2008-07-12 23:26:37','Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu. Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa. Mauris mattis est quis dolor venenatis vitae pharetra diam gravida. Vivamus dignissim, ligula vel ultricies varius, nibh velit pretium leo.','Dark Gallery','','publish','closed','closed','','dark-gallery','','','2008-07-12 23:26:37','2008-07-12 23:26:37','',0,'https://themify.me/demo/themes/flat/?post_type=portfolio&p=157',0,'portfolio','',0),(3461,1,'2013-07-10 23:28:30','2013-07-10 23:28:30','Vivamus dignissim, ligula vel ultricies varius, nibh velit pretium leo, vel placerat ipsum risus luctus purus. Fusce augue velit, vulputate elementum semper congue, rhoncus adipiscing nisl. Curabitur vel risus eros, sed eleifend arcu. Donec porttitor hendrerit diam et blandit. Curabitur vitae velit ligula, vitae lobortis massa. Mauris mattis est quis dolor venenatis vitae pharetra diam gravida.','On The Ride','','publish','closed','closed','','on-the-ride','','','2013-07-10 23:28:30','2013-07-10 23:28:30','',0,'https://themify.me/demo/themes/flat/?post_type=portfolio&p=161',0,'portfolio','',0),(3462,1,'2013-07-10 23:45:57','2013-07-10 23:45:57','Curabitur venenatis vehicula mattis. Nunc eleifend consectetur odio sit amet viverra. Ut euismod ligula eu tellus interdum mattis ac eu nulla. Phasellus cursus, lacus quis convallis aliquet, dolor urna ullamcorper mi, eget dapibus velit est vitae nisi.','Red Rose','','publish','closed','closed','','red-rose-2','','','2013-07-10 23:45:57','2013-07-10 23:45:57','',0,'https://themify.me/demo/themes/flat/?post_type=portfolio&p=165',0,'portfolio','',0),(4053,1,'2018-08-23 14:00:45','2018-08-23 13:00:45','','','','publish','closed','closed','','4053','','','2018-08-23 16:33:16','2018-08-23 15:33:16','',0,'https://www.featurestorynews.com/?post_type=themify_tile&p=4053',0,'themify_tile','',0),(5975,1,'2019-08-08 16:06:57','2019-08-08 15:06:57','<label> First Name (required)\r\n [text* first-name] </label>\r\n\r\n<label> Last Name (required)\r\n [text* last-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Phone number (optional)\r\n[tel tel-760] </label>\r\n\r\n<label> Subject (optional)\r\n [text your-subject] </label>\r\n\r\n<label> Your Message (required)\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\r\n\r\n[hidden destination-email default:shortcode_attr]\n1\n\"[your-subject]\"\n<noreply@featurestorynews.com>\n[destination-email]\nFrom: [first-name] [last-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n[tel-760]\r\n-- \r\nThis e-mail was sent from a contact form on (https://www.featurestorynews.com)\nReply-To: [your-email]\n\n\n\n\n\"[your-subject]\"\n<nic@featurestorynews.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on (https://www.featurestorynews.com)\nReply-To: nic@featurestorynews.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form - Bureaus','','publish','closed','closed','','contact-form-1','','','2019-11-27 18:06:13','2019-11-27 18:06:13','',0,'https://www.featurestorynews.com/?post_type=wpcf7_contact_form&p=5975',0,'wpcf7_contact_form','',0),(5986,1,'2018-03-05 15:30:19','2018-03-05 15:30:19','jQuery(document).ready(function ($) {\n $(\"#countdown-ec00e7e2b3991b9a2769ad7cae8063bd\").countdown(\'2019/12/31 12:00\', function(event) {\n var $this = $(this).html(event.strftime(\'\'\n + \'%wWeeks\'\n + \'%dDays\'\n + \'\'\n + \'%HHours\'\n + \'%MMinutes\'\n + \'%SSeconds\'));\n });\n });\n <img class=\"sh-image-url\" src=\"http://cdn.jevelin.shufflehound.com/coming-soon/wp-content/uploads/sites/16/2018/03/coming-soon-logo.png\" alt=\"coming-soon-logo\" />\n <h3 class=\"sh-heading-content size-xs text-center\">\n STAY TUNED </h3>\n <h1 class=\"sh-heading-content size-xxl text-center\">\n We Will Launch Soon </h1>\n <p style=\"text-align: center;\">Subscribe to get notification as soon as we launch!</p>\n<p></p>\n<p>\n</p>\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n </a>\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n </a>\n <p style=\"text-align: center;\">Phone: 780 000 298, E-mail: brandname@mail.com</p>\n\n<!-- f82c2dce10fda4f00c35ec77b5614407 -->','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2018-03-05 15:30:19','2018-03-05 15:30:19','',69,'https://www.featurestorynews.com/2018/03/05/69-revision-v1/',0,'revision','',0),(5988,1,'2019-08-08 16:51:11','2019-08-08 15:51:11','https://www.featurestorynews.com/wp-content/uploads/2018/09/cropped-labeleight-logo.png','cropped-labeleight-logo.png','','inherit','open','closed','','cropped-labeleight-logo-png','','','2019-08-08 16:51:11','2019-08-08 15:51:11','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/09/cropped-labeleight-logo.png',0,'attachment','image/png',0),(6010,1,'2019-08-08 17:46:00','2019-08-08 16:46:00','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN is the world\'s fastest-growing broadcast news agency. For more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day. Headquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_text_block paragraph_whitespace=\"1\" line_height=\"28px\"]Phasellus ornare ex vitae nulla interdum, id faucibus elit congue. Aliquam odio tortor, interdum eu iaculis at, bibendum posuere ex. Vestibulum blandit, lacus et elementum euismod, lorem ipsum ornare lorem, at dictum odio lacus vitae justo. Integer vel quam tristique, semper nisl id, dictum libero.[/vcj_text_block][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-earphones-alt\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"Amazing Support\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper. Praesent sed gravida lacus. Suspendisse potenti.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-puzzle\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"Multi-purpose\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper. Praesent sed gravida lacus. Suspendisse potenti.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-diamond\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"Clean Design\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper. Praesent sed gravida lacus. Suspendisse potenti.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"SOME STATISTICS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Lets crack some <strong>numbers</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"471\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Finished projects\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"1066\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Happy customers\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Updates made\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"47\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Theme features\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 17:46:00','2019-08-08 16:46:00','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6011,1,'2019-08-08 17:54:20','2019-08-08 16:54:20','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN is the world\'s fastest-growing broadcast news agency. For more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day. Headquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_text_block paragraph_whitespace=\"1\" line_height=\"28px\"]Phasellus ornare ex vitae nulla interdum, id faucibus elit congue. Aliquam odio tortor, interdum eu iaculis at, bibendum posuere ex. Vestibulum blandit, lacus et elementum euismod, lorem ipsum ornare lorem, at dictum odio lacus vitae justo. Integer vel quam tristique, semper nisl id, dictum libero.[/vcj_text_block][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-earphones-alt\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]Providing full HD connectivity over IP from studios worldwide, with our brand new <a href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-puzzle\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-diamond\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</p>\r\n<p class=\"\"><a href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"SOME STATISTICS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Lets crack some <strong>numbers</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"471\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Finished projects\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"1066\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Happy customers\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Updates made\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"47\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Theme features\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 17:54:20','2019-08-08 16:54:20','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6012,1,'2019-08-08 17:56:46','2019-08-08 16:56:46','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN is the world\'s fastest-growing broadcast news agency. For more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day. Headquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_text_block paragraph_whitespace=\"1\" line_height=\"28px\"]Phasellus ornare ex vitae nulla interdum, id faucibus elit congue. Aliquam odio tortor, interdum eu iaculis at, bibendum posuere ex. Vestibulum blandit, lacus et elementum euismod, lorem ipsum ornare lorem, at dictum odio lacus vitae justo. Integer vel quam tristique, semper nisl id, dictum libero.[/vcj_text_block][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-earphones-alt\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"background-color: #ffffff; color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"background-color: #ffffff; color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-puzzle\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-diamond\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"SOME STATISTICS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Lets crack some <strong>numbers</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"471\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Finished projects\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"1066\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Happy customers\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Updates made\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"47\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Theme features\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 17:56:46','2019-08-08 16:56:46','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6013,1,'2019-08-08 17:59:27','2019-08-08 16:59:27','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN is the world\'s fastest-growing broadcast news agency. For more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day. Headquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_text_block paragraph_whitespace=\"1\" line_height=\"28px\"]Phasellus ornare ex vitae nulla interdum, id faucibus elit congue. Aliquam odio tortor, interdum eu iaculis at, bibendum posuere ex. Vestibulum blandit, lacus et elementum euismod, lorem ipsum ornare lorem, at dictum odio lacus vitae justo. Integer vel quam tristique, semper nisl id, dictum libero.[/vcj_text_block][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-earphones-alt\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-puzzle\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"icon-diamond\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"SOME STATISTICS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Lets crack some <strong>numbers</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"471\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Finished projects\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"1066\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Happy customers\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Updates made\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"47\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Theme features\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 17:59:27','2019-08-08 16:59:27','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6014,1,'2019-08-08 18:00:52','2019-08-08 17:00:52','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN is the world\'s fastest-growing broadcast news agency. For more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day. Headquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_text_block paragraph_whitespace=\"1\" line_height=\"28px\"]Phasellus ornare ex vitae nulla interdum, id faucibus elit congue. Aliquam odio tortor, interdum eu iaculis at, bibendum posuere ex. Vestibulum blandit, lacus et elementum euismod, lorem ipsum ornare lorem, at dictum odio lacus vitae justo. Integer vel quam tristique, semper nisl id, dictum libero.[/vcj_text_block][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"SOME STATISTICS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Lets crack some <strong>numbers</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"471\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Finished projects\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"1066\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Happy customers\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Updates made\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"47\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Theme features\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:00:52','2019-08-08 17:00:52','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6015,1,'2019-08-08 18:05:21','2019-08-08 17:05:21','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN is the world\'s fastest-growing broadcast news agency. For more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day. Headquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"SOME STATISTICS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Lets crack some <strong>numbers</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"471\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Finished projects\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"1066\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Happy customers\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Updates made\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"47\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Theme features\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:05:21','2019-08-08 17:05:21','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6016,1,'2019-08-08 18:09:10','2019-08-08 17:09:10','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][vcj_empty_space height=\"25px\"][vcj_empty_space height=\"25px\"][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"SOME STATISTICS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Lets crack some <strong>numbers</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"471\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Finished projects\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"1066\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Happy customers\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Updates made\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"47\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Theme features\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:09:10','2019-08-08 17:09:10','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6017,1,'2019-08-08 18:10:09','2019-08-08 17:10:09','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"SOME STATISTICS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Lets crack some <strong>numbers</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"471\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Finished projects\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"1066\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Happy customers\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Updates made\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"47\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Theme features\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:10:09','2019-08-08 17:10:09','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6018,1,'2019-08-08 18:14:00','2019-08-08 17:14:00','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"SOME STATISTICS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Lets crack some <strong>numbers</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:14:00','2019-08-08 17:14:00','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6019,1,'2019-08-08 18:15:28','2019-08-08 17:15:28','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:15:28','2019-08-08 17:15:28','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6020,1,'2019-08-08 18:15:52','2019-08-08 17:15:52','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" heading=\"h1\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:15:52','2019-08-08 17:15:52','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6021,1,'2019-08-08 18:16:17','2019-08-08 17:16:17','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" heading=\"h3\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:16:17','2019-08-08 17:16:17','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6022,1,'2019-08-08 18:17:09','2019-08-08 17:17:09','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN NEWS\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:17:09','2019-08-08 17:17:09','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6023,1,'2019-08-08 18:18:45','2019-08-08 17:18:45','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN \" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT PRODUCT\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So how does the\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"product work?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:18:45','2019-08-08 17:18:45','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6024,1,'2019-08-08 18:20:08','2019-08-08 17:20:08','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%22197%22%7D%2C%7B%22logo%22%3A%22198%22%7D%2C%7B%22logo%22%3A%22199%22%7D%2C%7B%22logo%22%3A%22200%22%7D%2C%7B%22logo%22%3A%22196%22%7D%2C%7B%22logo%22%3A%22199%22%7D%5D\" line=\"\" padding=\"\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:20:08','2019-08-08 17:20:08','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6031,1,'2019-08-08 18:27:18','2019-08-08 17:27:18','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:27:18','2019-08-08 17:27:18','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6033,1,'2019-08-08 18:42:56','2019-08-08 17:42:56','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">Something about <strong>product</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lacus lectus, lobortis sit amet eleifend eleifend, iaculis ac justo.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:42:56','2019-08-08 17:42:56','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6034,1,'2019-08-08 18:46:45','2019-08-08 17:46:45','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"NOW WITH FULLY INTEGRATED, REMOTE-CONTROLLED GIMBAL!!! Unveiling FSN LIVE\'s latest innovation: our full production suite. The world\'s first 5G-ready range of products that revolutionizes the world of live mobile broadcasting in-the-field, and back at base. Our FSN LIVE iPhone App and our Virtual MCR give your engineers unique ability to control live environments and deliver full HD liveshots from even the world\'s most challenging locations.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:46:45','2019-08-08 17:46:45','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6035,1,'2019-08-08 18:51:34','2019-08-08 17:51:34','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"NOW WITH FULLY INTEGRATED, REMOTE-CONTROLLED GIMBAL!!! Unveiling FSN LIVE\'s latest innovation: our full production suite. The world\'s first 5G-ready range of products that revolutionizes the world of live mobile broadcasting in-the-field, and back at base. Our FSN LIVE iPhone App and our Virtual MCR give your engineers unique ability to control live environments and deliver full HD liveshots from even the world\'s most challenging locations.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:51:34','2019-08-08 17:51:34','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6036,1,'2019-08-08 18:54:15','2019-08-08 17:54:15','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"NOW WITH FULLY INTEGRATED, REMOTE-CONTROLLED GIMBAL!!! Unveiling FSN LIVE\'s latest innovation: our full production suite. The world\'s first 5G-ready range of products that revolutionizes the world of live mobile broadcasting in-the-field, and back at base. Our FSN LIVE iPhone App and our Virtual MCR give your engineers unique ability to control live environments and deliver full HD liveshots from even the world\'s most challenging locations.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22Some%20kind%20of%20feature%22%2C%22content%22%3A%22Duis%20imperdiet%20purus%20eu%20sem%20dictum%2C%20non%20ullamcorper%20massa%20venenatis.%20Sed%20fermentum%2C%20lacus%20in%20lobortis%20hendrerit%2C%20mauris%20turpis%20laoreet%20justo%2C%20eget%20cursus%20purus%20mi%20porttitor%20felis.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22Check%20this%20wow%20feature%22%2C%22content%22%3A%22Etiam%20rhoncus%20sem%20id%20lectus%20molestie%20sodales%20ac%20id%20purus.%20Integer%20sed%20lacus%20a%20est%20bibendum%20dignissim%20et%20eu%20massa.%20Quisque%20venenatis%20ullamcorper%20hendrerit.%20Integer%20egestas%20odio%20orci%2C%20at%20venenatis%20augue%20feugiat%20a.%20Mauris%20maximus%20luctus%20lorem%20sit%20amet%20euismod.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22This%20is%20feature%22%2C%22content%22%3A%22Fusce%20augue%20ante%2C%20vestibulum%20vel%20est%20in%2C%20congue%20placerat%20lacus.%20Curabitur%20consequat%20accumsan%20diam%20eu%20feugiat.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 18:54:15','2019-08-08 17:54:15','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6037,1,'2019-08-08 19:03:34','2019-08-08 18:03:34','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:03:34','2019-08-08 18:03:34','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6038,1,'2019-08-08 19:04:15','2019-08-08 18:04:15','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:04:15','2019-08-08 18:04:15','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6039,1,'2019-08-08 19:06:33','2019-08-08 18:06:33','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][vcj_image_points image=\"172\" points=\"%5B%7B%22top%22%3A%2217%22%2C%22left%22%3A%2272%22%2C%22content%22%3A%22Feature%20one%22%7D%2C%7B%22top%22%3A%2245%22%2C%22left%22%3A%2258%22%2C%22content%22%3A%22Feature%20two%22%7D%2C%7B%22top%22%3A%2277%22%2C%22left%22%3A%2228%22%2C%22content%22%3A%22Feature%20Three%22%7D%5D\" pointer_color=\"#646464\" source=\"full\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:06:33','2019-08-08 18:06:33','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6040,1,'2019-08-08 19:07:39','2019-08-08 18:07:39','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" padding_tablet=\"60px 0px 30px 0px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:07:39','2019-08-08 18:07:39','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6041,1,'2019-08-08 19:10:01','2019-08-08 18:10:01','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan diam at nibh tempus, in semper nisi ullamcorper.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:10:01','2019-08-08 18:10:01','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6042,1,'2019-08-08 19:19:18','2019-08-08 18:19:18','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"151,146,144\" columns=\"2columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" margin=\"0px 0px 0px 25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now. \" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:19:18','2019-08-08 18:19:18','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6045,1,'2019-08-08 19:51:19','2019-08-08 18:51:19','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row][vc_row][vc_column][vcj_image_gallery images=\"6044\" columns=\"1columns\" image_ratio=\"landscape\" autoplay=\"on\" animation_speed=\"3\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:51:19','2019-08-08 18:51:19','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6046,1,'2019-08-08 19:52:19','2019-08-08 18:52:19','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6044\" columns=\"1columns\" image_ratio=\"landscape\" autoplay=\"on\" animation_speed=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:52:19','2019-08-08 18:52:19','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6048,1,'2019-08-08 19:55:12','2019-08-08 18:55:12','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6047\" columns=\"1columns\" image_ratio=\"landscape\" autoplay=\"on\" animation_speed=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:55:12','2019-08-08 18:55:12','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6049,1,'2019-08-08 19:55:51','2019-08-08 18:55:51','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6047\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:55:51','2019-08-08 18:55:51','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6050,1,'2019-08-08 19:57:43','2019-08-08 18:57:43','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6047\" columns=\"1columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" dots=\"disable\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:57:43','2019-08-08 18:57:43','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6051,1,'2019-08-08 19:58:47','2019-08-08 18:58:47','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6047\" columns=\"1columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" dots=\"disable\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:58:47','2019-08-08 18:58:47','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6052,1,'2019-08-08 19:59:35','2019-08-08 18:59:35','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6047\" columns=\"1columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" dots=\"disable\"][vcj_empty_space height=\"15px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 19:59:35','2019-08-08 18:59:35','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6055,1,'2019-08-08 20:08:52','2019-08-08 19:08:52','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"large\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow4\" dots=\"disable\"][vcj_empty_space height=\"15px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 20:08:52','2019-08-08 19:08:52','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6056,1,'2019-08-08 20:11:41','2019-08-08 19:11:41','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"landscape\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"I\'M A PRE TITLE\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><strong>Blog</strong> news</p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1534247211417{margin-top: -170px !important;}\"][vc_column][vcj_blog_posts limit=\"6\" style=\"masonry masonry2\" carousel=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-08 20:11:41','2019-08-08 19:11:41','',262,'https://www.featurestorynews.com/2019/08/08/262-revision-v1/',0,'revision','',0),(6057,1,'2019-08-09 11:20:45','2019-08-09 10:20:45','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"landscape\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534259445107{padding-top: 80px !important;padding-bottom: 200px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>WATCH THIS</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:20:45','2019-08-09 10:20:45','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6058,1,'2019-08-09 11:22:29','2019-08-09 10:22:29','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"landscape\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346144010{padding-top: 80px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:22:29','2019-08-09 10:22:29','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6059,1,'2019-08-09 11:23:41','2019-08-09 10:23:41','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"landscape\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346144010{padding-top: 80px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:23:41','2019-08-09 10:23:41','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6060,1,'2019-08-09 11:24:45','2019-08-09 10:24:45','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"landscape\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:24:45','2019-08-09 10:24:45','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6061,1,'2019-08-09 11:26:11','2019-08-09 10:26:11','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"landscape\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:26:11','2019-08-09 10:26:11','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6062,1,'2019-08-09 11:26:56','2019-08-09 10:26:56','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/2\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:26:56','2019-08-09 10:26:56','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6063,1,'2019-08-09 11:28:10','2019-08-09 10:28:10','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" css=\".vc_custom_1534263721794{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">INTRODUCING: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:28:10','2019-08-09 10:28:10','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6064,1,'2019-08-09 11:31:32','2019-08-09 10:31:32','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:31:32','2019-08-09 10:31:32','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6065,1,'2019-08-09 11:32:46','2019-08-09 10:32:46','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1548424698914{padding-top: 100px !important;padding-bottom: 250px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/2\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column][vc_column width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:32:46','2019-08-09 10:32:46','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6066,1,'2019-08-09 11:39:37','2019-08-09 10:39:37','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-options\" icon_close=\"icon-options-vertical\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:39:37','2019-08-09 10:39:37','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6067,1,'2019-08-09 11:41:11','2019-08-09 10:41:11','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:41:11','2019-08-09 10:41:11','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6068,1,'2019-08-09 11:42:47','2019-08-09 10:42:47','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:42:47','2019-08-09 10:42:47','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6069,1,'2019-08-09 11:44:51','2019-08-09 10:44:51','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_heading_simple content2=\"FSN FULL TIME GLOBAL TEAM\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:44:51','2019-08-09 10:44:51','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6070,1,'2019-08-09 11:45:49','2019-08-09 10:45:49','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN FULL TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 11:45:49','2019-08-09 10:45:49','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6071,1,'2019-08-09 11:55:34','2019-08-09 10:55:34','','image','','inherit','open','closed','','image-2','','','2019-08-09 11:55:34','2019-08-09 10:55:34','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/03/image.png',0,'attachment','image/png',0),(6072,1,'2019-08-09 14:17:08','2019-08-09 13:17:08','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN FULL TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"ABOUT OUR SERVICES\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:17:08','2019-08-09 13:17:08','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6073,1,'2019-08-09 14:18:50','2019-08-09 13:18:50','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN FULL TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:18:50','2019-08-09 13:18:50','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6074,1,'2019-08-09 14:20:10','2019-08-09 13:20:10','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"FSN FULL TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:20:10','2019-08-09 13:20:10','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6075,1,'2019-08-09 14:24:15','2019-08-09 13:24:15','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: THE FSN LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_google_maps locations=\"%5B%7B%22address%22%3A%22308%20The%20Record%20Hall%20%2016-16A%20Baldwin\'s%20Gardens%20%20London%20EC1N%207RJ%2C%20UK%22%2C%22description%22%3A%22FSN%20London%22%7D%2C%7B%7D%5D\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:24:15','2019-08-09 13:24:15','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6077,1,'2019-08-09 14:38:15','2019-08-09 13:38:15','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:38:15','2019-08-09 13:38:15','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6078,1,'2019-08-09 14:39:36','2019-08-09 13:39:36','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:39:36','2019-08-09 13:39:36','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (6079,1,'2019-08-09 14:41:24','2019-08-09 13:41:24','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_heading_simple content2=\"So what can\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_heading_simple content2=\"we offer you?\" color_text=\"#ffffff\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:41:24','2019-08-09 13:41:24','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6080,1,'2019-08-09 14:42:59','2019-08-09 13:42:59','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>EXAMPLES OF OUR GLOBAL WORK</b></p>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:42:59','2019-08-09 13:42:59','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6081,1,'2019-08-09 14:44:37','2019-08-09 13:44:37','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534263446419{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:44:37','2019-08-09 13:44:37','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6082,1,'2019-08-09 14:47:16','2019-08-09 13:47:16','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358434804{padding-top: 100px !important;padding-bottom: 50px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:47:16','2019-08-09 13:47:16','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6083,1,'2019-08-09 14:48:50','2019-08-09 13:48:50','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358512647{padding-top: 80px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:48:50','2019-08-09 13:48:50','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6084,1,'2019-08-09 14:50:08','2019-08-09 13:50:08','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565346544294{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:50:08','2019-08-09 13:50:08','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6085,1,'2019-08-09 14:52:09','2019-08-09 13:52:09','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" rtl_reverse=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565358727842{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:52:09','2019-08-09 13:52:09','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6086,1,'2019-08-09 14:52:51','2019-08-09 13:52:51','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:52:51','2019-08-09 13:52:51','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6087,1,'2019-08-09 14:58:03','2019-08-09 13:58:03','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"0\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\">Get <strong>in touch</strong></p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:58:03','2019-08-09 13:58:03','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6088,1,'2019-08-09 14:59:20','2019-08-09 13:59:20','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"0\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 14:59:20','2019-08-09 13:59:20','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6089,1,'2019-08-09 15:01:16','2019-08-09 14:01:16','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 15:01:16','2019-08-09 14:01:16','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6090,1,'2019-08-09 15:04:47','2019-08-09 14:04:47','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.\" alignment=\"left\" color_text=\"#a8a8a8\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" line_height=\"28\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 15:04:47','2019-08-09 14:04:47','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6091,1,'2019-08-09 15:07:35','2019-08-09 14:07:35','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565358769296{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 15:07:35','2019-08-09 14:07:35','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6092,1,'2019-08-09 15:09:55','2019-08-09 14:09:55','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263592802{padding-bottom: 100px !important;}\" padding_tablet=\"0px 0px 30px 0px\"][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334527477{border-right-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\" responsive_border=\"disabled\" css=\".vc_custom_1548334543609{padding-top: 70px !important;padding-bottom: 100px !important;}\" padding_tablet=\"30px 0px 70px 0px\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-09 15:09:55','2019-08-09 14:09:55','',262,'https://www.featurestorynews.com/2019/08/09/262-revision-v1/',0,'revision','',0),(6094,1,'2019-08-11 17:40:59','2019-08-11 16:40:59','jQuery(document).ready(function ($) {\r\n$(\"#countdown-ec00e7e2b3991b9a2769ad7cae8063bd\").countdown(\'2019/12/31 12:00\', function(event) {\r\nvar $this = $(this).html(event.strftime(\'\'\r\n+ \'%wWeeks\'\r\n+ \'%dDays\'\r\n+ \'\'\r\n+ \'%HHours\'\r\n+ \'%MMinutes\'\r\n+ \'%SSeconds\'));\r\n});\r\n});\r\n<img class=\"sh-image-url\" src=\"https://www.featurestorynews.com/wp-content/uploads/2018/03/coming-soon-logo.png\" alt=\"coming-soon-logo\" />\r\n<h3 class=\"sh-heading-content size-xs text-center\">STAY TUNED</h3>\r\n<h1 class=\"sh-heading-content size-xxl text-center\">We Will Launch Soon</h1>\r\n<p style=\"text-align: center;\">Subscribe to get notification as soon as we launch!</p>\r\n<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n</a>\r\n<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n</a>\r\n<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n</a>\r\n<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n</a>\r\n<a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n</a>\r\n<p style=\"text-align: center;\">Phone: 780 000 298, E-mail: brandname@mail.com</p>\r\n<!-- f82c2dce10fda4f00c35ec77b5614407 -->','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2019-08-11 17:40:59','2019-08-11 16:40:59','',69,'https://www.featurestorynews.com/2019/08/11/69-revision-v1/',0,'revision','',0),(6095,1,'2019-08-11 17:40:59','2019-08-11 16:40:59','\r\n<section class=\"sh-section sh-section-409c59e9e9bde3a84359a9e8b964d7fa fw-main-row sh-section-visibility-everywhere\">\r\n \r\n \r\n <div class=\"sh-section-container container-fluid\">\r\n <div class=\"fw-row\">\n \r\n<div class=\"sh-column sh-column-b5945f89037aa05ec333f4a5217fd4bd fw-col-xs-12\">\r\n\r\n \r\n <div class=\"sh-column-wrapper\">\r\n \r\n\r\n <div class=\"sh-heading sh-heading-style1\" id=\"heading-2fe68fc1e53ef20bd576d7ed8147c207\">\r\n <h2 class=\"sh-heading-content size-default\">\r\n <span style=\"text-align: center\">WE MAKE WEBSITES</span> </h2>\r\n </div>\r\n\r\n </div>\r\n\r\n\r\n \r\n\r\n</div>\r\n</div>\n\n<div class=\"fw-row\">\n \r\n<div class=\"sh-column sh-column-b5945f89037aa05ec333f4a5217fd4bd fw-col-xs-12\">\r\n\r\n \r\n <div class=\"sh-column-wrapper\">\r\n \r\n<div id=\"text-block-fb44f6a11a9d1a462087e97c3ffccf7c\" class=\"sh-text-block\">\r\n <p style=\"text-align: center\"><a href=\"mailto:nic@featurestorynews.com\">Get in touch</a></p></div>\r\n </div>\r\n\r\n\r\n \r\n\r\n</div>\r\n</div>\n\n </div>\r\n</section>\r\n\r\n<section class=\"sh-section sh-section-b761447c0ad2f888b2e38a5d05c871bc fw-main-row sh-section-visibility-everywhere\">\r\n \r\n \r\n <div class=\"sh-section-container container-fluid section-justify-height section-justify-height-full\">\r\n <div class=\"fw-row\">\n \r\n<div class=\"sh-column sh-column-1999b54109f40af11fbaa987da751e91 fw-col-xs-12 fw-col-sm-6 sh-column-mobile-padding\">\r\n\r\n \r\n <div class=\"sh-column-wrapper\">\r\n \r\n\r\n\r\n<div id=\"countdown-8b5dc011513113416f8464a87be159ec\" class=\"sh-countdown sh-countdown-style1 sh-countdown-medium sh-countdown-alignment-center\"></div>\r\n </div>\r\n\r\n\r\n \r\n\r\n</div>\r\n\r\n<div class=\"sh-column sh-column-6234bea9711c858f63ad190519dc7add fw-col-xs-12 fw-col-sm-6\">\r\n\r\n \r\n <div class=\"sh-column-wrapper\">\r\n \r\n<div class=\"sh-empty-space\" id=\"empty-space-04fe623cb9b13f392051783e808f0ec3\"></div>\r\n\r\n<div id=\"single-image-2462803d1e16e7e19d4aa4fa187d7cb4\" class=\"sh-single-image \">\r\n <div class=\"sh-element-margin\">\r\n \r\n \r\n <div class=\"sh-single-image-container\">\r\n \r\n <img class=\"sh-image-url\" src=\"https://www.featurestorynews.com/wp-content/uploads/2018/03/coming-soon-logo.png\" alt=\"coming-soon-logo\" />\r\n \r\n \r\n </div>\r\n\r\n \r\n </div>\r\n</div>\r\n\r\n<div class=\"sh-empty-space\" id=\"empty-space-b0bb2d02bb17e90e949204f4ce46d10d\"></div>\r\n\r\n<div class=\"sh-heading \" id=\"heading-9bff312059141051b6ac3a323044bd8f\">\r\n <div class=\"sh-element-margin\">\r\n\r\n \r\n <h3 class=\"sh-heading-content size-xs text-center\">\r\n STAY TUNED </h3>\r\n\r\n \r\n </div>\r\n</div>\r\n\r\n<div class=\"sh-heading \" id=\"heading-e80085ea3556de1ececa94ffc1ea8995\">\r\n <div class=\"sh-element-margin\">\r\n\r\n \r\n <h1 class=\"sh-heading-content size-xxl text-center\">\r\n We Will Launch Soon </h1>\r\n\r\n \r\n </div>\r\n</div>\r\n\r\n<div id=\"text-block-814d0a7e5e1bdc6e678947e38658355e\" class=\"sh-text-block\">\r\n <p style=\"text-align: center\"><span style=\"font-size: 18px;color: #a3a3a3\">Subscribe to get notification as soon as we launch!</span></p></div>\r\n\r\n<div class=\"sh-empty-space\" id=\"empty-space-cd8321ae62bda1ff986426e28a87cf2d\"></div>\r\n\r\n<div id=\"cf7-98\" class=\"sh-cf7 sh-cf7-unyson sh-cf7-style2\">\r\n <div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f98-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n\n<div>\n\n\n\n\n\n</div>\n<div class=\"sh-cf7-body\"><div class=\"sh-cf7-inline\">\n<p><span class=\"wpcf7-form-control-wrap your-email\"></span></p>\n<p>\n</p></div>\n</div><div class=\"wpcf7-response-output wpcf7-display-none\"></div></div></div>\r\n\r\n<div class=\"sh-empty-space\" id=\"empty-space-a39bee4018fa130fe5886e94214ad838\"></div>\r\n\r\n<div id=\"icon-group-09f5024179d2ea3cab700efcf9bff62d\" class=\"sh-icon-group sh-icon-group-center sh-icon-group-style3\">\r\n \r\n <div class=\"sh-icon-group-item\">\r\n <div class=\"sh-icon-group-item-container\">\r\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n \r\n <i class=\"icon-social-facebook\"></i>\r\n\r\n </a>\r\n </div>\r\n </div>\r\n\r\n \r\n <div class=\"sh-icon-group-item\">\r\n <div class=\"sh-icon-group-item-container\">\r\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n \r\n <i class=\"icon-social-twitter\"></i>\r\n\r\n </a>\r\n </div>\r\n </div>\r\n\r\n \r\n <div class=\"sh-icon-group-item\">\r\n <div class=\"sh-icon-group-item-container\">\r\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n \r\n <i class=\"icon-social-instagram\"></i>\r\n\r\n </a>\r\n </div>\r\n </div>\r\n\r\n \r\n <div class=\"sh-icon-group-item\">\r\n <div class=\"sh-icon-group-item-container\">\r\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n \r\n <i class=\"icon-social-youtube\"></i>\r\n\r\n </a>\r\n </div>\r\n </div>\r\n\r\n \r\n <div class=\"sh-icon-group-item\">\r\n <div class=\"sh-icon-group-item-container\">\r\n <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n \r\n <i class=\"icon-social-pinterest\"></i>\r\n\r\n </a>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n<div class=\"sh-empty-space\" id=\"empty-space-e2a71624fac3156d784b2a360df6611e\"></div>\r\n\r\n<div id=\"text-block-3d4c27eaccaa184f1bd1cb4ccf3f4a01\" class=\"sh-text-block\">\r\n <p style=\"text-align: center\"><span style=\"color: #979797\"><strong>Phone:</strong> 780 000 298, <strong>E-mail:</strong> brandname@mail.com</span></p></div>\r\n </div>\r\n\r\n\r\n \r\n\r\n</div>\r\n</div>\n\n </div>\r\n</section>\r\n\n\n<!-- d61b7a2113654d677cea1d02c7eec267 -->','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2019-08-11 17:40:59','2019-08-11 16:40:59','',69,'https://www.featurestorynews.com/2019/08/11/69-revision-v1/',0,'revision','',0),(6096,1,'2019-08-11 17:42:40','2019-08-11 16:42:40','\r\n<section class=\"sh-section sh-section-6c732532256a4914a068141a3b17d126 fw-main-row sh-section-visibility-everywhere\">\r\n \r\n \r\n <div class=\"sh-section-container container-fluid\">\r\n <div class=\"fw-row\">\n \r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n\r\n \r\n <div class=\"sh-column-wrapper\">\r\n \r\n\r\n <div class=\"sh-heading sh-heading-style1\" id=\"heading-d11e7c047e8704fb26e07ea2b91e9b47\">\r\n <h2 class=\"sh-heading-content size-default\">\r\n <span style=\"text-align: center\">WE MAKE WEBSITES</span> </h2>\r\n </div>\r\n\r\n </div>\r\n\r\n\r\n \r\n\r\n</div>\r\n</div>\n\n<div class=\"fw-row\">\n \r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n\r\n \r\n <div class=\"sh-column-wrapper\">\r\n \r\n<div id=\"text-block-9bdd826c0ed7f49758394c56fe50fbc8\" class=\"sh-text-block\">\r\n <p style=\"text-align: center\"><a href=\"mailto:nic@featurestorynews.com\">Get in touch</a></p></div>\r\n </div>\r\n\r\n\r\n \r\n\r\n</div>\r\n</div>\n\n </div>\r\n</section>\r\n\n\n<!-- 4e6d6a65cd91369e1ab9e4441c4a123e -->','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2019-08-11 17:42:40','2019-08-11 16:42:40','',69,'https://www.featurestorynews.com/2019/08/11/69-revision-v1/',0,'revision','',0),(6098,1,'2019-08-11 17:44:45','2019-08-11 16:44:45','[vc_row full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565541868205{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}\"][vc_column][vc_column_text]\r\n\r\n<section class=\"sh-section sh-section-6c732532256a4914a068141a3b17d126 fw-main-row sh-section-visibility-everywhere\">\r\n<div class=\"sh-section-container container-fluid\">\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"heading-d11e7c047e8704fb26e07ea2b91e9b47\" class=\"sh-heading sh-heading-style1\">\r\n<h2 class=\"sh-heading-content size-default\" style=\"text-align: center;\"><span style=\"text-align: center; font-size: 60px;\">WE MAKE WEBSITES</span></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"text-block-9bdd826c0ed7f49758394c56fe50fbc8\" class=\"sh-text-block\">\r\n<p style=\"text-align: center;\"><a href=\"mailto:nic@featurestorynews.com\">Get in touch</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section><!-- 4e6d6a65cd91369e1ab9e4441c4a123e -->[/vc_column_text][/vc_column][/vc_row]','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2019-08-11 17:44:45','2019-08-11 16:44:45','',69,'https://www.featurestorynews.com/2019/08/11/69-revision-v1/',0,'revision','',0),(6099,1,'2019-08-11 17:45:55','2019-08-11 16:45:55','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565541952964{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}\"][vc_column][vc_column_text]\r\n\r\n<section class=\"sh-section sh-section-6c732532256a4914a068141a3b17d126 fw-main-row sh-section-visibility-everywhere\">\r\n<div class=\"sh-section-container container-fluid\">\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"heading-d11e7c047e8704fb26e07ea2b91e9b47\" class=\"sh-heading sh-heading-style1\">\r\n<h2 class=\"sh-heading-content size-default\" style=\"text-align: center;\"><span style=\"text-align: center; font-size: 60px;\">WE MAKE WEBSITES</span></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"text-block-9bdd826c0ed7f49758394c56fe50fbc8\" class=\"sh-text-block\">\r\n<p style=\"text-align: center;\"><a href=\"mailto:nic@featurestorynews.com\">Get in touch</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section><!-- 4e6d6a65cd91369e1ab9e4441c4a123e -->[/vc_column_text][/vc_column][/vc_row]','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2019-08-11 17:45:55','2019-08-11 16:45:55','',69,'https://www.featurestorynews.com/2019/08/11/69-revision-v1/',0,'revision','',0),(6100,1,'2019-08-11 17:48:00','2019-08-11 16:48:00','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565541952964{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}\"][vc_column][vc_column_text css=\".vc_custom_1565542079087{background-color: #aaaaaa !important;}\"]\r\n\r\n<section class=\"sh-section sh-section-6c732532256a4914a068141a3b17d126 fw-main-row sh-section-visibility-everywhere\">\r\n<div class=\"sh-section-container container-fluid\">\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"heading-d11e7c047e8704fb26e07ea2b91e9b47\" class=\"sh-heading sh-heading-style1\">\r\n<h2 class=\"sh-heading-content size-default\" style=\"text-align: center;\"><span style=\"text-align: center; font-size: 60px;\">WE MAKE WEBSITES</span></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"text-block-9bdd826c0ed7f49758394c56fe50fbc8\" class=\"sh-text-block\">\r\n<p style=\"text-align: center;\"><a href=\"mailto:nic@featurestorynews.com\">Get in touch</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section><!-- 4e6d6a65cd91369e1ab9e4441c4a123e -->[/vc_column_text][/vc_column][/vc_row]','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2019-08-11 17:48:00','2019-08-11 16:48:00','',69,'https://www.featurestorynews.com/2019/08/11/69-revision-v1/',0,'revision','',0),(6101,1,'2019-08-11 17:48:55','2019-08-11 16:48:55','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565542133282{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}\"][vc_column][vc_column_text css=\".vc_custom_1565542079087{background-color: #aaaaaa !important;}\"]\r\n\r\n<section class=\"sh-section sh-section-6c732532256a4914a068141a3b17d126 fw-main-row sh-section-visibility-everywhere\">\r\n<div class=\"sh-section-container container-fluid\">\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"heading-d11e7c047e8704fb26e07ea2b91e9b47\" class=\"sh-heading sh-heading-style1\">\r\n<h2 class=\"sh-heading-content size-default\" style=\"text-align: center;\"><span style=\"text-align: center; font-size: 60px;\">WE MAKE WEBSITES</span></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"text-block-9bdd826c0ed7f49758394c56fe50fbc8\" class=\"sh-text-block\">\r\n<p style=\"text-align: center;\"><a href=\"mailto:nic@featurestorynews.com\">Get in touch</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section><!-- 4e6d6a65cd91369e1ab9e4441c4a123e -->[/vc_column_text][/vc_column][/vc_row]','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2019-08-11 17:48:55','2019-08-11 16:48:55','',69,'https://www.featurestorynews.com/2019/08/11/69-revision-v1/',0,'revision','',0),(6102,1,'2019-08-11 17:53:10','2019-08-11 16:53:10','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565542133282{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}\"][vc_column][vc_column_text css=\".vc_custom_1565542386582{background-color: #aaaaaa !important;}\"]\r\n\r\n<section class=\"sh-section sh-section-6c732532256a4914a068141a3b17d126 fw-main-row sh-section-visibility-everywhere\">\r\n<div class=\"sh-section-container container-fluid\">\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"heading-d11e7c047e8704fb26e07ea2b91e9b47\" class=\"sh-heading sh-heading-style1\">\r\n<h3 class=\"sh-heading-content size-default\" style=\"text-align: center;\"><span style=\"text-align: center; font-size: 60px;\">WE MAKE WEBSITES</span></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"fw-row\">\r\n<div class=\"sh-column sh-column-a968be6dfb88fa022ab75ee8f3bf1317 fw-col-xs-12\">\r\n<div class=\"sh-column-wrapper\">\r\n<div id=\"text-block-9bdd826c0ed7f49758394c56fe50fbc8\" class=\"sh-text-block\">\r\n<p style=\"text-align: center;\"><a href=\"mailto:nic@featurestorynews.com\">Get in touch</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section><!-- 4e6d6a65cd91369e1ab9e4441c4a123e -->[/vc_column_text][/vc_column][/vc_row]','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2019-08-11 17:53:10','2019-08-11 16:53:10','',69,'https://www.featurestorynews.com/2019/08/11/69-revision-v1/',0,'revision','',0),(6103,1,'2019-08-11 19:33:05','2019-08-11 18:33:05','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/4\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:33:05','2019-08-11 18:33:05','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6104,1,'2019-08-11 19:33:51','2019-08-11 18:33:51','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565358475540{padding-top: 80px !important;}\" el_id=\"about\" padding_tablet=\"60px 0px 0px 0px\"][vc_column max_width=\"525px\"][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/4\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:33:51','2019-08-11 18:33:51','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6105,1,'2019-08-11 19:34:42','2019-08-11 18:34:42','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1534263569267{padding-top: 90px !important;}\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/4\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:34:42','2019-08-11 18:34:42','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6106,1,'2019-08-11 19:38:40','2019-08-11 18:38:40','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" overflow=\"default\" padding_tablet=\"0px 0px 0px 0px\"][vc_column width=\"1/4\" responsive_border=\"disabled\" css=\".vc_custom_1548334507465{border-right-width: 1px !important;border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-right-color: #ebebeb !important;border-right-style: solid !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\" responsive_border=\"disabled\" css=\".vc_custom_1548334523093{border-bottom-width: 1px !important;padding-top: 70px !important;padding-bottom: 100px !important;border-bottom-color: #ebebeb !important;border-bottom-style: solid !important;}\" padding_tablet=\"30px 0px 30px 0px\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:38:40','2019-08-11 18:38:40','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6107,1,'2019-08-11 19:41:28','2019-08-11 18:41:28','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:41:28','2019-08-11 18:41:28','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6108,1,'2019-08-11 19:41:48','2019-08-11 18:41:48','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"ABOUT FSN\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:41:48','2019-08-11 18:41:48','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6109,1,'2019-08-11 19:42:19','2019-08-11 18:42:19','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:42:19','2019-08-11 18:42:19','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6110,1,'2019-08-11 19:42:44','2019-08-11 18:42:44','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1534262976918{padding-top: 130px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:42:44','2019-08-11 18:42:44','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6111,1,'2019-08-11 19:43:34','2019-08-11 18:43:34','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549011566{padding-top: 130px !important;padding-bottom: 130px !important;background-color: #20adc9 !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:43:34','2019-08-11 18:43:34','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6112,1,'2019-08-11 19:44:27','2019-08-11 18:44:27','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549065859{padding-top: 50px !important;padding-bottom: 130px !important;background-color: #20adc9 !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:44:27','2019-08-11 18:44:27','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6113,1,'2019-08-11 19:44:47','2019-08-11 18:44:47','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:44:47','2019-08-11 18:44:47','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6114,1,'2019-08-11 19:46:18','2019-08-11 18:46:18','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549175216{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:46:18','2019-08-11 18:46:18','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6115,1,'2019-08-11 19:48:07','2019-08-11 18:48:07','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:48:07','2019-08-11 18:48:07','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6116,1,'2019-08-11 19:48:52','2019-08-11 18:48:52','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"107\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"72\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"26\" style=\"style4\" number_color=\"#b4b4b4\" number_size=\"custom\" desktop_size=\"72px\" responsive_size=\"72px\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"YEARS OLD\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:48:52','2019-08-11 18:48:52','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6117,1,'2019-08-11 19:50:48','2019-08-11 18:50:48','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 19:50:48','2019-08-11 18:50:48','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6118,1,'2019-08-11 20:05:28','2019-08-11 19:05:28','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:05:28','2019-08-11 19:05:28','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6119,1,'2019-08-11 20:07:35','2019-08-11 19:07:35','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:07:35','2019-08-11 19:07:35','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6120,1,'2019-08-11 20:10:41','2019-08-11 19:10:41','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_heading_simple content2=\"ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:10:41','2019-08-11 19:10:41','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6121,1,'2019-08-11 20:11:27','2019-08-11 19:11:27','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','\n ','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:11:27','2019-08-11 19:11:27','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6122,1,'2019-08-11 20:17:54','2019-08-11 19:17:54','<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.</p>\n<p>For more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.</p>\n<p>Headquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]</p>\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\n<p>[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\n<p>[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\n<p>[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]</p>\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\n<p>[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]</p>\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\n<p>[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]</p>\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\n<p>[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]</p>\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\n<p>[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]</p>\n<p style=\"text-align: center;\">GET IN TOUCH</p>\n<p>[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]</p>\n','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:17:54','2019-08-11 19:17:54','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6123,1,'2019-08-11 20:29:10','2019-08-11 19:29:10','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:info@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:29:10','2019-08-11 19:29:10','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6124,1,'2019-08-11 20:33:44','2019-08-11 19:33:44','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:info@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:33:44','2019-08-11 19:33:44','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6125,1,'2019-08-11 20:35:17','2019-08-11 19:35:17','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"25px\"][vcj_heading_simple content2=\"MEET FSN\'S FULL-TIME GLOBAL TEAM\" alignment=\"right\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:35:17','2019-08-11 19:35:17','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6126,1,'2019-08-11 20:36:45','2019-08-11 19:36:45','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"35px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:36:45','2019-08-11 19:36:45','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6127,1,'2019-08-11 20:37:40','2019-08-11 19:37:40','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"35px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:37:40','2019-08-11 19:37:40','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6128,1,'2019-08-11 20:39:56','2019-08-11 19:39:56','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565549086149{padding-top: 50px !important;padding-bottom: 130px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:39:56','2019-08-11 19:39:56','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6129,1,'2019-08-11 20:40:47','2019-08-11 19:40:47','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565549330365{padding-bottom: 30px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552445081{padding-top: 50px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:40:47','2019-08-11 19:40:47','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6130,1,'2019-08-11 20:45:21','2019-08-11 19:45:21','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:45:21','2019-08-11 19:45:21','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6131,1,'2019-08-11 20:49:06','2019-08-11 19:49:06','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22HEAR%20THE%20LATEST%20FSN%20RADIO%20NEWS%20NOW%22%7D%5D\" content_fixed=\"NOW\" alignment=\"center\" size=\"default\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:49:06','2019-08-11 19:49:06','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6132,1,'2019-08-11 20:50:27','2019-08-11 19:50:27','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22HEAR%20THE%20LATEST%20FSN%20RADIO%20NEWS%20NOW%22%7D%5D\" heading=\"h2\" alignment=\"center\" loop=\"disable\" size=\"default\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:50:27','2019-08-11 19:50:27','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6133,1,'2019-08-11 20:51:55','2019-08-11 19:51:55','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22HEAR%20THE%20LATEST%20FSN%20RADIO%20NEWS%20NOW%22%7D%5D\" heading=\"h2\" alignment=\"center\" loop=\"disable\" size=\"default\"][/vc_column][vc_column width=\"1/3\"][vcj_icon icon=\"fa fa-microphone\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:51:55','2019-08-11 19:51:55','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6134,1,'2019-08-11 20:53:44','2019-08-11 19:53:44','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"5/6\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22HEAR%20THE%20LATEST%20FSN%20RADIO%20NEWS%20NOW%22%7D%5D\" heading=\"h2\" alignment=\"center\" loop=\"disable\" size=\"default\"][/vc_column][vc_column width=\"1/6\"][vcj_icon icon=\"fa fa-microphone\" shadow=\"large\" icon_size=\"75px\" animation=\"fadeInRightBig\" animation_speed=\"2\" animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:53:44','2019-08-11 19:53:44','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6135,1,'2019-08-11 20:54:19','2019-08-11 19:54:19','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" overflow=\"default\" css=\".vc_custom_1565356626271{margin-top: -100px !important;}\"][vc_column][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}\"][vc_column width=\"5/6\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22HEAR%20THE%20LATEST%20FSN%20RADIO%20NEWS%20NOW%22%7D%5D\" heading=\"h2\" alignment=\"center\" loop=\"disable\" size=\"default\"][/vc_column][vc_column width=\"1/6\"][vcj_icon icon=\"fa fa-microphone\" shadow=\"large\" icon_size=\"75px\" animation=\"fadeInRightBig\" animation_speed=\"2\" animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:54:19','2019-08-11 19:54:19','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6136,1,'2019-08-11 20:56:20','2019-08-11 19:56:20','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}\"][vc_column width=\"5/6\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22HEAR%20THE%20LATEST%20FSN%20RADIO%20NEWS%20NOW%22%7D%5D\" heading=\"h2\" alignment=\"center\" loop=\"disable\" size=\"default\"][/vc_column][vc_column width=\"1/6\"][vcj_icon icon=\"fa fa-microphone\" shadow=\"large\" icon_size=\"75px\" animation=\"fadeInRightBig\" animation_speed=\"2\" animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:56:20','2019-08-11 19:56:20','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6137,1,'2019-08-11 20:57:13','2019-08-11 19:57:13','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}\"][vc_column][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22HEAR%20THE%20LATEST%20FSN%20RADIO%20NEWS%20NOW%22%7D%5D\" heading=\"h2\" alignment=\"center\" loop=\"disable\" size=\"default\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-11 20:57:13','2019-08-11 19:57:13','',262,'https://www.featurestorynews.com/2019/08/11/262-revision-v1/',0,'revision','',0),(6139,1,'2019-08-12 09:01:19','2019-08-12 08:01:19','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226025%22%7D%2C%7B%22logo%22%3A%226026%22%7D%2C%7B%22logo%22%3A%226027%22%7D%2C%7B%22logo%22%3A%226028%22%7D%2C%7B%22logo%22%3A%226029%22%7D%2C%7B%22logo%22%3A%226030%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}\"][vc_column][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22HEAR%20THE%20LATEST%20FSN%20RADIO%20NEWS%20NOW%22%7D%5D\" heading=\"h2\" alignment=\"center\" loop=\"disable\" size=\"default\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:01:19','2019-08-12 08:01:19','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6149,1,'2019-08-12 09:13:43','2019-08-12 08:13:43','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226140%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226141%22%7D%2C%7B%22logo%22%3A%226142%22%7D%2C%7B%22logo%22%3A%226143%22%7D%2C%7B%22logo%22%3A%226144%22%7D%2C%7B%22logo%22%3A%226145%22%7D%2C%7B%22logo%22%3A%226146%22%7D%2C%7B%22logo%22%3A%226147%22%7D%2C%7B%22logo%22%3A%226148%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565553257083{padding-top: 25px !important;padding-bottom: 25px !important;}\"][vc_column][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22HEAR%20THE%20LATEST%20FSN%20RADIO%20NEWS%20NOW%22%7D%5D\" heading=\"h2\" alignment=\"center\" loop=\"disable\" size=\"default\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: left;\">IN FOCUS: FSN\'S LIVE SUITE</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:13:43','2019-08-12 08:13:43','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6150,1,'2019-08-12 09:21:19','2019-08-12 08:21:19','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226140%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226141%22%7D%2C%7B%22logo%22%3A%226142%22%7D%2C%7B%22logo%22%3A%226143%22%7D%2C%7B%22logo%22%3A%226144%22%7D%2C%7B%22logo%22%3A%226145%22%7D%2C%7B%22logo%22%3A%226146%22%7D%2C%7B%22logo%22%3A%226147%22%7D%2C%7B%22logo%22%3A%226148%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner css=\".vc_custom_1534263276648{padding-bottom: 60px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:21:19','2019-08-12 08:21:19','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6151,1,'2019-08-12 09:22:26','2019-08-12 08:22:26','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226140%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226141%22%7D%2C%7B%22logo%22%3A%226142%22%7D%2C%7B%22logo%22%3A%226143%22%7D%2C%7B%22logo%22%3A%226144%22%7D%2C%7B%22logo%22%3A%226145%22%7D%2C%7B%22logo%22%3A%226146%22%7D%2C%7B%22logo%22%3A%226147%22%7D%2C%7B%22logo%22%3A%226148%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:22:26','2019-08-12 08:22:26','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6152,1,'2019-08-12 09:24:35','2019-08-12 08:24:35','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226140%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226141%22%7D%2C%7B%22logo%22%3A%226142%22%7D%2C%7B%22logo%22%3A%226143%22%7D%2C%7B%22logo%22%3A%226144%22%7D%2C%7B%22logo%22%3A%226145%22%7D%2C%7B%22logo%22%3A%226146%22%7D%2C%7B%22logo%22%3A%226147%22%7D%2C%7B%22logo%22%3A%226148%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565359792773{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:24:35','2019-08-12 08:24:35','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6153,1,'2019-08-12 09:27:21','2019-08-12 08:27:21','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226140%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226141%22%7D%2C%7B%22logo%22%3A%226142%22%7D%2C%7B%22logo%22%3A%226143%22%7D%2C%7B%22logo%22%3A%226144%22%7D%2C%7B%22logo%22%3A%226145%22%7D%2C%7B%22logo%22%3A%226146%22%7D%2C%7B%22logo%22%3A%226147%22%7D%2C%7B%22logo%22%3A%226148%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:27:21','2019-08-12 08:27:21','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6154,1,'2019-08-12 09:29:31','2019-08-12 08:29:31','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226140%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226141%22%7D%2C%7B%22logo%22%3A%226142%22%7D%2C%7B%22logo%22%3A%226143%22%7D%2C%7B%22logo%22%3A%226144%22%7D%2C%7B%22logo%22%3A%226145%22%7D%2C%7B%22logo%22%3A%226146%22%7D%2C%7B%22logo%22%3A%226147%22%7D%2C%7B%22logo%22%3A%226148%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:29:31','2019-08-12 08:29:31','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6155,1,'2019-08-12 09:37:39','2019-08-12 08:37:39','','CNAlogo2019Vertical0','','inherit','open','closed','','cnalogo2019vertical0','','','2019-08-12 09:37:39','2019-08-12 08:37:39','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/03/CNAlogo2019Vertical0.png',0,'attachment','image/png',0),(6156,1,'2019-08-12 09:37:39','2019-08-12 08:37:39','','logo-dw','','inherit','open','closed','','logo-dw','','','2019-08-12 09:37:39','2019-08-12 08:37:39','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/03/logo-dw.png',0,'attachment','image/png',0),(6157,1,'2019-08-12 09:37:39','2019-08-12 08:37:39','','logo-fnc0','','inherit','open','closed','','logo-fnc0','','','2019-08-12 09:37:39','2019-08-12 08:37:39','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/03/logo-fnc0.png',0,'attachment','image/png',0),(6158,1,'2019-08-12 09:37:40','2019-08-12 08:37:40','','logo-gmb0','','inherit','open','closed','','logo-gmb0','','','2019-08-12 09:37:40','2019-08-12 08:37:40','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/03/logo-gmb0.png',0,'attachment','image/png',0),(6159,1,'2019-08-12 09:37:40','2019-08-12 08:37:40','','logo-itn','','inherit','open','closed','','logo-itn','','','2019-08-12 09:37:40','2019-08-12 08:37:40','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/03/logo-itn.png',0,'attachment','image/png',0),(6160,1,'2019-08-12 09:37:40','2019-08-12 08:37:40','','logo-itvnews0','','inherit','open','closed','','logo-itvnews0','','','2019-08-12 09:37:40','2019-08-12 08:37:40','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/03/logo-itvnews0.png',0,'attachment','image/png',0),(6161,1,'2019-08-12 09:37:41','2019-08-12 08:37:41','','logo-seven0','','inherit','open','closed','','logo-seven0','','','2019-08-12 09:37:41','2019-08-12 08:37:41','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/03/logo-seven0.png',0,'attachment','image/png',0),(6162,1,'2019-08-12 09:37:41','2019-08-12 08:37:41','','logo-televisa0','','inherit','open','closed','','logo-televisa0','','','2019-08-12 09:37:41','2019-08-12 08:37:41','',0,'https://www.featurestorynews.com/wp-content/uploads/2018/03/logo-televisa0.png',0,'attachment','image/png',0),(6164,1,'2019-08-12 09:40:36','2019-08-12 08:40:36','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:40:36','2019-08-12 08:40:36','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6165,1,'2019-08-12 09:43:00','2019-08-12 08:43:00','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS \" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:43:00','2019-08-12 08:43:00','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6166,1,'2019-08-12 09:43:50','2019-08-12 08:43:50','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:43:50','2019-08-12 08:43:50','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6167,1,'2019-08-12 09:49:26','2019-08-12 08:49:26','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565599579826{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/3\"][vcj_heading style=\"style1\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h1 style=\"text-align: left;\">FSN DELIVERS THE WORLD</h1>\r\n[/vcj_heading][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:49:26','2019-08-12 08:49:26','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (6168,1,'2019-08-12 09:50:39','2019-08-12 08:50:39','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565599579826{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/3\"][vcj_heading style=\"style1\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h1 style=\"text-align: left;\">FSN DELIVERS THE WORLD</h1>\r\n[/vcj_heading][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:50:39','2019-08-12 08:50:39','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6169,1,'2019-08-12 09:51:41','2019-08-12 08:51:41','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565599882269{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/3\"][vcj_heading style=\"style1\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h1 style=\"text-align: left;\">FSN DELIVERS THE WORLD</h1>\r\n[/vcj_heading][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:51:41','2019-08-12 08:51:41','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6170,1,'2019-08-12 09:54:00','2019-08-12 08:54:00','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565599882269{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/3\"][vcj_heading style=\"style1\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h1 style=\"text-align: left;\">FSN DELIVERS THE WORLD</h1>\r\n[/vcj_heading][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:54:00','2019-08-12 08:54:00','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6171,1,'2019-08-12 09:55:09','2019-08-12 08:55:09','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565599882269{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}\"][vcj_heading style=\"style1\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h1 style=\"text-align: left;\">FSN DELIVERS THE WORLD</h1>\r\n[/vcj_heading][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:55:09','2019-08-12 08:55:09','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6172,1,'2019-08-12 09:55:41','2019-08-12 08:55:41','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565599882269{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}\"][vcj_heading style=\"style1\" text_color=\"#ffffff\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h1 style=\"text-align: left;\">FSN DELIVERS THE WORLD</h1>\r\n[/vcj_heading][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:55:41','2019-08-12 08:55:41','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6173,1,'2019-08-12 09:57:11','2019-08-12 08:57:11','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565600229727{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}\"][vcj_heading style=\"style1\" text_color=\"#ffffff\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h1 style=\"text-align: left;\">FSN DELIVERS THE WORLD</h1>\r\n[/vcj_heading][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:57:11','2019-08-12 08:57:11','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6174,1,'2019-08-12 09:58:49','2019-08-12 08:58:49','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}\"][vcj_heading style=\"style1\" text_color=\"#ffffff\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h1 style=\"text-align: left;\">FSN DELIVERS THE WORLD</h1>\r\n[/vcj_heading][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:58:49','2019-08-12 08:58:49','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6175,1,'2019-08-12 09:59:35','2019-08-12 08:59:35','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}\"][vcj_heading style=\"style1\" text_color=\"#ffffff\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ffffff; font-size: 36px;\">FSN DELIVERS THE WORLD</span></h2>\r\n[/vcj_heading][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 09:59:35','2019-08-12 08:59:35','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6176,1,'2019-08-12 10:01:04','2019-08-12 09:01:04','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600107872{padding-right: 100px !important;padding-left: 100px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:01:04','2019-08-12 09:01:04','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6177,1,'2019-08-12 10:01:45','2019-08-12 09:01:45','[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"startup_slaider\" css=\".vc_custom_1534235202731{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600498259{padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:01:45','2019-08-12 09:01:45','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6178,1,'2019-08-12 10:03:02','2019-08-12 09:03:02','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600498259{padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22We%20offer%20cost-effective%20global%20coverage%20and%20live%20transmission%20facilities%20for%20broadcast%20networks%20worldwide%22%7D%5D\" loop=\"disable\" size=\"default\" color=\"#ffffff\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:03:02','2019-08-12 09:03:02','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6179,1,'2019-08-12 10:04:49','2019-08-12 09:04:49','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600498259{padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:04:49','2019-08-12 09:04:49','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6180,1,'2019-08-12 10:05:18','2019-08-12 09:05:18','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600716016{padding-top: 100px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:05:18','2019-08-12 09:05:18','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6181,1,'2019-08-12 10:05:49','2019-08-12 09:05:49','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:05:49','2019-08-12 09:05:49','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6182,1,'2019-08-12 10:06:17','2019-08-12 09:06:17','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_animation content2=\"%5B%7B%22text%22%3A%22FSN\'S%20LIVE%20SUITE%22%7D%5D\" content_fixed=\"IN FOCUS:\" heading=\"h2\" loop=\"disable\" size=\"default\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:06:17','2019-08-12 09:06:17','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6183,1,'2019-08-12 10:07:56','2019-08-12 09:07:56','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple][vcj_empty_space height=\"5px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:07:56','2019-08-12 09:07:56','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6184,1,'2019-08-12 10:08:50','2019-08-12 09:08:50','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"40px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:08:50','2019-08-12 09:08:50','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6185,1,'2019-08-12 10:09:44','2019-08-12 09:09:44','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:09:44','2019-08-12 09:09:44','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6186,1,'2019-08-12 10:14:40','2019-08-12 09:14:40','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" heading=\"h1\" alignment=\"left\" color_text=\"#ffffff\" weight=\"600\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"15\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:14:40','2019-08-12 09:14:40','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6187,1,'2019-08-12 10:16:27','2019-08-12 09:16:27','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" heading=\"h1\" alignment=\"left\" color_text=\"#ffffff\" weight=\"600\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"400\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<p style=\"text-align: center;\"><b>FSN SHOWREEL</b></p>\r\n[/vcj_heading][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:16:27','2019-08-12 09:16:27','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6188,1,'2019-08-12 10:18:32','2019-08-12 09:18:32','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" heading=\"h1\" alignment=\"left\" color_text=\"#ffffff\" weight=\"600\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"400\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"40px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"49\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:18:32','2019-08-12 09:18:32','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6189,1,'2019-08-12 10:52:39','2019-08-12 09:52:39','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" heading=\"h1\" alignment=\"left\" color_text=\"#ffffff\" weight=\"600\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"400\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:52:39','2019-08-12 09:52:39','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6190,1,'2019-08-12 10:53:04','2019-08-12 09:53:04','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" heading=\"h1\" alignment=\"left\" color_text=\"#ffffff\" weight=\"600\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"400\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"]\r\n<h2 style=\"text-align: center;\"><b>ADD YOUR NETWORK TO FSN\'S GROWING CLIENT ROSTER</b></h2>\r\n[/vcj_heading][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 10:53:04','2019-08-12 09:53:04','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6191,1,'2019-08-12 11:03:06','2019-08-12 10:03:06','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" heading=\"h1\" alignment=\"left\" color_text=\"#ffffff\" weight=\"600\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"400\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 11:03:06','2019-08-12 10:03:06','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6192,1,'2019-08-12 11:15:35','2019-08-12 10:15:35','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 11:15:35','2019-08-12 10:15:35','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6193,1,'2019-08-12 11:17:09','2019-08-12 10:17:09','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 11:17:09','2019-08-12 10:17:09','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6194,1,'2019-08-12 11:18:59','2019-08-12 10:18:59','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 11:18:59','2019-08-12 10:18:59','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6195,1,'2019-08-12 11:19:32','2019-08-12 10:19:32','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 11:19:32','2019-08-12 10:19:32','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6196,1,'2019-08-12 11:22:15','2019-08-12 10:22:15','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 11:22:15','2019-08-12 10:22:15','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6197,1,'2019-08-12 11:23:01','2019-08-12 10:23:01','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 11:23:01','2019-08-12 10:23:01','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6198,1,'2019-08-12 15:38:53','2019-08-12 14:38:53','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\" css=\".vc_custom_1565620728416{background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 15:38:53','2019-08-12 14:38:53','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6199,1,'2019-08-12 15:42:46','2019-08-12 14:42:46','[vc_row full_width=\"stretch_row\" full_height=\"yes\" parallax=\"content-moving\" parallax_image=\"6032\" overflow=\"default\" css=\".vc_custom_1565620962691{background-position: center;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 15:42:46','2019-08-12 14:42:46','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6200,1,'2019-08-12 15:43:46','2019-08-12 14:43:46','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565600745193{padding-top: 150px !important;padding-right: 100px !important;padding-left: 75px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 15:43:46','2019-08-12 14:43:46','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6201,1,'2019-08-12 15:51:42','2019-08-12 14:51:42','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565598397589{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 15:51:42','2019-08-12 14:51:42','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6202,1,'2019-08-12 15:52:52','2019-08-12 14:52:52','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 15:52:52','2019-08-12 14:52:52','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6203,1,'2019-08-12 16:03:07','2019-08-12 15:03:07','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row][vc_column][vcj_icon_box_slider slides=\"%5B%7B%22content%22%3A%22%3Ch1%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Cspan%20style%3D%5C%22font-size%3A%2036px%3B%5C%22%3EMauris%20vel%20velit%20dignissim%3C%2Fspan%3E%3C%2Fh1%3E%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Cspan%20style%3D%5C%22font-size%3A%2016px%3B%5C%22%3ELorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Nulla%20vulputate%20vehicula%20sollicitudin.%20Aliquam%20rutrum%20aliquet%20nisl%20sit%20amet%20viverra.%20Nunc%20ac%20augue%20nunc.%3C%2Fspan%3E%3C%2Fp%3E%22%2C%22icon%22%3A%22ti-check%22%7D%5D\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 16:03:07','2019-08-12 15:03:07','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6204,1,'2019-08-12 16:10:52','2019-08-12 15:10:52','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_icon_box_slider slides=\"%5B%7B%22title%22%3A%22Rapid%20assistance%22%2C%22content%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%5Cn%5Cn%22%2C%22icon%22%3A%22icon-speedometer%22%7D%2C%7B%22title%22%3A%22Shooters%2C%20editors%2C%20producers%20or%20reporters%22%2C%22content%22%3A%22in%20a%20wide%20array%20of%20global%20locations%22%2C%22icon%22%3A%22fa%20fa-video-camera%22%7D%2C%7B%22title%22%3A%22Long-term%20planning%20%22%2C%22content%22%3A%22for%20a%20documentary%20or%20current%20affairs%20project%22%2C%22icon%22%3A%22ti-map-alt%22%7D%2C%7B%22title%22%3A%22Bureau%20support%2C%20desk%20space%2C%20production%20facilities%20and%20live%20studios%22%2C%22content%22%3A%22for%20your%20network\'s%20own%20global%20correspondents%20and%20contributors%22%2C%22icon%22%3A%22ti-check%22%7D%2C%7B%22title%22%3A%22%20A%20cost-effective%20live%20service%22%2C%22content%22%3A%22for%20news%2C%20sports%20or%20entertainment%20programming%22%2C%22icon%22%3A%22fa%20fa-money%22%7D%2C%7B%22title%22%3A%22Committed%20customer-service%22%2C%22content%22%3A%22available%2024%2F7%22%2C%22icon%22%3A%22ti-check%22%7D%5D\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 16:10:52','2019-08-12 15:10:52','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6205,1,'2019-08-12 16:38:22','2019-08-12 15:38:22','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" description_styles=\"regular\"][vcj_icon_box_slider slides=\"%5B%7B%22title%22%3A%22Rapid%20assistance%22%2C%22content%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%5Cn%5Cn%22%2C%22icon%22%3A%22icon-speedometer%22%7D%2C%7B%22title%22%3A%22Shooters%2C%20editors%2C%20producers%20or%20reporters%22%2C%22content%22%3A%22in%20a%20wide%20array%20of%20global%20locations%22%2C%22icon%22%3A%22fa%20fa-video-camera%22%7D%2C%7B%22title%22%3A%22Long-term%20planning%20%22%2C%22content%22%3A%22for%20a%20documentary%20or%20current%20affairs%20project%22%2C%22icon%22%3A%22ti-map-alt%22%7D%2C%7B%22title%22%3A%22Bureau%20support%2C%20desk%20space%2C%20production%20facilities%20and%20live%20studios%22%2C%22content%22%3A%22for%20your%20network\'s%20own%20global%20correspondents%20and%20contributors%22%2C%22icon%22%3A%22ti-check%22%7D%2C%7B%22title%22%3A%22%20A%20cost-effective%20live%20service%22%2C%22content%22%3A%22for%20news%2C%20sports%20or%20entertainment%20programming%22%2C%22icon%22%3A%22fa%20fa-money%22%7D%2C%7B%22title%22%3A%22Committed%20customer-service%22%2C%22content%22%3A%22available%2024%2F7%22%2C%22icon%22%3A%22ti-check%22%7D%5D\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 16:38:22','2019-08-12 15:38:22','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6206,1,'2019-08-12 16:40:05','2019-08-12 15:40:05','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" overflow=\"default\" css=\".vc_custom_1565621555098{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 16:40:05','2019-08-12 15:40:05','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6207,1,'2019-08-12 17:59:50','2019-08-12 16:59:50','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629122867{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 17:59:50','2019-08-12 16:59:50','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6208,1,'2019-08-12 18:07:00','2019-08-12 17:07:00','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629617747{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:07:00','2019-08-12 17:07:00','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6209,1,'2019-08-12 18:07:54','2019-08-12 17:07:54','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"5px\"][vcj_heading_simple content2=\"EXAMPLES OF OUR GLOBAL WORK\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:07:54','2019-08-12 17:07:54','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6210,1,'2019-08-12 18:19:55','2019-08-12 17:19:55','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\" padding_tablet=\"20px 0px 20px 0px\"][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:19:55','2019-08-12 17:19:55','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6211,1,'2019-08-12 18:20:34','2019-08-12 17:20:34','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\" padding_tablet=\"20px 20px 20px 20px\"][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:20:34','2019-08-12 17:20:34','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6212,1,'2019-08-12 18:21:31','2019-08-12 17:21:31','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\" padding_tablet=\"20px 0px 20px 0px\"][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\" padding_tablet=\"20px 0px 20px 0px\"][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:21:31','2019-08-12 17:21:31','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6213,1,'2019-08-12 18:23:29','2019-08-12 17:23:29','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:23:29','2019-08-12 17:23:29','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6214,1,'2019-08-12 18:25:41','2019-08-12 17:25:41','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565621021491{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:25:41','2019-08-12 17:25:41','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6215,1,'2019-08-12 18:27:42','2019-08-12 17:27:42','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630860332{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:27:42','2019-08-12 17:27:42','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6216,1,'2019-08-12 18:28:26','2019-08-12 17:28:26','[vc_row full_width=\"stretch_row_content\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630903885{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:28:26','2019-08-12 17:28:26','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6217,1,'2019-08-12 18:29:31','2019-08-12 17:29:31','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"default\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:29:31','2019-08-12 17:29:31','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6218,1,'2019-08-12 18:39:44','2019-08-12 17:39:44','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 18:39:44','2019-08-12 17:39:44','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6219,1,'2019-08-12 19:02:24','2019-08-12 18:02:24','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"20% 10% 20% 10%\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:02:24','2019-08-12 18:02:24','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6220,1,'2019-08-12 19:12:05','2019-08-12 18:12:05','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 0px 0px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:12:05','2019-08-12 18:12:05','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6221,1,'2019-08-12 19:14:16','2019-08-12 18:14:16','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:14:16','2019-08-12 18:14:16','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6222,1,'2019-08-12 19:15:48','2019-08-12 18:15:48','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"AWARD-WINNING, CUSTOMIZED NEWS COVERAGE AND LIVE BROADCAST FACILITIES FROM LOCATIONS WORLDWIDE.\" alignment=\"left\" color_text=\"#505050\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\" padding_tablet=\"0px 0px 0px 0px\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:15:48','2019-08-12 18:15:48','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6223,1,'2019-08-12 19:18:11','2019-08-12 18:18:11','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\" padding_tablet=\"0px 0px 0px 0px\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:18:11','2019-08-12 18:18:11','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6224,1,'2019-08-12 19:18:47','2019-08-12 18:18:47','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\" padding_tablet=\"0px 0px 0px 0px\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:18:47','2019-08-12 18:18:47','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (6225,1,'2019-08-12 19:19:05','2019-08-12 18:19:05','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565629671729{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\" padding_tablet=\"0px 0px 0px 0px\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:19:05','2019-08-12 18:19:05','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6226,1,'2019-08-12 19:20:16','2019-08-12 18:20:16','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\" padding_tablet=\"0px 0px 0px 0px\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:20:16','2019-08-12 18:20:16','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6227,1,'2019-08-12 19:21:17','2019-08-12 18:21:17','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565621500112{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:21:17','2019-08-12 18:21:17','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6228,1,'2019-08-12 19:26:02','2019-08-12 18:26:02','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:26:02','2019-08-12 18:26:02','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6229,1,'2019-08-12 19:28:09','2019-08-12 18:28:09','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:28:09','2019-08-12 18:28:09','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6230,1,'2019-08-12 19:56:37','2019-08-12 18:56:37','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\">From <a href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\">FSN\'s Dan Ashby with one of several stories our bureau in <a href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:56:37','2019-08-12 18:56:37','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6231,1,'2019-08-12 19:58:20','2019-08-12 18:58:20','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"20px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWREEL\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\"][vc_column][vcj_testimonials testimonials=\"%5B%7B%22name%22%3A%22with%20fast-moving%2C%20breaking%20news%20stories%22%2C%22quote%22%3A%22RAPID%20ASSISTANCE%22%7D%5D\" quote=\"off\" description_styles=\"regular\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 19:58:20','2019-08-12 18:58:20','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6232,1,'2019-08-12 20:07:58','2019-08-12 19:07:58','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"m\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 20:07:58','2019-08-12 19:07:58','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6233,1,'2019-08-12 20:08:28','2019-08-12 19:08:28','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565346849124{padding-top: 100px !important;padding-bottom: 75px !important;background: #3d3d3d url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/Service_image.jpg?id=132) !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 20:08:28','2019-08-12 19:08:28','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6234,1,'2019-08-12 20:11:18','2019-08-12 19:11:18','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565637074808{padding-top: 100px !important;padding-bottom: 75px !important;background-color: #9b2400 !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">FSN - WORLDWIDE RESOURCES</p>\r\n[/vcj_heading][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading style=\"style1\" weight=\"200\" size=\"xl\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 30px 0px\"]\r\n<p style=\"text-align: center;\">GET IN TOUCH</p>\r\n[/vcj_heading][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 20:11:18','2019-08-12 19:11:18','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6235,1,'2019-08-12 20:15:12','2019-08-12 19:15:12','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"ABOUT FSN\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565637074808{padding-top: 100px !important;padding-bottom: 75px !important;background-color: #9b2400 !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-12 20:15:12','2019-08-12 19:15:12','',262,'https://www.featurestorynews.com/2019/08/12/262-revision-v1/',0,'revision','',0),(6241,1,'2019-08-13 19:52:14','2019-08-13 18:52:14','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565542133282{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2019/08/IMG_5906.jpg?id=6093) !important;}\"][vc_column][/vc_column][/vc_row]','Side by Side','','inherit','closed','closed','','69-revision-v1','','','2019-08-13 19:52:14','2019-08-13 18:52:14','',69,'https://www.featurestorynews.com/2019/08/13/69-revision-v1/',0,'revision','',0),(6255,1,'2019-08-14 11:52:38','2019-08-14 10:52:38','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565637074808{padding-top: 100px !important;padding-bottom: 75px !important;background-color: #9b2400 !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 11:52:38','2019-08-14 10:52:38','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6256,1,'2019-08-14 11:59:54','2019-08-14 10:59:54','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565637074808{padding-top: 100px !important;padding-bottom: 75px !important;background-color: #9b2400 !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 11:59:54','2019-08-14 10:59:54','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6257,1,'2019-08-14 12:02:36','2019-08-14 11:02:36','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #ffffff;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:02:36','2019-08-14 11:02:36','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6258,1,'2019-08-14 12:05:04','2019-08-14 11:05:04','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:05:04','2019-08-14 11:05:04','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6259,1,'2019-08-14 12:06:10','2019-08-14 11:06:10','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" target=\"_self\" alignment=\"center\" style=\"5\" radius=\"40\" border_size=\"2\" full=\"\" text_color=\"#c7d4d8\" text_hover_color=\"#ffffff\" background_color=\"rgba(255,255,255,0.01)\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1534257765871{padding-top: 60px !important;padding-bottom: 90px !important;background: #00c1e8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2017/03/partners.jpg?id=246) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:06:10','2019-08-14 11:06:10','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6260,1,'2019-08-14 12:11:10','2019-08-14 11:11:10','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:11:10','2019-08-14 11:11:10','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6261,1,'2019-08-14 12:12:40','2019-08-14 11:12:40','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565781158519{background-color: #c9c9c9 !important;border-radius: 1px !important;}\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:12:40','2019-08-14 11:12:40','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6262,1,'2019-08-14 12:13:43','2019-08-14 11:13:43','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565781220956{background-color: #c9c9c9 !important;border-radius: 5px !important;}\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:13:43','2019-08-14 11:13:43','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6263,1,'2019-08-14 12:14:22','2019-08-14 11:14:22','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565781220956{background-color: #c9c9c9 !important;border-radius: 5px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:14:22','2019-08-14 11:14:22','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6264,1,'2019-08-14 12:15:13','2019-08-14 11:15:13','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565781220956{background-color: #c9c9c9 !important;border-radius: 5px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:15:13','2019-08-14 11:15:13','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6265,1,'2019-08-14 12:15:49','2019-08-14 11:15:49','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565781220956{background-color: #c9c9c9 !important;border-radius: 5px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:15:49','2019-08-14 11:15:49','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6267,1,'2019-08-14 12:41:49','2019-08-14 11:41:49','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565782906813{background-color: #efefef !important;border-radius: 5px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:41:49','2019-08-14 11:41:49','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6268,1,'2019-08-14 12:42:10','2019-08-14 11:42:10','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and techn</span>ical needs.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:42:10','2019-08-14 11:42:10','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6269,1,'2019-08-14 12:43:16','2019-08-14 11:43:16','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:43:16','2019-08-14 11:43:16','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6270,1,'2019-08-14 12:46:10','2019-08-14 11:46:10','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:46:10','2019-08-14 11:46:10','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6271,1,'2019-08-14 12:48:18','2019-08-14 11:48:18','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565780554494{padding-top: 100px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:48:18','2019-08-14 11:48:18','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6272,1,'2019-08-14 12:50:14','2019-08-14 11:50:14','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"60px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:50:14','2019-08-14 11:50:14','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6273,1,'2019-08-14 12:53:40','2019-08-14 11:53:40','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"ADD YOUR NETWORK TO OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:53:40','2019-08-14 11:53:40','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6274,1,'2019-08-14 12:57:16','2019-08-14 11:57:16','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"JOIN OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 12:57:16','2019-08-14 11:57:16','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6275,1,'2019-08-14 13:03:02','2019-08-14 12:03:02','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css_animation=\"none\" faster_parallax=\"standard\" overflow=\"default\" css=\".vc_custom_1565783411445{padding-top: 50px !important;padding-bottom: 75px !important;}\" el_id=\"services\" padding_tablet=\"60px 0px 0px 0px\"][vc_column css_animation=\"none\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565598144539{padding-bottom: 40px !important;}\" padding_tablet=\"0px 30px 0px 30px\"][vc_column_inner][vcj_heading_simple content2=\"OUR SERVICES\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"25\" overflow=\"default\" padding_tablet=\"0px 0px 80px 0px\"][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565782927794{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"ti-mobile\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN LIVE\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"color: #505050;\">Providing full HD connectivity over IP from studios worldwide, with our brand new <a style=\"color: #505050;\" href=\"https://www.youtube.com/watch?v=gntiJynrpjc\" target=\"_blank\" rel=\"noopener noreferrer\">FSN LIVE MOBILE APP</a> turning any iPhone into a full spectrum, live platform. Whether you want a live report from thousands of miles away, or you want to bring full live coverage of an event to your hometown audience, FSN LIVE has a solution to fit your budget and technical needs.</span></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.3s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783205620{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"fa fa-television\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN TV\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #505050;\">Supplying your news broadcasts with customized live and packaged coverage from our correspondents worldwide. FSN\'s award-winning reports are commissioned directly by your newsdesk, and respond directly to your news requirements on-time and on-budget.</span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LEARN MORE\" url=\"#fsnlivesuite\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 30px 0px 30px\" max_width=\"400px\" css_animation=\"fadeInUp\" css_animation_delay=\"0.6s\" css_animation_speed=\"0.7s\" css=\".vc_custom_1565783230668{background-color: #efefef !important;border-radius: 15px !important;}\"][vcj_empty_space height=\"25px\"][vcj_icon icon=\"pe-7s-radio\" icon_size=\"48px\" icon_color=\"#47c9e5\" icon_second_color=\"#67e7c7\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"FSN RADIO\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"10px\"][vcj_text_block paragraph_whitespace=\"1\"]\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\">Give your station a global edge with customized news feeds and our anchored, commercial-free news bulletins.</span></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #505050;\"><a style=\"color: #505050;\" href=\"http://subscribe.featurestorynews.com/ht/d/Join/pid/203\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Click here to learn more about how to subscribe to FSN RADIO now.</strong></a></span></p>\r\n[/vcj_text_block][vcj_empty_space height=\"20px\"][vcj_button text=\"LISTEN NOW\" url=\"\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" text_hover_color=\"#ffffff\" background_color=\"#dd773b\" border_color=\"rgba(255,255,255,0.1)\" border_hover_color=\"rgba(255,255,255,0.5)\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" content_placement=\"middle\" column_order=\"reversed\" overflow=\"default\" css=\".vc_custom_1565634014979{padding-top: 70px !important;padding-bottom: 110px !important;}\" padding_tablet=\"30px 30px 30px 30px\" el_id=\"fsnlivesuite\"][vc_column width=\"2/3\" overflow=\"default\"][vcj_video_player url=\"https://youtu.be/7Hpcg2K6Ots\"][/vc_column][vc_column css_animation=\"fadeInRight\" width=\"1/3\" overflow=\"default\" padding_tablet=\"60px 0px 30px 0px\" css=\".vc_custom_1565287798379{padding-left: 25px !important;}\"][vcj_empty_space height=\"35px\"][vcj_heading_simple content2=\"IN FOCUS: FSN\'S LIVE SUITE\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_text_block paragraph_whitespace=\"1\"]Unveiling FSN LIVE\'s latest innovation: The FSN full production Live Suite, revolutionizing mobile news gathering and live broadcasting worldwide.[/vcj_text_block][vcj_empty_space height=\"30px\"][vcj_accordion testimonials=\"%5B%7B%22title%22%3A%22NOW%20WITH%20FULLY%20INTEGRATED%2C%20REMOTE-CONTROLLED%20GIMBAL%22%2C%22content%22%3A%22Lorem%20ipsum%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22THE%20WORLD\'S%20FIRST%205G-READY%20RANGE%20OF%20PRODUCTS%20%22%2C%22content%22%3A%22Revolutionizing%20the%20world%20of%20live%20mobile%20broadcasting%20in-the-field%2C%20and%20back%20at%20base.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%2C%7B%22title%22%3A%22SEAMLESS%20FSN%20LIVE%20iPhone%20APP%20%26%20OUR%20VIRTUAL%20MCR%20%22%2C%22content%22%3A%22Giving%20your%20engineers%20unique%20ability%20to%20control%20live%20environments%20and%20deliver%20full%20HD%20liveshots%20from%20even%20the%20world\'s%20most%20challenging%20locations.%22%2C%22icon%22%3A%22fa%20fa-chevron-down%22%7D%5D\" collapsed=\"\" icon=\"icon-arrow-up\" icon_close=\"icon-arrow-down\" style=\"style3\" border_color=\"#ffffff\" icon_color=\"#8d8d8d\" text_color=\"#8c8c8c\"][vcj_button text=\"CONTACT FSN\" url=\"mailto: fsn@fsn.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565346282727{padding-top: 30px !important;padding-bottom: 50px !important;background-color: #f4f4f4 !important;}\" el_id=\"news\"][vc_column][vcj_heading_simple content2=\"JOIN OUR GROWING CLIENT ROSTER\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vcj_partners partners=\"%5B%7B%22logo%22%3A%226155%22%2C%22website%22%3A%22https%3A%2F%2Fwww.channelnewsasia.com%2Fnews%2Finternational%22%7D%2C%7B%22logo%22%3A%226157%22%7D%2C%7B%22logo%22%3A%226156%22%7D%2C%7B%22logo%22%3A%226159%22%7D%2C%7B%22logo%22%3A%226158%22%7D%2C%7B%22logo%22%3A%226160%22%7D%2C%7B%22logo%22%3A%226162%22%7D%2C%7B%22logo%22%3A%226161%22%7D%2C%7B%22logo%22%3A%226163%22%7D%5D\" line=\"\" padding=\"\" padding_horizontal=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565780944132{padding-top: 60px !important;padding-bottom: 90px !important;background-color: #00c1e8 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column overflow=\"default\" css=\".vc_custom_1565601510851{padding-top: 50px !important;}\"][vcj_heading_simple content2=\"FSN SHOWCASE\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"40px\"][vc_row_inner overflow=\"default\"][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Simon Marks reported the outcome of the final Presidential debate between Donald Trump and Hillary Clinton for \"Checkpoint\" on Radio New Zealand via <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/fsn-live-fsn-en-vivo\">FSN LIVE</a>.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Daniel Ryntjes reported for China Global Television Network on the reaction of one community in the US to President\'s Trumps\'s travel ban.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner overflow=\"default\"][vc_column_inner][vcj_empty_space height=\"20px\" height_tablet=\"0px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/5f8yW5p_zes\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Juan Carlos Lamas reported the impact of Venezuela\'s political crisis on the country\'s health care system from <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/caracas-venezuela\">FSN\'s Caracas Bureau.</a></span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/4NpUEmHJs-c\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">From <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/kampala-uganda\">FSN\'s Kampala Bureau</a>, Leon Ssenyange reported the stream of refugees heading to Uganda from the conflict in South Sudan.</span></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 0px 10px 0px\"][vcj_video_player url=\"https://youtu.be/bZGkIB-Vakk\" placement=\"center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">FSN\'s Dan Ashby with one of several stories our bureau in <a style=\"color: #ffffff;\" href=\"https://www.featurestorynews.com/dar-es-salaam-tanzania\">Dar Es Salaam</a>has filed about the battle against wildlife poaching.</span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565605376156{padding-top: 50px !important;padding-bottom: 50px !important;}\"][vc_column][vcj_heading_simple content2=\"FSN - WORLDWIDE RESOURCES\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_single_image image=\"6076\" alignment=\"center\" radius=\"0\" lightbox=\"1\" overlay=\"disabled\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"35px\"][vcj_button text=\"CONTACT A BUREAU\" url=\"https://www.featurestorynews.com/full-bureau-listing\" target=\"_self\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_position=\"center bottom\" css=\".vc_custom_1547746189414{padding-top: 70px !important;padding-bottom: 130px !important;background: #f8f8f8 url(https://cdn.jevelin.shufflehound.com/demo-uploads/startup/2019/01/Contact_img.png?id=354) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_id=\"contacts\"][vc_column max_width=\"590px\" css=\".vc_custom_1534258949794{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vcj_heading_simple content2=\"GET IN TOUCH\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"For more information about how FSN can bring cost-effective, customised global coverage and production support to your news organization, contact us now.\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"18px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"45px\"][vcj_contact_form_7 form_id=\"306\" style=\"style1 round\" input_height=\"60px\" input_margin=\"23px\" submit_width=\"full\" input_border_color=\"#f9f9f9\"][/vc_column][/vc_row]','Home - Startup','','inherit','closed','closed','','262-revision-v1','','','2019-08-14 13:03:02','2019-08-14 12:03:02','',262,'https://www.featurestorynews.com/2019/08/14/262-revision-v1/',0,'revision','',0),(6276,1,'2019-08-14 13:04:15','2019-08-14 12:04:15','[vc_row full_width=\"stretch_row\" full_height=\"yes\" overflow=\"default\" css=\".vc_custom_1565630969746{background-image: url(https://www.featurestorynews.com/wp-content/uploads/2018/03/putin-trump-call.jpg?id=6032) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" overflow=\"default\" css=\".vc_custom_1565634359886{padding-top: 150px !important;padding-right: 100px !important;padding-left: 50px !important;}\" padding_tablet=\"0% 10% 0% 10%\"][vcj_heading_simple content2=\"FSN DELIVERS THE WORLD\" alignment=\"left\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_heading_simple content2=\"We offer cost-effective global coverage and live transmission facilities for broadcast networks worldwide\" heading=\"h3\" alignment=\"left\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"s\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"30px\"][vcj_button text=\"FIND OUT MORE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment_mobile=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\" margin=\"0px 0px 20px 0px\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row overflow=\"default\" css=\".vc_custom_1565552691214{padding-top: 75px !important;padding-bottom: 75px !important;}\" padding_tablet=\"70px 0px 70px 0px\"][vc_column width=\"1/3\" overflow=\"default\" padding_tablet=\"0px 10px 0px 10px\"][vcj_heading_simple content2=\"A BROADCAST NEWS AGENCY LIKE NO OTHER\" alignment=\"left\" color_text=\"#505050\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"25px\"][vcj_divider][vcj_empty_space height=\"25px\"][vc_column_text]FSN is the world\'s fastest-growing broadcast news agency.\r\n\r\nFor more than 25 years, the company has provided Emmy Award-winning original, customized news coverage that is seen and heard by millions of TV viewers, radio listeners and web users worldwide every day.\r\n\r\nHeadquartered in Washington DC, FSN maintains regional broadcast hubs and co-ordinating offices in London, Hong Kong, Kampala and Caracas, and news bureaus serving international broadcasters in more than 30 locations.[/vc_column_text][/vc_column][vc_column width=\"2/3\" padding_tablet=\"30px 80px 0px 0px\"][vcj_image_gallery images=\"6053,6047,6054\" columns=\"1columns\" image_ratio=\"full\" autoplay=\"on\" animation_speed=\"3\" overlay=\"off\" shadow=\"shadow2\" dots=\"disable\"][vcj_empty_space height=\"50px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552394518{padding-top: 30px !important;}\"][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR WORLDWIDE NEWS COVERAGE\" url=\"mailto:pottsnm@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vcj_button text=\"ENQUIRE ABOUT OUR LIVE POSITIONS WORLDWIDE\" url=\"mailto:info@featurestory.com\" target=\"_blank\" alignment=\"center\" radius=\"40\" border_size=\"2\" full=\"\" background_color=\"#dd773b\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" overflow=\"default\" css=\".vc_custom_1565549220603{background-color: #dd773b !important;}\"][vc_column][vcj_heading_simple content2=\"FSN IN NUMBERS\" color_text=\"#ffffff\" weight=\"200\" italic=\"\" size=\"custom\" desktop_size=\"40px\" responsive_size=\"30px\" animation_speed=\"2\" animation_delay=\"0\"][vcj_empty_space height=\"20px\"][vc_row_inner overflow=\"default\" css=\".vc_custom_1565552719508{padding-bottom: 50px !important;}\"][vc_column_inner width=\"1/4\"][vcj_counter number=\"5\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"REGIONAL HUBS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"33\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE LOCATIONS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"100\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CORRESPONDENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vcj_counter number=\"28\" style=\"style4\" number_color=\"#ffffff\" title_color=\"#ffffff\" number_size=\"xxxl\" font=\"heading\" number_weight=\"300\"][vcj_empty_space height=\"15px\"][vcj_heading_simple content2=\"WORLDWIDE CLIENTS\" color_text=\"#ffffff\" weight=\"300\" italic=\"\" size=\"custom\" desktop_size=\"24px\" animation_speed=\"2\" animation_delay=\"0\"